OpenVDB  9.0.1
Classes | Public Member Functions | List of all members
NodeList< NodeT >::NodeRange Class Reference

#include <openvdb/tree/NodeManager.h>

Classes

class  Iterator
 

Public Member Functions

 NodeRange (size_t begin, size_t end, const NodeList &nodeList, size_t grainSize=1)
 
 NodeRange (NodeRange &r, tbb::split)
 
size_t size () const
 
size_t grainsize () const
 
const NodeListnodeList () const
 
bool empty () const
 
bool is_divisible () const
 
Iterator begin () const
 
Iterator end () const
 

Constructor & Destructor Documentation

NodeRange ( size_t  begin,
size_t  end,
const NodeList nodeList,
size_t  grainSize = 1 
)
inline
NodeRange ( NodeRange r,
tbb::split   
)
inline

Member Function Documentation

Iterator begin ( ) const
inline
bool empty ( ) const
inline
Iterator end ( ) const
inline
size_t grainsize ( ) const
inline
bool is_divisible ( ) const
inline
const NodeList& nodeList ( ) const
inline
size_t size ( ) const
inline