OpenVDB
9.0.1
|
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 |
Grid trait that defines OpenVDB grids with the exact same configuration as NanoVDB grids.
using GridT = openvdb::Grid<typename openvdb::tree::Tree4<BuildT, 5, 4, 3>::Type> |
using LeafT = typename LowerT::ChildNodeType |
using LowerT = typename UpperT::ChildNodeType |
using RootT = typename TreeT::RootNodeType |
using TreeT = typename GridT::TreeType |
using UpperT = typename RootT::ChildNodeType |
using ValueT = typename LeafT::ValueType |