#include <attribute.h>
Public Member Functions | |
| AssignFix (const Problem *pd, long gid) | |
| CONSTRUCTOR. More... | |
| virtual | ~AssignFix () |
| DESTRUCTOR. More... | |
| virtual bool | initialize_from (const char *&str, femFileFormat ff, bool all=true) |
| initialize form input string More... | |
| virtual void | initialize (void) |
| initialize yourself More... | |
Public Member Functions inherited from midaspace::Assign | |
| Assign (const Problem *pd, long gid) | |
| CONSTRUCTOR. More... | |
| virtual | ~Assign () |
| DESTRUCTOR. More... | |
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 | 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 |
Protected Attributes | |
| long | elemid |
| ASGType | type |
| bool | node |
| long | ncn |
| long * | icn |
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 425 of file attribute.h.
|
inline |
CONSTRUCTOR.
Definition at line 437 of file attribute.h.
References midaspace::ASG_non, elemid, icn, ncn, and type.
|
inlinevirtual |
|
virtual |
initialize yourself
Reimplemented from midaspace::Assign.
Definition at line 775 of file attribute.cpp.
References _errorr, midaspace::ASG_id, elemid, errol, midaspace::GeometrySubject::Geom, midaspace::Geometry::give_Elem(), icn, midaspace::Assign::initialize(), ncn, node, and type.
|
virtual |
initialize form input string
Definition at line 757 of file attribute.cpp.
References _errorr2, midaspace::ASG_id, elemid, icn, ncn, node, midaspace::SP_scan_array_alloc(), midaspace::SP_scan_number(), midaspace::SP_scan_word(), and type.
|
protected |
Definition at line 428 of file attribute.h.
Referenced by AssignFix(), initialize(), and initialize_from().
|
protected |
Definition at line 433 of file attribute.h.
Referenced by AssignFix(), initialize(), initialize_from(), and ~AssignFix().
|
protected |
Definition at line 432 of file attribute.h.
Referenced by AssignFix(), initialize(), and initialize_from().
|
protected |
Definition at line 430 of file attribute.h.
Referenced by initialize(), and initialize_from().
|
protected |
Definition at line 429 of file attribute.h.
Referenced by AssignFix(), initialize(), and initialize_from().