![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <Contour.h>
Public Member Functions | |
Contour () | |
Contour (int pid, int pnods, doubletype *px, doubletype *py, bool pclosed) | |
~Contour () | |
Object * | copy () |
void | DeepEcho (void) |
void | Echo (void) |
int | Id (void) |
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
int | ObjectEnum (void) |
![]() | |
virtual | ~Object () |
Data Fields | |
int | id |
int | nods |
doubletype * | x |
doubletype * | y |
bool | closed |
|
inlinevirtual |
|
inlinevirtual |
Implements Object.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
int Contour< doubletype >::nods |
doubletype* Contour< doubletype >::x |
doubletype* Contour< doubletype >::y |
bool Contour< doubletype >::closed |