#include <compgeom.h>
Public Member Functions | |
| ComponentGeometry2Dtriangle (Cell *o, double Z) | |
| CONSTRUCTOR. More... | |
| ComponentGeometry2Dtriangle (const ComponentGeometry2Dtriangle *src) | |
| CONSTRUCTOR COPY. More... | |
| virtual | ~ComponentGeometry2Dtriangle () |
| DESTRUCTOR. More... | |
| virtual classID | give_classid () const |
| Returns classID - class identification. More... | |
| virtual CellGeometry | give_elemGeom (void) const |
| virtual double | give_characteristic_size (void) const |
Public Member Functions inherited from midaspace::ComponentGeometry2D | |
| 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) |
Public Member Functions inherited from midaspace::ComponentGeometry | |
| 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 |
| bool | is_point_in_sphere (const PoinT *point) const |
Additional Inherited Members | |
Protected Attributes inherited from midaspace::ComponentGeometry2D | |
| int | nv |
| VectoR | normal |
Protected Attributes inherited from midaspace::ComponentGeometry | |
| Cell * | owner |
| double | zero |
| bool | initialized |
| LCS_pure * | lcs |
| double | circum |
| double | lav |
Definition at line 169 of file compgeom.h.
|
inline |
CONSTRUCTOR.
Definition at line 173 of file compgeom.h.
|
inline |
CONSTRUCTOR COPY.
Definition at line 175 of file compgeom.h.
|
inlinevirtual |
DESTRUCTOR.
Definition at line 177 of file compgeom.h.
|
inlinevirtual |
Reimplemented from midaspace::ComponentGeometry.
Definition at line 186 of file compgeom.h.
References midaspace::ComponentGeometry::initcheck(), and midaspace::ComponentGeometry::lav.
|
inlinevirtual |
Returns classID - class identification.
Reimplemented from midaspace::ComponentGeometry2D.
Definition at line 180 of file compgeom.h.
References midaspace::classComponentGeometry2Dtriangle, and errol.
|
inlinevirtual |
Implements midaspace::ComponentGeometry.
Definition at line 183 of file compgeom.h.
References midaspace::CG_Triangle.