#include <openvdb/tree/TreeIterator.h>
|  | 
| using | IterT = typename NodeT::ChildAllCIter | 
|  | 
|  | 
| static IterT | begin (const NodeT &node) | 
|  | 
| template<typename ChildT> | 
| static ChildT * | getChild (const IterT &iter) | 
|  | 
| static ChildT * | getChild (const typename NodeT::ChildAllCIter &) | 
|  | 
◆ IterT
template<typename NodeT> 
      
        
          | using IterT = typename NodeT::ChildAllCIter | 
      
 
 
◆ begin()
template<typename NodeT> 
  
  | 
        
          | static IterT begin | ( | const NodeT & | node | ) |  |  | inlinestatic | 
 
 
◆ getChild() [1/2]
template<typename NodeT> 
template<typename ChildT> 
  
  | 
        
          | static ChildT * getChild | ( | const IterT & | iter | ) |  |  | inlinestatic | 
 
 
◆ getChild() [2/2]
  
  | 
        
          | static ChildT * getChild | ( | const typename NodeT::ChildAllCIter & |  | ) |  |  | inlinestatic |