rasdaman complete source
|
#include <keyobject.hh>
Public Member Functions | |
KeyObject () | |
KeyObject (const KeyObject &old) | |
KeyObject (const Tile *p) | |
KeyObject (const DBObjectId &obj, const r_Minterval &dom) | |
const DBObjectId & | getObject () const |
Tile * | getTransObject () const |
r_Minterval | getDomain () const |
~KeyObject () | |
bool | isInitialised () const |
bool | isPersCarrier () const |
void | setDomain (const r_Minterval &dom) |
void | setTransObject (const Tile *tile) |
void | setObject (const DBObjectId &obj) |
Protected Attributes | |
DBObjectId | persobject |
r_Minterval | domain |
Tile * | transobject |
KeyObject::KeyObject | ( | ) |
KeyObject::KeyObject | ( | const KeyObject & | old | ) |
KeyObject::KeyObject | ( | const Tile * | p | ) |
KeyObject::KeyObject | ( | const DBObjectId & | obj, |
const r_Minterval & | dom | ||
) |
KeyObject::~KeyObject | ( | ) |
r_Minterval KeyObject::getDomain | ( | ) | const |
const DBObjectId& KeyObject::getObject | ( | ) | const |
Tile* KeyObject::getTransObject | ( | ) | const |
bool KeyObject::isInitialised | ( | ) | const |
bool KeyObject::isPersCarrier | ( | ) | const |
void KeyObject::setDomain | ( | const r_Minterval & | dom | ) |
void KeyObject::setObject | ( | const DBObjectId & | obj | ) |
void KeyObject::setTransObject | ( | const Tile * | tile | ) |
|
protected |
|
protected |
|
protected |