OpenVDB 11.0.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
RootNode< ChildT >::TileIterator Class Reference

#include <nanovdb/util/GridBuilder.h>

Public Member Functions

 TileIterator ()
 
 TileIterator (const RootNode *parent)
 
TileIteratoroperator= (const TileIterator &)=default
 
const Tileoperator* () const
 
const Tileoperator-> () const
 
Coord getOrigin () const
 
Coord getCoord () const
 
 operator bool () const
 
const ChildT * probeChild (ValueType &value)
 
bool isValueOn () const
 
TileIteratoroperator++ ()
 
TileIterator operator++ (int)
 
uint32_t pos () const
 

Constructor & Destructor Documentation

◆ TileIterator() [1/2]

TileIterator ( )
inline

◆ TileIterator() [2/2]

TileIterator ( const RootNode parent)
inline

Member Function Documentation

◆ getCoord()

Coord getCoord ( ) const
inline

◆ getOrigin()

Coord getOrigin ( ) const
inline

◆ isValueOn()

bool isValueOn ( ) const
inline

◆ operator bool()

operator bool ( ) const
inline

◆ operator*()

const Tile & operator* ( ) const
inline

◆ operator++() [1/2]

TileIterator & operator++ ( )
inline

◆ operator++() [2/2]

TileIterator operator++ ( int  )
inline

◆ operator->()

const Tile * operator-> ( ) const
inline

◆ operator=()

TileIterator & operator= ( const TileIterator )
default

◆ pos()

uint32_t pos ( ) const
inline

◆ probeChild()

const ChildT * probeChild ( ValueType value)
inline