OpenVDB  3.1.0
Public Member Functions | List of all members
CountPoints Class Reference

Counts the total number of points per leaf, accounts for cells with multiple points. More...

#include <VolumeToMesh.h>

Public Member Functions

 CountPoints (std::vector< size_t > &pointList)
 
template<typename LeafNodeType >
void operator() (LeafNodeType &leaf, size_t leafIndex) const
 

Detailed Description

Counts the total number of points per leaf, accounts for cells with multiple points.

Constructor & Destructor Documentation

CountPoints ( std::vector< size_t > &  pointList)
inline

Member Function Documentation

void operator() ( LeafNodeType &  leaf,
size_t  leafIndex 
) const
inline

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