OpenVDB
12.0.0
|
Similiar to ValueConverter, but allows for tree configuration conversion to a PointDataTree. ValueConverter<PointDataIndex32> cannot be used as a PointDataLeafNode is not a specialization of LeafNode. More...
#include <openvdb/points/PointDataGrid.h>
Public Types | |
using | RootNodeT = typename TreeType::RootNodeType |
using | NodeChainT = typename internal::PointDataNodeChain< RootNodeT, RootNodeT::LEVEL >::Type |
using | Type = tree::Tree< typename NodeChainT::Back > |
Similiar to ValueConverter, but allows for tree configuration conversion to a PointDataTree. ValueConverter<PointDataIndex32> cannot be used as a PointDataLeafNode is not a specialization of LeafNode.
using NodeChainT = typename internal::PointDataNodeChain<RootNodeT, RootNodeT::LEVEL>::Type |
using RootNodeT = typename TreeType::RootNodeType |
using Type = tree::Tree<typename NodeChainT::Back> |