Aurelon Open API 8.1.1
|
Coons patch shading. More...
Public Member Functions | |
uint32_t | GetPatchCount () const |
const AOI_Patch & | GetPatch (uint32_t index) const |
const AOI_Side & | GetSide (uint32_t index) const |
const AOI_Beziers & | GetBezier (uint32_t index) const |
const AOI_SE & | GetPoint (uint32_t index) const |
void | GetBounds (AOI_Rectangle &) const |
AOI_ColorSpace * | GetColorSpace () const |
const AOI_Mapping & | GetMapping () const |
uint32_t | GetType () const |
void | Dispose () |
Coons patch shading.
AOI_Style_CoonePatch consists of a number of AOI_Patch elements. Each AOI_Patch has an array of 4 side incices, which indicate the 4 AOI_Side objects which make up the patch.
When the side index is a positive number, the side is constructed like this:
When the side index is a negative number, the side is constructed like this:
Definition at line 116 of file AOI_Style.h.
|
inherited |
Decreases the ownercount of this style. If the ownercount equals zero after this decrease, the style is not used anymore and will be deleted.
Definition at line 136 of file AOI_Style.cpp.
const AOI_Style_CoonePatch::AOI_Beziers & AOI_Style_CoonePatch::GetBezier | ( | uint32_t | index | ) | const |
Returns the AOI_Beziers with the specified index.
Definition at line 411 of file AOI_Style.cpp.
|
inherited |
Returns the bounds of the AOI_Style_Shading.
bounds | Receives the bounds. |
Definition at line 196 of file AOI_Style.cpp.
|
inherited |
Returns the AOI_ColorSpace of the shading.
Definition at line 206 of file AOI_Style.cpp.
|
inherited |
Returns the mapping of the shading.
Definition at line 216 of file AOI_Style.cpp.
const AOI_Style_CoonePatch::AOI_Patch & AOI_Style_CoonePatch::GetPatch | ( | uint32_t | index | ) | const |
Returns the AOI_Patch with the specified index.
Definition at line 391 of file AOI_Style.cpp.
uint32_t AOI_Style_CoonePatch::GetPatchCount | ( | ) | const |
Returns the number of patches the coonepatch consists of.
Definition at line 381 of file AOI_Style.cpp.
const AOI_Style_CoonePatch::AOI_SE & AOI_Style_CoonePatch::GetPoint | ( | uint32_t | index | ) | const |
Returns the AOI_SE with the specified index.
Definition at line 421 of file AOI_Style.cpp.
const AOI_Style_CoonePatch::AOI_Side & AOI_Style_CoonePatch::GetSide | ( | uint32_t | index | ) | const |
Returns the AOI_Side with the specified index.
Definition at line 401 of file AOI_Style.cpp.
|
inherited |
Returns the type of the style.
Possible values are:
Definition at line 101 of file AOI_Style.cpp.