
Classes | |
| class | Filter |
| class | QueryIterator |
| class | QueryResult |
Enumerations | |
| enum | Storage { Storage_Memory, Storage_Disk } |
Functions | |
| OOC_API int | PointCount (Env env, NodeHandle const &handle) |
| OOC_API QueryIterator | QueryPoints (Env env, Filter &filter) |
| enum ooc::query::Storage |
| OOC_API int ooc::query::PointCount | ( | Env | env, |
| NodeHandle const & | handle | ||
| ) |
Determines the number of points in a given node.
| env | The point cloud environment for node_handle. |
| handle | The handle of the node whose point count is to be returned. |
| OOC_API QueryIterator ooc::query::QueryPoints | ( | Env | env, |
| Filter & | filter | ||
| ) |
Allows users to query the points in a point cloud tree. Based on the input filter, the returned points may include both points in memory and on disk.
| env | The environment of the point cloud to query points from. |
| filter | The filter to select points with. |