OpenVDB  1.1.0
Public Types | Public Member Functions | List of all members
LeafCPtrList< TreeT > Class Template Reference

#include <VolumeToMesh.h>

Public Types

typedef std::vector< const
typename TreeT::LeafNodeType * > 
ListT

Public Member Functions

 LeafCPtrList (const TreeT &tree)
size_t size () const
const TreeT::LeafNodeType * operator[] (size_t n) const
tbb::blocked_range< size_t > getRange () const
const ListTgetList () const

Member Typedef Documentation

typedef std::vector<const typename TreeT::LeafNodeType *> ListT

Constructor & Destructor Documentation

LeafCPtrList ( const TreeT &  tree)
inline

Member Function Documentation

const ListT& getList ( ) const
inline
tbb::blocked_range<size_t> getRange ( ) const
inline
const TreeT::LeafNodeType* operator[] ( size_t  n) const
inline
size_t size ( ) const
inline

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