Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

CTPolygon Class Reference

Will be used for every objects in the ground and for constructing the other objects. More...

#include <tvu_geomv_objects.h>

Inheritance diagram for CTPolygon::

CGeomvObject CTObject CTGeomvWLDObject CTGeomvZone CTGeomvMobileObject

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...


Detailed Description

Will be used for every objects in the ground and for constructing the other objects.


Constructor & Destructor Documentation

CTPolygon::CTPolygon ( )
 

Contructors/Destructors.


Member Function Documentation

CTList CTPolygon::GetPolygon ( ) [inline]
 

For processing the private data Get the points of the polygon.

00309 { return m_Polygon; };


Field Documentation

LPCTPoint3D CTPolygon::m_Location [protected]
 

The polygon Calculated location.

CTList CTPolygon::m_Polygon [protected]
 

Data, a polygon = a list of points.


The documentation for this class was generated from the following file:
Generated at Wed Aug 6 15:59:00 2003 for TVU's libraries for video surveillance: by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001