#include <datahndl.h>
Public Member Functions | |
CAMdataHandler () | |
CAMdataHandler (const CAMdataHandler &A) | |
CAMdataHandler (long size, int dType) | |
~CAMdataHandler () | |
CAMdataHandler & | operator= (const CAMdataHandler &A) |
void | initialize () |
void | initialize (const CAMdataHandler &H) |
void | initialize (long size, int dType) |
void | allocateData (long size, int dType) |
void | copyData (long size, void *dataP) |
void | destroyData () |
void | setTypeFlag (int dType) |
int | getDataType () const |
long | getDataSize () const |
void | setDataSize (long size) |
void | setTemporaryFlag () |
int | getTemporaryFlag () const |
void | incrementReferenceCount () |
void | decrementReferenceCount () |
int | getReferenceCount () const |
void | setReferenceCount (int refValue) |
void * | getDataPointer () const |
void | setDataPointer (int *i) |
void | setDataPointer (long *l) |
void | setDataPointer (float *f) |
void | setDataPointer (double *d) |
void | getDataValue (long index, int &i) const |
void | getDataValue (long index, long &l) const |
void | getDataValue (long index, float &f) const |
void | getDataValue (long index, double &d) const |
Static Public Member Functions | |
void | referenceCountError () |
Public Attributes | |
int | dataType |
void * | dataPointer |
long | dataSize |
int | temporaryFlag |
int | referenceCount |
Friends | |
__IMPEXP__ friend ostream & | operator<< (ostream &out_stream, const CAMdataHandler &A) |
|
Definition at line 25 of file datahndl.cpp. |
|
Definition at line 34 of file datahndl.cpp. |
|
Definition at line 55 of file datahndl.cpp. |
|
Definition at line 67 of file datahndl.cpp. |
|
Definition at line 133 of file datahndl.cpp. |
|
Definition at line 161 of file datahndl.cpp. |
|
Definition at line 172 of file datahndl.cpp. |
|
Definition at line 193 of file datahndl.cpp. |
|
Definition at line 234 of file datahndl.cpp. |
|
Definition at line 336 of file datahndl.cpp. |
|
Definition at line 413 of file datahndl.cpp. |
|
Definition at line 200 of file datahndl.cpp. |
|
Definition at line 72 of file datahndl.h. |
|
Definition at line 73 of file datahndl.h. |
|
Definition at line 74 of file datahndl.h. |
|
Definition at line 75 of file datahndl.h. |
|
Definition at line 76 of file datahndl.h. |
|
Definition at line 460 of file datahndl.cpp. |
|
Definition at line 78 of file datahndl.h. |
|
Definition at line 79 of file datahndl.h. |
|
Definition at line 80 of file datahndl.h. |
|
Definition at line 466 of file datahndl.cpp. |
|
Definition at line 85 of file datahndl.h. |
|
Definition at line 86 of file datahndl.h. |
|
Definition at line 87 of file datahndl.h. |
|
Definition at line 88 of file datahndl.h. |
|
Definition at line 89 of file datahndl.h. |
|
Definition at line 90 of file datahndl.h. |
|
Definition at line 91 of file datahndl.h. |
|
Definition at line 92 of file datahndl.h. |
|
Definition at line 93 of file datahndl.h. |
|
Definition at line 76 of file datahndl.cpp. |
|
Definition at line 36 of file datahndl.h. |
|
Definition at line 37 of file datahndl.h. |
|
Definition at line 38 of file datahndl.h. |
|
Definition at line 39 of file datahndl.h. |
|
Definition at line 40 of file datahndl.h. |