HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tree::IterTraits< NodeT, typename NodeT::ChildOnIter > Struct Template Reference

#include <TreeIterator.h>

Classes

struct  NodeConverter
 

Public Types

using IterT = typename NodeT::ChildOnIter
 

Static Public Member Functions

static IterT begin (NodeT &node)
 
template<typename ChildT >
static ChildT * getChild (const IterT &iter)
 

Detailed Description

template<typename NodeT>
struct openvdb::OPENVDB_VERSION_NAME::tree::IterTraits< NodeT, typename NodeT::ChildOnIter >

Definition at line 65 of file TreeIterator.h.

Member Typedef Documentation

template<typename NodeT >
using openvdb::OPENVDB_VERSION_NAME::tree::IterTraits< NodeT, typename NodeT::ChildOnIter >::IterT = typename NodeT::ChildOnIter

Definition at line 67 of file TreeIterator.h.

Member Function Documentation

template<typename NodeT >
static IterT openvdb::OPENVDB_VERSION_NAME::tree::IterTraits< NodeT, typename NodeT::ChildOnIter >::begin ( NodeT &  node)
inlinestatic

Definition at line 68 of file TreeIterator.h.

template<typename NodeT >
template<typename ChildT >
static ChildT* openvdb::OPENVDB_VERSION_NAME::tree::IterTraits< NodeT, typename NodeT::ChildOnIter >::getChild ( const IterT iter)
inlinestatic

Definition at line 69 of file TreeIterator.h.


The documentation for this struct was generated from the following file: