#include <compgeom.h>
Public Member Functions | |
ComponentGeometry2Dpolygon (Cell *o, double Z) | |
CONSTRUCTOR. More... | |
ComponentGeometry2Dpolygon (const ComponentGeometry2Dpolygon *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~ComponentGeometry2Dpolygon () |
DESTRUCTOR. More... | |
virtual classID | give_classid () const |
Returns classID - class identification. More... | |
void | set_nv (int n) |
virtual CellGeometry | give_elemGeom (void) const |
![]() | |
ComponentGeometry2D (Cell *o, double Z) | |
CONSTRUCTOR. More... | |
ComponentGeometry2D (const ComponentGeometry2D *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~ComponentGeometry2D () |
DESTRUCTOR. More... | |
virtual void | initialize (void) |
initiate/sets data More... | |
virtual void | checkConsistency (void) const |
Checks data consistency. More... | |
virtual int | give_dimension (void) const |
STATIC. More... | |
virtual int | give_number_of_vertices (void) const |
const VectoR * | give_normal (void) const |
virtual const LCS_pure * | give_lcs (void) |
![]() | |
ComponentGeometry (Cell *o, double Z) | |
CONSTRUCTOR. More... | |
ComponentGeometry (const ComponentGeometry *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~ComponentGeometry () |
DESTRUCTOR. More... | |
void | initcheck (void) const |
DYNAMIC. More... | |
void | set_owner (Cell *val) |
*** SET *** More... | |
const PoinT * | give_centercoords (void) const |
*** GET *** More... | |
double | give_circum (void) const |
double | give_lav (void) const |
double | give_GeomWeight1deg (void) const |
virtual double | give_characteristic_size (void) const |
bool | is_point_in_sphere (const PoinT *point) const |
Additional Inherited Members | |
![]() | |
int | nv |
VectoR | normal |
![]() | |
Cell * | owner |
double | zero |
bool | initialized |
LCS_pure * | lcs |
double | circum |
double | lav |
Definition at line 207 of file compgeom.h.
|
inline |
CONSTRUCTOR.
Definition at line 211 of file compgeom.h.
|
inline |
CONSTRUCTOR COPY.
Definition at line 213 of file compgeom.h.
|
inlinevirtual |
DESTRUCTOR.
Definition at line 215 of file compgeom.h.
|
inlinevirtual |
Returns classID - class identification.
Reimplemented from midaspace::ComponentGeometry2D.
Definition at line 218 of file compgeom.h.
References midaspace::classComponentGeometry2Dpolygon, and errol.
|
inlinevirtual |
Implements midaspace::ComponentGeometry.
Definition at line 223 of file compgeom.h.
References midaspace::CG_Polygon.
|
inline |
Definition at line 221 of file compgeom.h.
References midaspace::ComponentGeometry2D::nv.