Sample Code
The sample code demonstrates how to perform common operations with point clouds.
- Point cloud automatically destroyed by
HBaseView
destructor: ooc-1-load-auto-destroy.cpp - Point cloud manually destroyed by
ooc::Destroy
: ooc-2-load-manual-destroy.cpp - Demonstrating node deletion: ooc-3-delete-nodes.cpp
- Demonstrating point deletion: ooc-4-delete-points.cpp
- Demonstrating point query: ooc-5-query-all.cpp