|
Public Types |
enum | EType {
NILL,
ONE_POINT,
TWO_POINT,
TWO_POINT_ORIENTED,
THREE_POINT,
FOUR_POINT,
LINE,
PLANE
} |
Public Methods |
__fastcall | CGeoDescriptor (EType type) |
void __fastcall | SetType (EType type) |
void __fastcall | SetData (double a, double b, double c, double d) |
void __fastcall | SetPoint1 (const CPoint &point) |
void __fastcall | SetPoint2 (const CPoint &point) |
void __fastcall | SetPoint3 (const CPoint &point) |
void __fastcall | SetPoint4 (const CPoint &point) |
EType __fastcall | GetType (void) |
void __fastcall | GetData (double &a, double &b, double &c, double &d) |
const CPoint &__fastcall | GetPoint1 (void) |
const CPoint &__fastcall | GetPoint2 (void) |
const CPoint &__fastcall | GetPoint3 (void) |
const CPoint &__fastcall | GetPoint4 (void) |