HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tree::NodeList< NodeT >::NodeRange Class Reference

#include <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
 

Detailed Description

template<typename NodeT>
class openvdb::OPENVDB_VERSION_NAME::tree::NodeList< NodeT >::NodeRange

Definition at line 187 of file NodeManager.h.

Constructor & Destructor Documentation

template<typename NodeT>
openvdb::OPENVDB_VERSION_NAME::tree::NodeList< NodeT >::NodeRange::NodeRange ( size_t  begin,
size_t  end,
const NodeList nodeList,
size_t  grainSize = 1 
)
inline

Definition at line 191 of file NodeManager.h.

template<typename NodeT>
openvdb::OPENVDB_VERSION_NAME::tree::NodeList< NodeT >::NodeRange::NodeRange ( NodeRange r,
tbb::split   
)
inline

Definition at line 194 of file NodeManager.h.

Member Function Documentation

template<typename NodeT>
Iterator openvdb::OPENVDB_VERSION_NAME::tree::NodeList< NodeT >::NodeRange::begin ( void  ) const
inline

Definition at line 244 of file NodeManager.h.

template<typename NodeT>
bool openvdb::OPENVDB_VERSION_NAME::tree::NodeList< NodeT >::NodeRange::empty ( void  ) const
inline

Definition at line 204 of file NodeManager.h.

template<typename NodeT>
Iterator openvdb::OPENVDB_VERSION_NAME::tree::NodeList< NodeT >::NodeRange::end ( void  ) const
inline

Definition at line 246 of file NodeManager.h.

template<typename NodeT>
size_t openvdb::OPENVDB_VERSION_NAME::tree::NodeList< NodeT >::NodeRange::grainsize ( ) const
inline

Definition at line 200 of file NodeManager.h.

template<typename NodeT>
bool openvdb::OPENVDB_VERSION_NAME::tree::NodeList< NodeT >::NodeRange::is_divisible ( ) const
inline

Definition at line 206 of file NodeManager.h.

template<typename NodeT>
const NodeList& openvdb::OPENVDB_VERSION_NAME::tree::NodeList< NodeT >::NodeRange::nodeList ( ) const
inline

Definition at line 202 of file NodeManager.h.

template<typename NodeT>
size_t openvdb::OPENVDB_VERSION_NAME::tree::NodeList< NodeT >::NodeRange::size ( void  ) const
inline

Definition at line 198 of file NodeManager.h.


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