General information:Author: Version: Date: Wed Oct 20 9:02:57 MET 1999 |
Header files: |
Code files: |
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Line_Seg()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~Line_Seg()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Line_Seg(PointType const X, PointType const Y)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Line_Seg(Point* const)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Line_Seg(Line_Seg* other)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void* operator |
Declaration:
void* operator new(size_t size)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void operator |
Declaration:
void operator delete(void* segmentptr)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void Set(const PointType,const PointType)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: PointType |
Declaration:
PointType GetX()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: PointType |
Declaration:
PointType GetY()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void SetX(PointType)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void SetY(PointType)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: SEGTYPE |
Declaration:
SEGTYPE GetType()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Line_Seg& |
Declaration:
Line_Seg& operator=(Line_Seg&)
Description:
scope: protected | type: basic | typename: Point |
Declaration:
Point _point
Description: