#include </private/tmp/openvdb-20241101-6943-enag0s/openvdb-12.0.0/openvdb/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) |
|
◆ IterT
template<typename NodeT >
using IterT = typename NodeT::ChildOnCIter |
◆ begin()
template<typename NodeT >
static IterT begin |
( |
const NodeT & | node | ) |
|
|
inlinestatic |
◆ getChild()
template<typename NodeT >
template<typename ChildT >
static const ChildT * getChild |
( |
const IterT & | iter | ) |
|
|
inlinestatic |