OpenVDB
0.104.0
|
Computes the Closest-Point-Transform (CPT) from a distance field. More...
#include <Cpt.h>
Public Types | |
typedef InGridType::TreeType | InTreeType |
typedef InGridType::ValueType | Real |
typedef math::Vec3< Real > | Vec3Type |
typedef InTreeType::template ValueConverter< Vec3Type > ::Type | OutTreeType |
typedef Grid< OutTreeType > | OutGridType |
Public Member Functions | |
Cpt (const InGridType &grid) | |
~Cpt () | |
OutGridType::Ptr | process (bool threaded=true, bool useWorldTransform=true) |
Protected Attributes | |
const InGridType * | mInputGrid |
Computes the Closest-Point-Transform (CPT) from a distance field.
typedef InGridType::TreeType InTreeType |
typedef Grid<OutTreeType> OutGridType |
typedef InTreeType::template ValueConverter<Vec3Type>::Type OutTreeType |
typedef InGridType::ValueType Real |
typedef math::Vec3<Real> Vec3Type |
|
inline |
|
inline |
|
inline |
|
protected |