 |
Ice Sheet System Model
4.18
Code documentation
|
Declaration of DataSet class.
More...
#include <DataSet.h>
Declaration of DataSet class.
Declaration of DataSet class. A DataSet is a Container of Objects.
Definition at line 14 of file DataSet.h.
◆ DataSet() [1/2]
◆ DataSet() [2/2]
DataSet::DataSet |
( |
int |
enum_type | ) |
|
◆ ~DataSet()
◆ Marshall()
void DataSet::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
Definition at line 93 of file DataSet.cpp.
95 vector<Object*>::iterator obj;
124 for( obj=this->
objects.begin() ; obj < this->
objects.end(); obj++ ){
125 obj_enum=(*obj)->ObjectEnum();
127 (*obj)->Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
144 for(i=0;i<obj_size;i++){
154 node->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
160 vertex->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
166 matice->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
172 matestar->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
178 spcstatic->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
184 spcdynamic->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
190 spctransient->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
196 tria->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
202 penta->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
208 tetra->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
214 seg->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
220 rift->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
226 numflux->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
232 pengrid->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
238 penpair->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
243 result->
Marshall(pmarshalled_data,pmarshalled_data_size,marshall_direction);
247 else _error_(
"could not recognize enum type: " << obj_enum <<
": " <<
EnumToStringx(obj_enum) );
◆ GetEnum() [1/2]
◆ GetEnum() [2/2]
int DataSet::GetEnum |
( |
int |
offset | ) |
|
◆ Echo()
void DataSet::Echo |
( |
void |
| ) |
|
Definition at line 307 of file DataSet.cpp.
309 vector<Object*>::iterator object;
315 for (
object=
objects.begin() ;
object <
objects.end();
object++ ){
◆ DeepEcho()
void DataSet::DeepEcho |
( |
void |
| ) |
|
Definition at line 291 of file DataSet.cpp.
293 vector<Object*>::iterator object;
299 for (
object=
objects.begin() ;
object <
objects.end();
object++ ){
302 (*object)->DeepEcho();
◆ AddObject()
int DataSet::AddObject |
( |
Object * |
object | ) |
|
◆ DeleteObject() [1/2]
int DataSet::DeleteObject |
( |
int |
id | ) |
|
◆ Size()
int DataSet::Size |
( |
void |
| ) |
|
◆ clear()
Definition at line 260 of file DataSet.cpp.
266 vector<Object*>::reverse_iterator object;
271 for (
object=
objects.rbegin() ;
object <
objects.rend();
object++ ){
◆ GetObjectByOffset()
Object * DataSet::GetObjectByOffset |
( |
int |
offset | ) |
|
◆ GetObjectById()
Object * DataSet::GetObjectById |
( |
int * |
poffset, |
|
|
int |
eid |
|
) |
| |
Definition at line 345 of file DataSet.cpp.
362 if(poffset)*poffset=offset;
◆ Presort()
void DataSet::Presort |
( |
| ) |
|
◆ Sort()
◆ Copy()
Definition at line 49 of file DataSet.cpp.
51 vector<Object*>::iterator obj;
61 for ( obj=this->
objects.begin() ; obj < this->
objects.end(); obj++ ){
63 object_copy = (*obj)->
copy();
72 xMemCpy<int>(copy->
id_offsets,this->id_offsets,objsize);
78 xMemCpy<int>(copy->
sorted_ids,this->sorted_ids,objsize);
◆ DeleteObject() [2/2]
int DataSet::DeleteObject |
( |
Object * |
object | ) |
|
Definition at line 277 of file DataSet.cpp.
279 vector<Object*>::iterator iterator;
◆ objects
std::vector<Object*> DataSet::objects |
◆ enum_type
◆ sorted
◆ presorted
◆ numsorted
◆ sorted_ids
◆ id_offsets
The documentation for this class was generated from the following files:
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
#define _printf0_(StreamArgs)
int AddObject(Object *object)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
#define MARSHALLING_ENUM(EN)
std::vector< Object * > objects
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
#define MARSHALLING_DYNAMIC(FIELD, TYPE, SIZE)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
const char * EnumToStringx(int enum_in)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
#define MARSHALLING(FIELD)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
#define _error_(StreamArgs)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
@ DoubleExternalResultEnum
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
virtual Object * copy()=0
int binary_search(int *poffset, int target, int *sorted_integers, int num_integers)
Declaration of DataSet class.