![]() |
Polygon Crucher SDK - Documentation
Documentation
|
CPt base only contains some flags that are used by the derived class. More...
CPt base only contains some flags that are used by the derived class.
CPointList is a list of several CPt
#include <Point.h>
Public Member Functions | |
unsigned int | GetFlags () const |
void | SetFlags (unsigned int flags) |
void | SetFlag (POINT_PROPERTIES flag, bool set) |
void | SetFlags (unsigned int flags, bool set) |
bool | IsFlagSet (POINT_PROPERTIES flag) const |
bool | IsOneFlagSet (int flag) const |
virtual void | To4DPoint (C4DPoint &pt) const =0 |
virtual CPt & | operator= (const C4DPoint &)=0 |
virtual void | Serialize (CXArchive &ar) |
virtual CPt & | operator= (const CPt &refpoint) |