OpenVDB
9.0.1
|
Struct with all the member data of the Grid (useful during serialization of an openvdb grid) More...
#include <nanovdb/NanoVDB.h>
Inherited by Grid< TreeT > [private]
.
Public Member Functions | |
void | setFlagsOff () |
void | setMinMaxOn (bool on=true) |
void | setBBoxOn (bool on=true) |
void | setLongGridNameOn (bool on=true) |
void | setAverageOn (bool on=true) |
void | setStdDeviationOn (bool on=true) |
void | setBreadthFirstOn (bool on=true) |
template<typename Vec3T > | |
Vec3T | applyMap (const Vec3T &xyz) const |
template<typename Vec3T > | |
Vec3T | applyInverseMap (const Vec3T &xyz) const |
template<typename Vec3T > | |
Vec3T | applyJacobian (const Vec3T &xyz) const |
template<typename Vec3T > | |
Vec3T | applyInverseJacobian (const Vec3T &xyz) const |
template<typename Vec3T > | |
Vec3T | applyIJT (const Vec3T &xyz) const |
template<typename Vec3T > | |
Vec3T | applyMapF (const Vec3T &xyz) const |
template<typename Vec3T > | |
Vec3T | applyInverseMapF (const Vec3T &xyz) const |
template<typename Vec3T > | |
Vec3T | applyJacobianF (const Vec3T &xyz) const |
template<typename Vec3T > | |
Vec3T | applyInverseJacobianF (const Vec3T &xyz) const |
template<typename Vec3T > | |
Vec3T | applyIJTF (const Vec3T &xyz) const |
void * | treePtr () |
const void * | treePtr () const |
const GridBlindMetaData * | blindMetaData (uint32_t n) const |
Returns a const reference to the blindMetaData at the specified linear offset. More... | |
Public Attributes | |
uint64_t | mMagic |
uint64_t | mChecksum |
Version | mVersion |
uint32_t | mFlags |
uint32_t | mGridIndex |
uint32_t | mGridCount |
uint64_t | mGridSize |
char | mGridName [MaxNameSize] |
Map | mMap |
BBox< Vec3R > | mWorldBBox |
Vec3R | mVoxelSize |
GridClass | mGridClass |
GridType | mGridType |
int64_t | mBlindMetadataOffset |
uint32_t | mBlindMetadataCount |
Static Public Attributes | |
static const int | MaxNameSize = 256 |
Struct with all the member data of the Grid (useful during serialization of an openvdb grid)
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns a const reference to the blindMetaData at the specified linear offset.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
uint32_t mBlindMetadataCount |
int64_t mBlindMetadataOffset |
uint64_t mChecksum |
uint32_t mFlags |
GridClass mGridClass |
uint32_t mGridCount |
uint32_t mGridIndex |
char mGridName[MaxNameSize] |
uint64_t mGridSize |
GridType mGridType |
uint64_t mMagic |
Map mMap |
Version mVersion |
Vec3R mVoxelSize |