QueryResult
-
class QueryResult
ooc::query::QueryResult is the current result of ooc::query::QueryIterator. It contains information about the queried point data.
Public Functions
-
NodeHandle const &GetNodeHandle() const
Yields the currently processed point’s node handle.
- Returns
the node handle of the current result
-
RGBColor const &GetNodePointColor() const
Yields the currently processed point’s coordinates in object space.
- Returns
the object space coordinates for the point of the current result
-
Point const &GetNodePoint() const
Yields the currently processed point’s RGB color.
- Returns
the RGB color for the point of the current result
-
size_t GetNodePointIndex() const
Yields the currently processed point’s index.
- Returns
the index for the point of the current result.
-
Storage GetStorage() const
Yields the currently processed point’s storage.
- Returns
the storage for the point of the current result.
-
NodeHandle const &GetNodeHandle() const