General information:Author: Version: Date: Thu Oct 21 14:44:12 MET 1999 |
Header files: |
Code files: |
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Circle(int layernr = DEFAULT_POLYLINE_LAYER)
Description:
Constructors and destructors
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~Circle()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: BoundingBox* |
Declaration:
BoundingBox* CalcBoundingBox()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: int |
Declaration:
int GetDatatype()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetDatatype(int)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Elflags* |
Declaration:
Elflags* GetElflags()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetElflags(Elflags*)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: TYPE |
Declaration:
TYPE GetType()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Transform(Matrix<double>* _Matrix)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Point* |
Declaration:
Point* GetMid()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: PointType |
Declaration:
PointType GetRadius()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetRadius(PointType radius)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetMid(Point *a_point)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetMid(PointType X,PointType Y)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Convert(G_Polygon* _polygon, double marge)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Shape* |
Declaration:
Shape* Duplicate()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Circle& |
Declaration:
Circle& operator=(Circle &other)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL Select(Point*,Setup* setup)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL SelectBox(BoundingBox*,Matrix<double>*,Setup* setup)
Description:
scope: protected | type: basic | typename: Point* |
Declaration:
Point* _mid
Description:
scope: protected | type: basic | typename: PointType |
Declaration:
PointType _radius
Description:
scope: protected | type: basic | typename: Elflags* |
Declaration:
Elflags* _elflags
Description:
scope: protected | type: basic | typename: int |
Declaration:
int _datatype
Description: