![]() |
Ice Sheet System Model
4.18
Code documentation
|
Declaration of Contours class. More...
#include <Contours.h>
Public Member Functions | |
Contours () | |
~Contours () | |
![]() | |
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 Contours class.
Definition at line 10 of file Contours.h.
Contours::Contours | ( | ) |
Definition at line 21 of file Contours.cpp.
Contours::~Contours | ( | ) |
Definition at line 26 of file Contours.cpp.