#include </private/tmp/openvdb-20240426-49789-fb4okk/openvdb-11.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 |