#include <PointCloudAPI.h>
ooc::query::QueryResult is the current result of ooc::query::QueryIterator. It contains information about the queried point data.
NodeHandle const& ooc::query::QueryResult::GetNodeHandle |
( |
| ) |
const |
Yields the currently processed point's node handle.
- Returns
- the node handle of the current result
Point const& ooc::query::QueryResult::GetNodePoint |
( |
| ) |
const |
Yields the currently processed point's RGB color.
- Returns
- the RGB color for the point of the current result
RGBColor const& ooc::query::QueryResult::GetNodePointColor |
( |
| ) |
const |
Yields the currently processed point's coordinates in object space.
- Returns
- the object space coordinates for the point of the current result
size_t ooc::query::QueryResult::GetNodePointIndex |
( |
| ) |
const |
Yields the currently processed point's index.
- Returns
- the index for the point of the current result.
Storage ooc::query::QueryResult::GetStorage |
( |
| ) |
const |
Yields the currently processed point's storage.
- Returns
- the storage for the point of the current result.
The documentation for this class was generated from the following file: