#include <DMCVecPointHandle.hpp>
template<typename BaseVecT>
class lvr2::DMCVecPointHandle< BaseVecT >
Definition at line 46 of file DMCVecPointHandle.hpp.
◆ DMCVecPointHandle()
template<typename BaseVecT >
Constructor.
- Parameters
-
points | vector of all points |
◆ ~DMCVecPointHandle()
template<typename BaseVecT >
◆ clear()
template<typename BaseVecT >
◆ getContainedPoints()
template<typename BaseVecT >
Get the Contained Points object at given index.
- Parameters
-
index | Index of the octree cell |
- Returns
- vector<coord<float>*> Vector of all points in the specififc cell
Implements lvr2::DMCPointHandle< BaseVecT >.
◆ split()
template<typename BaseVecT >
Splits the points of a specific cell into 8 subcelld.
- Parameters
-
index | Index of splitted cell |
splittedPoints | Vector of the subcells points |
Implements lvr2::DMCPointHandle< BaseVecT >.
◆ containedPoints
template<typename BaseVecT >
The documentation for this class was generated from the following file: