![]() |
Ice Sheet System Model
4.18
Code documentation
|
Declaration of Materials class. More...
#include <Materials.h>
Public Member Functions | |
Materials () | |
~Materials () | |
void | Configure (Elements *elements, Loads *loads, Nodes *nodes, Vertices *vertices, Materials *materials, Parameters *parameters) |
void | ResetHooks () |
![]() | |
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) |
Additional Inherited Members | |
![]() | |
std::vector< Object * > | objects |
int | enum_type |
int | sorted |
int | presorted |
int | numsorted |
int * | sorted_ids |
int * | id_offsets |
Declaration of Materials class.
Declaration of Materials class. Materials are vector lists (Containers) of Material objects.
Definition at line 16 of file Materials.h.
Materials::Materials | ( | ) |
Definition at line 21 of file Materials.cpp.
Materials::~Materials | ( | ) |
Definition at line 26 of file Materials.cpp.
void Materials::ResetHooks | ( | ) |
Definition at line 46 of file Materials.cpp.