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]
.
Struct with all the member data of the Grid (useful during serialization of an openvdb grid)
- Note
- The transform is assumed to be affine (so linear) and have uniform scale! So frustum transforms and non-uniform scaling are not supported (primarily because they complicate ray-tracing in index space)
-
No client code should (or can) interface with this struct so it can safely be ignored!
◆ applyIJT()
Vec3T applyIJT |
( |
const Vec3T & |
xyz | ) |
const |
|
inline |
◆ applyIJTF()
Vec3T applyIJTF |
( |
const Vec3T & |
xyz | ) |
const |
|
inline |
◆ applyInverseJacobian()
Vec3T applyInverseJacobian |
( |
const Vec3T & |
xyz | ) |
const |
|
inline |
◆ applyInverseJacobianF()
Vec3T applyInverseJacobianF |
( |
const Vec3T & |
xyz | ) |
const |
|
inline |
◆ applyInverseMap()
Vec3T applyInverseMap |
( |
const Vec3T & |
xyz | ) |
const |
|
inline |
◆ applyInverseMapF()
Vec3T applyInverseMapF |
( |
const Vec3T & |
xyz | ) |
const |
|
inline |
◆ applyJacobian()
Vec3T applyJacobian |
( |
const Vec3T & |
xyz | ) |
const |
|
inline |
◆ applyJacobianF()
Vec3T applyJacobianF |
( |
const Vec3T & |
xyz | ) |
const |
|
inline |
◆ applyMap()
Vec3T applyMap |
( |
const Vec3T & |
xyz | ) |
const |
|
inline |
◆ applyMapF()
Vec3T applyMapF |
( |
const Vec3T & |
xyz | ) |
const |
|
inline |
◆ blindMetaData()
Returns a const reference to the blindMetaData at the specified linear offset.
- Warning
- The linear offset is assumed to be in the valid range
◆ setAverageOn()
void setAverageOn |
( |
bool |
on = true | ) |
|
|
inline |
◆ setBBoxOn()
void setBBoxOn |
( |
bool |
on = true | ) |
|
|
inline |
◆ setBreadthFirstOn()
void setBreadthFirstOn |
( |
bool |
on = true | ) |
|
|
inline |
◆ setFlagsOff()
◆ setLongGridNameOn()
void setLongGridNameOn |
( |
bool |
on = true | ) |
|
|
inline |
◆ setMinMaxOn()
void setMinMaxOn |
( |
bool |
on = true | ) |
|
|
inline |
◆ setStdDeviationOn()
void setStdDeviationOn |
( |
bool |
on = true | ) |
|
|
inline |
◆ treePtr() [1/2]
◆ treePtr() [2/2]
const void * treePtr |
( |
| ) |
const |
|
inline |
◆ MaxNameSize
const int MaxNameSize = 256 |
|
static |
◆ mBlindMetadataCount
uint32_t mBlindMetadataCount |
◆ mBlindMetadataOffset
int64_t mBlindMetadataOffset |
◆ mChecksum
◆ mFlags
◆ mGridClass
◆ mGridCount
◆ mGridIndex
◆ mGridName
◆ mGridSize
◆ mGridType
◆ mMagic
◆ mMap
◆ mVersion
◆ mVoxelSize
◆ mWorldBBox