HDK
|
#include <MeshToVolume.h>
Public Types | |
using | LeafNodeType = typename TreeType::LeafNodeType |
Public Member Functions | |
RestoreOrigin (std::vector< LeafNodeType * > &nodes, const Coord *coordinates) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
Public Attributes | |
LeafNodeType **const | mNodes |
Coord const *const | mCoordinates |
Definition at line 685 of file MeshToVolume.h.
using openvdb::OPENVDB_VERSION_NAME::tools::mesh_to_volume_internal::RestoreOrigin< TreeType >::LeafNodeType = typename TreeType::LeafNodeType |
Definition at line 687 of file MeshToVolume.h.
|
inline |
Definition at line 689 of file MeshToVolume.h.
|
inline |
Definition at line 694 of file MeshToVolume.h.
Coord const* const openvdb::OPENVDB_VERSION_NAME::tools::mesh_to_volume_internal::RestoreOrigin< TreeType >::mCoordinates |
Definition at line 702 of file MeshToVolume.h.
LeafNodeType** const openvdb::OPENVDB_VERSION_NAME::tools::mesh_to_volume_internal::RestoreOrigin< TreeType >::mNodes |
Definition at line 701 of file MeshToVolume.h.