===========
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 <ooc/ooc-1-load-auto-destroy.cpp>`_
* Point cloud manually destroyed by ``ooc::Destroy``: `ooc-2-load-manual-destroy.cpp <ooc/ooc-2-load-manual-destroy.cpp>`_
* Demonstrating node deletion: `ooc-3-delete-nodes.cpp <ooc/ooc-3-delete-nodes.cpp>`_
* Demonstrating point deletion: `ooc-4-delete-points.cpp <ooc/ooc-4-delete-points.cpp>`_
* Demonstrating point query: `ooc-5-query-all.cpp <ooc/ooc-5-query-all.cpp>`_
