OpenVDB  9.0.1
Public Types | List of all members
NodeChain< HeadT, 1 > Struct Template Reference

Specialization to terminate NodeChain. More...

#include <openvdb/tree/RootNode.h>

Public Types

using Type = TypeList< typename HeadT::ChildNodeType, HeadT >
 

Detailed Description

template<typename HeadT>
struct openvdb::v9_0::tree::NodeChain< HeadT, 1 >

Specialization to terminate NodeChain.

Member Typedef Documentation

using Type = TypeList<typename HeadT::ChildNodeType, HeadT>