OpenVDB  3.1.0
Public Types | Public Member Functions | List of all members
CountRegions< IntTreeT > Class Template Reference

Counts the total number of points per collapsed region. More...

#include <VolumeToMesh.h>

Public Types

typedef tree::ValueAccessor< IntTreeT > IntAccessorT
 
typedef IntTreeT::LeafNodeType IntLeafT
 

Public Member Functions

 CountRegions (IntTreeT &idxTree, std::vector< size_t > &regions)
 
template<typename LeafNodeType >
void operator() (LeafNodeType &leaf, size_t leafIndex) const
 

Detailed Description

template<typename IntTreeT>
class openvdb::v3_1_0::tools::internal::CountRegions< IntTreeT >

Counts the total number of points per collapsed region.

Member Typedef Documentation

typedef tree::ValueAccessor<IntTreeT> IntAccessorT
typedef IntTreeT::LeafNodeType IntLeafT

Constructor & Destructor Documentation

CountRegions ( IntTreeT &  idxTree,
std::vector< size_t > &  regions 
)
inline

Member Function Documentation

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

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