MIDAS  0.75
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Public Member Functions | Private Attributes | List of all members
midaspace::ComponentGeometry1Dpoly Class Reference

#include <compgeom.h>

Inheritance diagram for midaspace::ComponentGeometry1Dpoly:
midaspace::ComponentGeometry1D midaspace::ComponentGeometry

Public Member Functions

 ComponentGeometry1Dpoly (Cell *o, double Z)
 CONSTRUCTOR. More...
 
 ComponentGeometry1Dpoly (const ComponentGeometry1Dpoly *src)
 CONSTRUCTOR COPY. More...
 
virtual ~ComponentGeometry1Dpoly ()
 DESTRUCTOR. More...
 
virtual classID give_classid () const
 Returns classID - class identification. More...
 
virtual void initialize (void)
 initiate/sets data More...
 
virtual void checkConsistency (void) const
 Checks data consistency. More...
 
virtual int give_number_of_vertices (void) const
 Dimension of element. More...
 
virtual CellGeometry give_elemGeom (void) const
 
void reset_nv (void)
 DYNAMIC. More...
 
virtual double give_characteristic_size (void) const
 *** GET *** More...
 
- Public Member Functions inherited from midaspace::ComponentGeometry1D
 ComponentGeometry1D (Cell *o, double Z)
 CONSTRUCTOR. More...
 
 ComponentGeometry1D (const ComponentGeometry1D *src)
 CONSTRUCTOR COPY. More...
 
virtual ~ComponentGeometry1D ()
 DESTRUCTOR. More...
 
virtual int give_dimension (void) const
 Dimension of element. More...
 
- 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 PoinTgive_centercoords (void) const
 *** GET *** More...
 
double give_circum (void) const
 
double give_lav (void) const
 
double give_GeomWeight1deg (void) const
 
virtual const LCS_puregive_lcs (void)
 
bool is_point_in_sphere (const PoinT *point) const
 

Private Attributes

int nv
 

Additional Inherited Members

- Protected Attributes inherited from midaspace::ComponentGeometry
Cellowner
 
double zero
 
bool initialized
 
LCS_purelcs
 
double circum
 
double lav
 

Detailed Description

Definition at line 102 of file compgeom.h.

Constructor & Destructor Documentation

midaspace::ComponentGeometry1Dpoly::ComponentGeometry1Dpoly ( Cell o,
double  Z 
)

CONSTRUCTOR.

Definition at line 64 of file compgeom.cpp.

References midaspace::Cell::give_nno(), nv, and midaspace::ComponentGeometry::owner.

midaspace::ComponentGeometry1Dpoly::ComponentGeometry1Dpoly ( const ComponentGeometry1Dpoly src)
inline

CONSTRUCTOR COPY.

Definition at line 110 of file compgeom.h.

References nv.

virtual midaspace::ComponentGeometry1Dpoly::~ComponentGeometry1Dpoly ( )
inlinevirtual

DESTRUCTOR.

Definition at line 112 of file compgeom.h.

Member Function Documentation

void midaspace::ComponentGeometry1Dpoly::checkConsistency ( void  ) const
virtual
virtual double midaspace::ComponentGeometry1Dpoly::give_characteristic_size ( void  ) const
inlinevirtual

*** GET ***

Reimplemented from midaspace::ComponentGeometry1D.

Definition at line 132 of file compgeom.h.

References errol.

virtual classID midaspace::ComponentGeometry1Dpoly::give_classid ( ) const
inlinevirtual

Returns classID - class identification.

Reimplemented from midaspace::ComponentGeometry1D.

Definition at line 115 of file compgeom.h.

References midaspace::classComponentGeometry1Dpoly.

virtual CellGeometry midaspace::ComponentGeometry1Dpoly::give_elemGeom ( void  ) const
inlinevirtual

Reimplemented from midaspace::ComponentGeometry1D.

Definition at line 124 of file compgeom.h.

References midaspace::CG_PolyLine.

virtual int midaspace::ComponentGeometry1Dpoly::give_number_of_vertices ( void  ) const
inlinevirtual

Dimension of element.

Reimplemented from midaspace::ComponentGeometry1D.

Definition at line 123 of file compgeom.h.

References nv.

void midaspace::ComponentGeometry1Dpoly::initialize ( void  )
virtual
void midaspace::ComponentGeometry1Dpoly::reset_nv ( void  )

DYNAMIC.

Definition at line 74 of file compgeom.cpp.

References midaspace::Cell::give_nno(), nv, and midaspace::ComponentGeometry::owner.

Member Data Documentation

int midaspace::ComponentGeometry1Dpoly::nv
private

The documentation for this class was generated from the following files: