#include <tvu_geomv_objects.h>
Inheritance diagram for CTPolygon::
Public Methods | |
CTPolygon () | |
Contructors/Destructors. More... | |
virtual | ~CTPolygon () |
DEFINE_ID_FUNCTIONS (CTPolygon, CGeomvObject, CLASSNAME_GEOM_POLYGON_ID, CLASSNAME_GEOM_POLYGON) public | |
CTList | GetPolygon () |
For processing the private data Get the points of the polygon. More... | |
Protected Attributes | |
CTList | m_Polygon |
Data, a polygon = a list of points. More... | |
LPCTPoint3D | m_Location |
The polygon Calculated location. More... |
|
Contructors/Destructors.
|
|
For processing the private data Get the points of the polygon.
00309 { return m_Polygon; }; |
|
The polygon Calculated location.
|
|
Data, a polygon = a list of points.
|