FEDEM Solver
R8.0
Source code of the dynamics solver
|
Sub-class representing the physical time. More...
#include <FFaResultDescription.H>
Public Member Functions | |
FFaTimeDescription () | |
Default constructor. More... | |
virtual | ~FFaTimeDescription () |
Empty destructor. More... | |
Public Member Functions inherited from FFaResultDescription | |
FFaResultDescription (const char *name=NULL, int bid=0, int uid=0) | |
Default constructor. More... | |
virtual | ~FFaResultDescription () |
Empty destructor. More... | |
void | clear () |
Clears the result description, resetting it to default values. More... | |
void | copyResult (const FFaResultDescription &other) |
Copies the result path (but leaves the type and ID untouched). More... | |
std::string | getText () const |
Returns a textural description of the result path. More... | |
bool | isTime () const |
Returns true if this describes a time-dependent result quantity. More... | |
bool | isBeamSectionResult () const |
Returns true if this describes a beam section result quantity. More... | |
bool | empty () const |
Returns true if this result description is empty (no results). More... | |
bool | operator== (const FFaResultDescription &entry) const |
Equality operator. More... | |
Additional Inherited Members | |
Public Attributes inherited from FFaResultDescription | |
std::string | OGType |
Top-level variable type (owner group) More... | |
int | baseId |
Unique ID over the entire model. More... | |
int | userId |
Unique only within owner group. More... | |
std::string | varRefType |
Variable type description. More... | |
std::vector< std::string > | varDescrPath |
Below top-level variable. More... | |
Sub-class representing the physical time.
FFaTimeDescription::FFaTimeDescription | ( | ) |
Default constructor.
|
inlinevirtual |
Empty destructor.