#include <attribute.h>
Public Member Functions | |
| CellAttribs (const Cell *owner, long p) | |
| CONSTRUCTOR. More... | |
| CellAttribs (const Cell *owner, const CellAttribs *src) | |
| CONSTRUCTOR COPY. More... | |
| virtual | ~CellAttribs () |
| DESTRUCTOR. More... | |
Public Member Functions inherited from midaspace::Attributes | |
| Attributes (const GeometryComponent *owner, long p) | |
| CONSTRUCTOR. More... | |
| Attributes (const GeometryComponent *owner, const Attributes *src) | |
| CONSTRUCTOR COPY. More... | |
| virtual | ~Attributes () |
| DESTRUCTOR. More... | |
| virtual bool | initialize_from (const char *&str, femFileFormat ff, bool all=true)=0 |
| initialize form input string More... | |
| virtual void | print_row (FILE *stream, femFileFormat fff, long did) const =0 |
| print row to solver input file More... | |
| void | set_prop (long val) |
| void | add_load (const BoundaryCond *val) |
| void | add_load (int i) |
| long | give_prop (void) const |
| const GPA< const BoundaryCond > * | give_loads (void) const |
| const BoundaryCond * | give_load (int i) const |
| long | give_cloads (void) const |
| bool | is_loaded (void) const |
Public Member Functions inherited from midaspace::GeomCompSubject | |
| 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 GeometryComponent * | give_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 Geometry * | give_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 Problem * | give_Pd (void) const |
Additional Inherited Members | |
Protected Attributes inherited from midaspace::Attributes | |
| long | prop |
| GPA< const BoundaryCond > | loads |
| POINTERS TO ATTRIBUTES listed in problem class. More... | |
Protected Attributes inherited from midaspace::GeomCompSubject | |
| const GeometryComponent * | GC |
| Pointer to owner == parent geometry component. More... | |
Protected Attributes inherited from midaspace::GeometrySubject | |
| const Geometry * | Geom |
| 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 Problem * | Pd |
| Pointer to owner = parent problem. More... | |
Definition at line 606 of file attribute.h.
|
inline |
CONSTRUCTOR.
Definition at line 610 of file attribute.h.
|
inline |
CONSTRUCTOR COPY.
Definition at line 612 of file attribute.h.
|
inlinevirtual |
DESTRUCTOR.
Definition at line 614 of file attribute.h.