OpenVDB  2.3.0
Public Types | Public Member Functions | List of all members
MapPoints< Int16TreeT > Class Template Reference

Computes the point list indices for the index tree. More...

#include <VolumeToMesh.h>

Public Types

typedef tree::ValueAccessor
< const Int16TreeT > 
Int16AccessorT
 

Public Member Functions

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

Detailed Description

template<typename Int16TreeT>
class openvdb::v2_3_0::tools::internal::MapPoints< Int16TreeT >

Computes the point list indices for the index tree.

Member Typedef Documentation

typedef tree::ValueAccessor<const Int16TreeT> Int16AccessorT

Constructor & Destructor Documentation

MapPoints ( std::vector< size_t > &  pointList,
const Int16TreeT &  signTree 
)
inline

Member Function Documentation

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

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