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

#include <subject.h>

Inheritance diagram for midaspace::GeomCompSubject:
midaspace::GeometrySubject midaspace::ProblemSubject midaspace::Attributes midaspace::PointDOFsAttributes midaspace::CellAttribs midaspace::PointAttribs midaspace::PointDOFsBCPM midaspace::PointDOFsCondense midaspace::PointDOFsRANHN midaspace::ElemAttribs midaspace::FacedgeAttribs midaspace::HNAttribs midaspace::RANAttribs midaspace::FElemAttribs midaspace::GelemAttribs midaspace::EdgeAttribs midaspace::FaceAttribs

Public Member Functions

 GeomCompSubject (long gid)
 CONSTRUCTOR. More...
 
 GeomCompSubject (long gid, const Problem *owner)
 CONSTRUCTOR. More...
 
 GeomCompSubject (long gid, const Geometry *owner)
 CONSTRUCTOR. More...
 
 GeomCompSubject (long gid, const GeometryComponent *owner)
 CONSTRUCTOR. More...
 
virtual ~GeomCompSubject ()
 DESTRUCTOR. More...
 
void set_GC (const GeometryComponent *owner)
 
const GeometryComponentgive_GC (void) const
 
- Public Member Functions inherited from midaspace::GeometrySubject
 GeometrySubject (long gid)
 CONSTRUCTOR. More...
 
 GeometrySubject (long gid, const Problem *owner)
 CONSTRUCTOR. More...
 
 GeometrySubject (long gid, const Geometry *owner)
 CONSTRUCTOR. More...
 
virtual ~GeometrySubject ()
 DESTRUCTOR. More...
 
void set_Geom (const Geometry *owner)
 
void reset_Geom (const Geometry *owner)
 
const Geometrygive_Geom (void) const
 
- Public Member Functions inherited from midaspace::ProblemSubject
 ProblemSubject (long gid)
 CONSTRUCTOR. More...
 
 ProblemSubject (long gid, const Problem *owner)
 CONSTRUCTOR. More...
 
virtual ~ProblemSubject ()
 DESTRUCTOR. More...
 
virtual classID give_classid () const
 Returns classID - class identification. More...
 
virtual void initialize (void)
 = 0; = 0; More...
 
virtual void finitialize (void)
 finalize problem preprocessing More...
 
virtual void checkConsistency (void) const
 Checks data consistency. More...
 
void set_ID (long val)
 
long give_ID () const
 
void set_Pd (const Problem *owner)
 
const Problemgive_Pd (void) const
 

Protected Attributes

const GeometryComponentGC
 Pointer to owner == parent geometry component. More...
 
- Protected Attributes inherited from midaspace::GeometrySubject
const GeometryGeom
 Pointer to owner == parent geometry. More...
 
- Protected Attributes inherited from midaspace::ProblemSubject
long ID
 (global) identification number == position in list of members; zero-based numbering. More...
 
const ProblemPd
 Pointer to owner = parent problem. More...
 

Detailed Description

Definition at line 81 of file subject.h.

Constructor & Destructor Documentation

midaspace::GeomCompSubject::GeomCompSubject ( long  gid)
inline

CONSTRUCTOR.

Definition at line 89 of file subject.h.

References GC.

midaspace::GeomCompSubject::GeomCompSubject ( long  gid,
const Problem owner 
)
inline

CONSTRUCTOR.

Definition at line 91 of file subject.h.

References GC.

midaspace::GeomCompSubject::GeomCompSubject ( long  gid,
const Geometry owner 
)
inline

CONSTRUCTOR.

Definition at line 93 of file subject.h.

References GC.

midaspace::GeomCompSubject::GeomCompSubject ( long  gid,
const GeometryComponent owner 
)
inline

CONSTRUCTOR.

Definition at line 95 of file subject.h.

References GC, and set_GC().

virtual midaspace::GeomCompSubject::~GeomCompSubject ( )
inlinevirtual

DESTRUCTOR.

Definition at line 97 of file subject.h.

Member Function Documentation

const GeometryComponent* midaspace::GeomCompSubject::give_GC ( void  ) const
inline

Definition at line 101 of file subject.h.

References GC.

void midaspace::GeomCompSubject::set_GC ( const GeometryComponent owner)

Member Data Documentation

const GeometryComponent* midaspace::GeomCompSubject::GC
protected

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