*** *** *** *** CLASS ComponentGeometry 1D *** *** *** ***
#include <compgeom.h>
Public Member Functions | |
ComponentGeometry1D (Cell *o, double Z) | |
CONSTRUCTOR. More... | |
ComponentGeometry1D (const ComponentGeometry1D *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~ComponentGeometry1D () |
DESTRUCTOR. More... | |
virtual classID | give_classid () const |
Returns classID - class identification. More... | |
virtual void | initialize (void) |
initiate/sets data More... | |
virtual int | give_dimension (void) const |
Dimension of element. More... | |
virtual int | give_number_of_vertices (void) const |
virtual CellGeometry | give_elemGeom (void) const |
virtual double | give_characteristic_size (void) const |
![]() | |
ComponentGeometry (Cell *o, double Z) | |
CONSTRUCTOR. More... | |
ComponentGeometry (const ComponentGeometry *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~ComponentGeometry () |
DESTRUCTOR. More... | |
virtual void | checkConsistency (void) const |
Checks data consistency. 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 const LCS_pure * | give_lcs (void) |
bool | is_point_in_sphere (const PoinT *point) const |
Additional Inherited Members | |
![]() | |
Cell * | owner |
double | zero |
bool | initialized |
LCS_pure * | lcs |
double | circum |
double | lav |
*** *** *** *** CLASS ComponentGeometry 1D *** *** *** ***
Definition at line 76 of file compgeom.h.
|
inline |
CONSTRUCTOR.
Definition at line 80 of file compgeom.h.
|
inline |
CONSTRUCTOR COPY.
Definition at line 82 of file compgeom.h.
|
inlinevirtual |
DESTRUCTOR.
Definition at line 84 of file compgeom.h.
|
inlinevirtual |
Reimplemented from midaspace::ComponentGeometry.
Reimplemented in midaspace::ComponentGeometry1Dpoly.
Definition at line 98 of file compgeom.h.
References midaspace::ComponentGeometry::initcheck(), and midaspace::ComponentGeometry::lav.
|
inlinevirtual |
Returns classID - class identification.
Reimplemented from midaspace::ComponentGeometry.
Reimplemented in midaspace::ComponentGeometry1Dpoly.
Definition at line 87 of file compgeom.h.
References midaspace::classComponentGeometry1D.
|
inlinevirtual |
Dimension of element.
Implements midaspace::ComponentGeometry.
Definition at line 93 of file compgeom.h.
|
inlinevirtual |
Implements midaspace::ComponentGeometry.
Reimplemented in midaspace::ComponentGeometry1Dpoly.
Definition at line 95 of file compgeom.h.
References midaspace::CG_Line.
|
inlinevirtual |
Implements midaspace::ComponentGeometry.
Reimplemented in midaspace::ComponentGeometry1Dpoly.
Definition at line 94 of file compgeom.h.
|
virtual |
initiate/sets data
*** *** *** *** CLASS ComponentGeometry 1D *** *** *** ***
Reimplemented from midaspace::ComponentGeometry.
Reimplemented in midaspace::ComponentGeometry1Dpoly.
Definition at line 41 of file compgeom.cpp.
References _errorr, midaspace::Cell::give_points(), midaspace::ComponentGeometry::initialize(), midaspace::ComponentGeometry::lav, and midaspace::ComponentGeometry::owner.