#include <openvdb/tree/TreeIterator.h>
|
using | IterT = typename NodeT::ChildOnIter |
|
|
static IterT | begin (NodeT &node) |
|
template<typename ChildT> |
static ChildT * | getChild (const IterT &iter) |
|
static ChildT * | getChild (const typename NodeT::ChildOnIter &) |
|
◆ IterT
template<typename NodeT>
using IterT = typename NodeT::ChildOnIter |
◆ begin()
template<typename NodeT>
static IterT begin |
( |
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::ChildOnIter & | | ) |
|
|
inlinestatic |