#include <PointCloudAPI.h>
Public Member Functions | |
NodeHandle const & | GetNodeHandle () const |
Point const & | GetNodePoint () const |
size_t | GetNodePointIndex () const |
Storage | GetStorage () const |
Friends | |
class | QueryIterator |
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.
Point const& ooc::query::QueryResult::GetNodePoint | ( | ) | const |
Yields the currently processed point's coordinates in object space.
size_t ooc::query::QueryResult::GetNodePointIndex | ( | ) | const |
Yields the currently processed point's index.
Storage ooc::query::QueryResult::GetStorage | ( | ) | const |
Yields the currently processed point's storage.
friend class QueryIterator [friend] |