OpenVDB 10.0.1
Loading...
Searching...
No Matches
Public Types | List of all members
OpenGridType< BuildT > Struct Template Reference

Grid trait that defines OpenVDB grids with the exact same configuration as NanoVDB grids. More...

#include <nanovdb/util/OpenToNanoVDB.h>

Public Types

using GridT = openvdb::Grid< typename openvdb::tree::Tree4< BuildT, 5, 4, 3 >::Type >
 
using TreeT = typename GridT::TreeType
 
using RootT = typename TreeT::RootNodeType
 
using UpperT = typename RootT::ChildNodeType
 
using LowerT = typename UpperT::ChildNodeType
 
using LeafT = typename LowerT::ChildNodeType
 
using ValueT = typename LeafT::ValueType
 

Detailed Description

template<typename BuildT>
struct nanovdb::OpenGridType< BuildT >

Grid trait that defines OpenVDB grids with the exact same configuration as NanoVDB grids.

Member Typedef Documentation

◆ GridT

using GridT = openvdb::Grid<typename openvdb::tree::Tree4<BuildT, 5, 4, 3>::Type>

◆ LeafT

using LeafT = typename LowerT::ChildNodeType

◆ LowerT

using LowerT = typename UpperT::ChildNodeType

◆ RootT

using RootT = typename TreeT::RootNodeType

◆ TreeT

using TreeT = typename GridT::TreeType

◆ UpperT

using UpperT = typename RootT::ChildNodeType

◆ ValueT

using ValueT = typename LeafT::ValueType