Ocean
|
The base class for all data object storing a set of image point ids. More...
Public Member Functions | |
const IndexSet32 & | imagePointIds () const |
Returns the image point ids of this object. More... | |
void | registerImagePoint (const Index32 imagePointId) |
Registers (adds) a new image point id at this data object. More... | |
void | unregisterImagePoint (const Index32 imagePointId) |
Unregisters (removes) an image point id from this data object. More... | |
Protected Attributes | |
IndexSet32 | dataImagePointIds |
The set of registered image point ids of this object. More... | |
The base class for all data object storing a set of image point ids.
|
inline |
Returns the image point ids of this object.
|
inline |
Registers (adds) a new image point id at this data object.
imagePointId | The new id to be registered, must be valid and must not already be part of this data object |
|
inline |
Unregisters (removes) an image point id from this data object.
imagePointId | The id to be unregistered, must be valid and must be part of this data object |
|
protected |
The set of registered image point ids of this object.