rasdaman complete source
|
#include <qtpointdata.hh>
Public Member Functions | |
QtPointData (const r_Point &point) | |
constructor getting a point More... | |
virtual | ~QtPointData () |
virtual destructor More... | |
virtual QtDataType | getDataType () const |
returns { QT_POINT} More... | |
virtual bool | equal (const QtData *obj) const |
compares data content More... | |
virtual std::string | getSpelling () const |
returns content dependent string representation More... | |
virtual void | printStatus (std::ostream &stream=std::cout) const |
print status of the object to the specified stream More... | |
const r_Point & | getPointData () const |
void | setPointData (const r_Point &point) |
virtual char * | getTypeStructure () const |
returns a null-terminated string describing the type structure More... | |
![]() | |
QtData () | |
QtData (const std::string name) | |
QtData (const QtData &obj) | |
copy constructor More... | |
virtual | ~QtData () |
destructor More... | |
const QtData & | operator= (const QtData &obj) |
assignement operator More... | |
virtual bool | isScalarData () const |
determines, if the data is of type scalar More... | |
std::string const | getIteratorName () const |
get the iterator name More... | |
void | setIteratorName (const std::string &iteratorNameNew) |
QtLifetime const | getLifetime () const |
void | setLifetime (QtLifetime flag) |
unsigned int | getRefNo () const |
return number of references to the self object More... | |
void | incRef () |
increases the reference counter by one More... | |
int | deleteRef () |
deletes one reference and the object if it was the last one More... | |
ParseInfo | getParseInfo () |
void | setParseInfo (const ParseInfo &info) |
Additional Inherited Members | |
![]() | |
enum | QtLifetime { QT_PERSISTENT, QT_TRANSIENT } |
![]() | |
ParseInfo * | parseInfo |
pointer to an optional parser info More... | |
QtPointData::QtPointData | ( | const r_Point & | point | ) |
constructor getting a point
|
virtual |
virtual destructor
|
virtual |
compares data content
Implements QtData.
|
virtual |
returns { QT_POINT}
The string pointer has to be free using free() by the caller.
Implements QtData.
|
inline |
|
virtual |
returns content dependent string representation
Implements QtData.
|
virtual |
returns a null-terminated string describing the type structure
Implements QtData.
|
virtual |
print status of the object to the specified stream
Reimplemented from QtData.
|
inline |