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:
Box(int layernr = DEFAULT_POLYLINE_LAYER)
Description:
Constructors and destructors
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~Box()
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 GetBoxtype()
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 SetBoxtype(int)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Set(G_Polygon* a_rec_poly)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void Set(double x_centre,double y_centre,double ang, double w, double h)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: double |
Declaration:
double GetW()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: double |
Declaration:
double GetH()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetW(double w)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetH(double h)
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: 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: Box& |
Declaration:
Box& operator=(Box &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: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: void |
Declaration:
void SetRelativeMatrix(Matrix<double>* m)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Matrix<double>* |
Declaration:
Matrix<double>* GetRelativeMatrix()
Description:
scope: protected | type: basic | typename: double |
Declaration:
double _w
Description:
scope: protected | type: basic | typename: double |
Declaration:
double _h
Description:
scope: protected | type: basic | typename: Matrix<double>* |
Declaration:
Matrix<double>* _relative_matrix
Description:
scope: protected | type: basic | typename: Elflags* |
Declaration:
Elflags* _elflags
Description:
scope: protected | type: basic | typename: int |
Declaration:
int _boxtype
Description:
scope: protected | type: basic | typename: G_BOOL |
Declaration:
G_BOOL _strans
Description: