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