Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

ooc::query::QueryResult Class Reference

#include <PointCloudAPI.h>

List of all members.

Public Member Functions

NodeHandle const & GetNodeHandle () const
Point const & GetNodePoint () const
size_t GetNodePointIndex () const
Storage GetStorage () const

Friends

class QueryIterator

Detailed Description

ooc::query::QueryResult is the current result of ooc::query::QueryIterator. It contains information about the queried point data.


Member Function Documentation

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 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.

Friends And Related Function Documentation

friend class QueryIterator [friend]

The documentation for this class was generated from the following file: