#include <openvdb/tree/NodeManager.h>
◆ Iterator() [1/2]
◆ Iterator() [2/2]
◆ empty()
Return true if this iterator is exhausted. 
 
 
◆ isValid()
◆ nodeRange()
◆ operator bool()
Return true if this iterator is not yet exhausted. 
 
 
◆ operator!=()
template<typename NodeT> 
  
  | 
        
          | bool operator!= | ( | const Iterator & | other | ) | const |  | inline | 
 
 
◆ operator*()
template<typename NodeT> 
  
  | 
        
          | NodeT & operator* | ( |  | ) | const |  | inline | 
 
Return a reference to the node to which this iterator is pointing. 
 
 
◆ operator++()
Advance to the next node. 
 
 
◆ operator->()
template<typename NodeT> 
  
  | 
        
          | NodeT * operator-> | ( |  | ) | const |  | inline | 
 
Return a pointer to the node to which this iterator is pointing. 
 
 
◆ operator=()
◆ operator==()
template<typename NodeT> 
  
  | 
        
          | bool operator== | ( | const Iterator & | other | ) | const |  | inline | 
 
 
◆ pos()
Return the index into the list of the current node. 
 
 
◆ test()
Return true if this iterator is not yet exhausted.