![]() |
Ice Sheet System Model
4.18
Code documentation
|
Declaration of Vertices class. More...
#include <Vertices.h>
Public Member Functions | |
Vertices () | |
~Vertices () | |
Vertices * | Copy () |
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
void | Finalize (IoModel *iomodel) |
int | NumberOfVertices (void) |
int | NumberOfVerticesLocal (void) |
int | NumberOfVerticesLocalAll (void) |
void | LatLonList (IssmDouble **lat, IssmDouble **lon) |
![]() | |
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) |
Data Fields | |
int * | common_recv |
int ** | common_recv_ids |
int * | common_send |
int ** | common_send_ids |
![]() | |
std::vector< Object * > | objects |
int | enum_type |
int | sorted |
int | presorted |
int | numsorted |
int * | sorted_ids |
int * | id_offsets |
Private Attributes | |
int | numberofvertices |
int | numberofvertices_local |
int | numberofmasters_local |
Declaration of Vertices class.
Declaration of Vertices class. Vertices are vector lists (Containers) of Vertex objects. A vertex is a set of (x,y,z) coordinates defining the location of points in the mesh (not to be confused with a node, which is a degree of freedom (DOF) for a particular analysis).
Definition at line 15 of file Vertices.h.
Vertices::Vertices | ( | ) |
Definition at line 26 of file Vertices.cpp.
Vertices::~Vertices | ( | ) |
Definition at line 38 of file Vertices.cpp.
Vertices * Vertices::Copy | ( | void | ) |
Definition at line 57 of file Vertices.cpp.
void Vertices::Marshall | ( | char ** | pmarshalled_data, |
int * | pmarshalled_data_size, | ||
int | marshall_direction | ||
) |
Definition at line 112 of file Vertices.cpp.
void Vertices::Finalize | ( | IoModel * | iomodel | ) |
Definition at line 173 of file Vertices.cpp.
int Vertices::NumberOfVertices | ( | void | ) |
Definition at line 255 of file Vertices.cpp.
int Vertices::NumberOfVerticesLocal | ( | void | ) |
Definition at line 258 of file Vertices.cpp.
int Vertices::NumberOfVerticesLocalAll | ( | void | ) |
Definition at line 261 of file Vertices.cpp.
void Vertices::LatLonList | ( | IssmDouble ** | lat, |
IssmDouble ** | lon | ||
) |
Definition at line 135 of file Vertices.cpp.
|
private |
Definition at line 18 of file Vertices.h.
|
private |
Definition at line 19 of file Vertices.h.
|
private |
Definition at line 20 of file Vertices.h.
int* Vertices::common_recv |
Definition at line 22 of file Vertices.h.
int** Vertices::common_recv_ids |
Definition at line 23 of file Vertices.h.
int* Vertices::common_send |
Definition at line 24 of file Vertices.h.
int** Vertices::common_send_ids |
Definition at line 25 of file Vertices.h.