OpenVDB  9.0.1
Public Member Functions | Public Attributes | List of all members
Map Struct Reference

Defines an affine transform and its inverse represented as a 3x3 matrix and a vec3 translation. More...

#include <nanovdb/NanoVDB.h>

Public Member Functions

template<typename Mat4T >
void set (const Mat4T &mat, const Mat4T &invMat, double taper)
 
template<typename Vec3T >
Vec3T applyMap (const Vec3T &xyz) const
 
template<typename Vec3T >
Vec3T applyMapF (const Vec3T &xyz) const
 
template<typename Vec3T >
Vec3T applyJacobian (const Vec3T &xyz) const
 
template<typename Vec3T >
Vec3T applyJacobianF (const Vec3T &xyz) const
 
template<typename Vec3T >
Vec3T applyInverseMap (const Vec3T &xyz) const
 
template<typename Vec3T >
Vec3T applyInverseMapF (const Vec3T &xyz) const
 
template<typename Vec3T >
Vec3T applyInverseJacobian (const Vec3T &xyz) const
 
template<typename Vec3T >
Vec3T applyInverseJacobianF (const Vec3T &xyz) const
 
template<typename Vec3T >
Vec3T applyIJT (const Vec3T &xyz) const
 
template<typename Vec3T >
Vec3T applyIJTF (const Vec3T &xyz) const
 

Public Attributes

float mMatF [9]
 
float mInvMatF [9]
 
float mVecF [3]
 
float mTaperF
 
double mMatD [9]
 
double mInvMatD [9]
 
double mVecD [3]
 
double mTaperD
 

Detailed Description

Defines an affine transform and its inverse represented as a 3x3 matrix and a vec3 translation.

Member Function Documentation

Vec3T applyIJT ( const Vec3T &  xyz) const
inline
Vec3T applyIJTF ( const Vec3T &  xyz) const
inline
Vec3T applyInverseJacobian ( const Vec3T &  xyz) const
inline
Vec3T applyInverseJacobianF ( const Vec3T &  xyz) const
inline
Vec3T applyInverseMap ( const Vec3T &  xyz) const
inline
Vec3T applyInverseMapF ( const Vec3T &  xyz) const
inline
Vec3T applyJacobian ( const Vec3T &  xyz) const
inline
Vec3T applyJacobianF ( const Vec3T &  xyz) const
inline
Vec3T applyMap ( const Vec3T &  xyz) const
inline
Vec3T applyMapF ( const Vec3T &  xyz) const
inline
void set ( const Mat4T &  mat,
const Mat4T &  invMat,
double  taper 
)

Member Data Documentation

double mInvMatD[9]
float mInvMatF[9]
double mMatD[9]
float mMatF[9]
double mTaperD
float mTaperF
double mVecD[3]
float mVecF[3]