#include <compgeom.h>
Public Member Functions | |
| ComponentGeometry2Dquadrangle (Cell *o, double Z) | |
| CONSTRUCTOR. More... | |
| ComponentGeometry2Dquadrangle (const ComponentGeometry2Dquadrangle *src) | |
| CONSTRUCTOR COPY. More... | |
| virtual | ~ComponentGeometry2Dquadrangle () |
| 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 188 of file compgeom.h.
|
inline |
CONSTRUCTOR.
Definition at line 192 of file compgeom.h.
|
inline |
CONSTRUCTOR COPY.
Definition at line 194 of file compgeom.h.
|
inlinevirtual |
DESTRUCTOR.
Definition at line 196 of file compgeom.h.
|
inlinevirtual |
Reimplemented from midaspace::ComponentGeometry.
Definition at line 205 of file compgeom.h.
References midaspace::ComponentGeometry::initcheck(), and midaspace::ComponentGeometry::lav.
|
inlinevirtual |
Returns classID - class identification.
Reimplemented from midaspace::ComponentGeometry2D.
Definition at line 199 of file compgeom.h.
References midaspace::classComponentGeometry2Dquadrangle.
|
inlinevirtual |
Implements midaspace::ComponentGeometry.
Definition at line 202 of file compgeom.h.
References midaspace::CG_Quadrangle.