HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::internal::PointDataNodeChain< tree::InternalNode< ChildT, Log2Dim >, 1 > Struct Template Reference

#include <PointDataGrid.h>

Public Types

using LeafNodeT = PointDataLeafNode< PointDataIndex32, ChildT::LOG2DIM >
 
using InternalNodeT = tree::InternalNode< LeafNodeT, Log2Dim >
 
using Type = TypeList< LeafNodeT, InternalNodeT >
 

Detailed Description

template<typename ChildT, Index Log2Dim>
struct openvdb::OPENVDB_VERSION_NAME::points::internal::PointDataNodeChain< tree::InternalNode< ChildT, Log2Dim >, 1 >

Definition at line 1699 of file PointDataGrid.h.

Member Typedef Documentation

template<typename ChildT , Index Log2Dim>
using openvdb::OPENVDB_VERSION_NAME::points::internal::PointDataNodeChain< tree::InternalNode< ChildT, Log2Dim >, 1 >::InternalNodeT = tree::InternalNode<LeafNodeT, Log2Dim>

Definition at line 1702 of file PointDataGrid.h.

template<typename ChildT , Index Log2Dim>
using openvdb::OPENVDB_VERSION_NAME::points::internal::PointDataNodeChain< tree::InternalNode< ChildT, Log2Dim >, 1 >::LeafNodeT = PointDataLeafNode<PointDataIndex32, ChildT::LOG2DIM>

Definition at line 1701 of file PointDataGrid.h.

template<typename ChildT , Index Log2Dim>
using openvdb::OPENVDB_VERSION_NAME::points::internal::PointDataNodeChain< tree::InternalNode< ChildT, Log2Dim >, 1 >::Type = TypeList<LeafNodeT, InternalNodeT>

Definition at line 1703 of file PointDataGrid.h.


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