Aurelon Open API 8.1.1
|
Container for path(s) More...
Public Member Functions | |
int32_t | CountElements (int32_t inContour=0) const |
AOI_ContourElementPtr | GetData (int32_t) const |
Static Public Member Functions | |
static AOI_Contour * | New () |
Container for path(s)
Definition at line 10 of file AOI_Contour.h.
int32_t AOI_Contour::CountElements | ( | int32_t | inContour = 0 | ) | const |
Returns the number of nodes of the path in this contour object. A contour object can hold multiple paths forming a compound path.
inContour | Index of the path. 0 based. |
Definition at line 22 of file AOI_Contour.cpp.
AOI_ContourElementPtr AOI_Contour::GetData | ( | int32_t | inContour | ) | const |
Returns a pointer to the first node of the path in this contour object. The pointer can be considered as an array of nodes. The number of nodes can be queried using CountElements.
inContour | Index of the path. 0 based. |
Definition at line 36 of file AOI_Contour.cpp.
|
static |
Creates a new instance of the contour object containing 0 paths.
Definition at line 47 of file AOI_Contour.cpp.