OpenVDB
12.0.0
|
Classes | |
struct | PointDataNodeChain |
Recursive node chain which generates a openvdb::TypeList value converted types of nodes to PointDataGrid nodes of the same configuration, rooted at RootNodeType in reverse order, from LeafNode to RootNode. See also TreeConverter<>. More... | |
struct | PointDataNodeChain< tree::InternalNode< ChildT, Log2Dim >, 1 > |
struct | PointDataNodeChain< tree::InternalNode< ChildT, Log2Dim >, HeadLevel > |
struct | ValueTypeTraits |
struct | ValueTypeTraits< T, void_t< typename T::value_type > > |
Typedefs | |
template<typename... > | |
using | void_t = void |
Functions | |
void | initialize () |
Global registration of point data-related types. More... | |
void | uninitialize () |
Global deregistration of point data-related types. More... | |
using void_t = void |
void openvdb::v12_0::points::internal::initialize | ( | ) |
Global registration of point data-related types.
openvdb::initialize
, so there is no need to call it directly. void openvdb::v12_0::points::internal::uninitialize | ( | ) |
Global deregistration of point data-related types.
openvdb::uninitialize
, so there is no need to call it directly.