HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::Cpt< InGridT, MaskGridType, InterruptT > Class Template Reference

Compute the closest-point transform of a scalar grid. More...

#include <GridOperators.h>

Public Types

typedef InGridT InGridType
 
typedef
ScalarToVectorConverter
< InGridT >::Type 
OutGridType
 

Public Member Functions

 Cpt (const InGridType &grid, InterruptT *interrupt=nullptr)
 
 Cpt (const InGridType &grid, const MaskGridType &mask, InterruptT *interrupt=nullptr)
 
OutGridType::Ptr process (bool threaded=true, bool useWorldTransform=true)
 

Detailed Description

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
class openvdb::OPENVDB_VERSION_NAME::tools::Cpt< InGridT, MaskGridType, InterruptT >

Compute the closest-point transform of a scalar grid.

Definition at line 420 of file GridOperators.h.

Member Typedef Documentation

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
typedef InGridT openvdb::OPENVDB_VERSION_NAME::tools::Cpt< InGridT, MaskGridType, InterruptT >::InGridType

Definition at line 423 of file GridOperators.h.

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
typedef ScalarToVectorConverter<InGridT>::Type openvdb::OPENVDB_VERSION_NAME::tools::Cpt< InGridT, MaskGridType, InterruptT >::OutGridType

Definition at line 424 of file GridOperators.h.

Constructor & Destructor Documentation

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
openvdb::OPENVDB_VERSION_NAME::tools::Cpt< InGridT, MaskGridType, InterruptT >::Cpt ( const InGridType grid,
InterruptT *  interrupt = nullptr 
)
inline

Definition at line 426 of file GridOperators.h.

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
openvdb::OPENVDB_VERSION_NAME::tools::Cpt< InGridT, MaskGridType, InterruptT >::Cpt ( const InGridType grid,
const MaskGridType &  mask,
InterruptT *  interrupt = nullptr 
)
inline

Definition at line 431 of file GridOperators.h.

Member Function Documentation

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
OutGridType::Ptr openvdb::OPENVDB_VERSION_NAME::tools::Cpt< InGridT, MaskGridType, InterruptT >::process ( bool  threaded = true,
bool  useWorldTransform = true 
)
inline

Definition at line 436 of file GridOperators.h.


The documentation for this class was generated from the following file: