|
HDK
|
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 <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.
Definition at line 1710 of file PointDataGrid.h.
| using openvdb::OPENVDB_VERSION_NAME::points::TreeConverter< TreeType >::NodeChainT = typename internal::PointDataNodeChain<RootNodeT, RootNodeT::LEVEL>::Type |
Definition at line 1712 of file PointDataGrid.h.
| using openvdb::OPENVDB_VERSION_NAME::points::TreeConverter< TreeType >::RootNodeT = typename TreeType::RootNodeType |
Definition at line 1711 of file PointDataGrid.h.
| using openvdb::OPENVDB_VERSION_NAME::points::TreeConverter< TreeType >::Type = tree::Tree<typename NodeChainT::Back> |
Definition at line 1713 of file PointDataGrid.h.