Ice Sheet System Model  4.18
Code documentation
Public Member Functions
Contours Class Reference

Declaration of Contours class. More...

#include <Contours.h>

Inheritance diagram for Contours:
DataSet

Public Member Functions

 Contours ()
 
 ~Contours ()
 
- Public Member Functions inherited from DataSet
 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 ()
 
ObjectGetObjectByOffset (int offset)
 
ObjectGetObjectById (int *poffset, int eid)
 
void Presort ()
 
void Sort ()
 
DataSetCopy (void)
 
int DeleteObject (Object *object)
 

Additional Inherited Members

- Data Fields inherited from DataSet
std::vector< Object * > objects
 
int enum_type
 
int sorted
 
int presorted
 
int numsorted
 
int * sorted_ids
 
int * id_offsets
 

Detailed Description

Declaration of Contours class.

Definition at line 10 of file Contours.h.

Constructor & Destructor Documentation

◆ Contours()

Contours::Contours ( )

Definition at line 21 of file Contours.cpp.

21  {/*{{{*/
23  return;
24 }

◆ ~Contours()

Contours::~Contours ( )

Definition at line 26 of file Contours.cpp.

26  {/*{{{*/
27  return;
28 }

The documentation for this class was generated from the following files:
ContoursEnum
@ ContoursEnum
Definition: EnumDefinitions.h:1016
DataSet::enum_type
int enum_type
Definition: DataSet.h:22