#include <attribute.h>
Public Member Functions | |
| LoadTimeFunction (const Problem *pd, long i) | |
| CONSTRUCTOR. More... | |
| virtual | ~LoadTimeFunction () |
| DESTRUCTOR. More... | |
| virtual void | checkConsistency (void) const |
| Checks data consistency. More... | |
| void | initialize_first (void) |
| initialize the first LTF More... | |
Public Member Functions inherited from midaspace::Attribute | |
| Attribute (const Problem *pd, long gid) | |
| CONSTRUCTOR. More... | |
| virtual | ~Attribute () |
| DESTRUCTOR. More... | |
| virtual classID | give_classid () const |
| Returns classID - class identification. More... | |
| virtual bool | initialize_from (const char *&str, femFileFormat ff, bool all=true) |
| initialize form input string More... | |
| long | give_sifid (void) const |
| *** SET *** *** GET *** More... | |
| void | scan_linerec (const char *str) |
| void | print_linerec (FILE *stream, bool pure) const |
| virtual void | print_row (FILE *stream, femFileFormat fff, long did) const |
| print row to solver input file More... | |
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 void | initialize (void) |
| = 0; = 0; More... | |
| virtual void | finitialize (void) |
| finalize problem preprocessing 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::Attribute | |
| long | sifid |
| char * | linerec |
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 56 of file attribute.h.
|
inline |
CONSTRUCTOR.
Definition at line 60 of file attribute.h.
|
inlinevirtual |
DESTRUCTOR.
Definition at line 62 of file attribute.h.
|
inlinevirtual |
Checks data consistency.
Reimplemented from midaspace::ProblemSubject.
Definition at line 65 of file attribute.h.
References _errorr, CASE, midaspace::ProblemSubject::checkConsistency(), midaspace::ProblemSubject::give_ID(), midaspace::Attribute::linerec, and midaspace::SP_scan_expected_word().
|
inline |
initialize the first LTF
Definition at line 80 of file attribute.h.
References midaspace::Attribute::linerec.