|
| Loads () |
|
| ~Loads () |
|
Loads * | Copy () |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
void | Configure (Elements *elements, Loads *loads, Nodes *nodes, Vertices *vertices, Materials *materials, Parameters *parameters) |
|
bool | IsPenalty () |
|
void | Finalize () |
|
int | MaxNumNodes () |
|
int | NumberOfLoads () |
|
void | ResetHooks () |
|
void | SetCurrentConfiguration (Elements *elements, Loads *loads, Nodes *nodes, Vertices *vertices, Materials *materials, Parameters *parameters) |
|
| DataSet () |
|
| DataSet (int enum_type) |
|
| ~DataSet () |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
int | GetEnum () |
|
int | GetEnum (int offset) |
|
void | Echo () |
|
void | DeepEcho () |
|
int | AddObject (Object *object) |
|
int | DeleteObject (int id) |
|
int | Size () |
|
void | clear () |
|
Object * | GetObjectByOffset (int offset) |
|
Object * | GetObjectById (int *poffset, int eid) |
|
void | Presort () |
|
void | Sort () |
|
DataSet * | Copy (void) |
|
int | DeleteObject (Object *object) |
|
Declaration of Loads class.
Declaration of Loads class. Loads are vector lists (Containers) of Load objects.
Definition at line 16 of file Loads.h.