HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::valxform::CopyableOpApplier< IterT, OpT > Class Template Reference

#include <ValueTransformer.h>

Public Types

using IterRange = typename tree::IteratorRange< IterT >
 

Public Member Functions

 CopyableOpApplier (const IterT &iter, const OpT &op)
 
 CopyableOpApplier (const CopyableOpApplier &other)
 
void process (bool threaded=true)
 
void operator() (IterRange &r) const
 

Detailed Description

template<typename IterT, typename OpT>
class openvdb::OPENVDB_VERSION_NAME::tools::valxform::CopyableOpApplier< IterT, OpT >

Definition at line 345 of file ValueTransformer.h.

Member Typedef Documentation

template<typename IterT , typename OpT >
using openvdb::OPENVDB_VERSION_NAME::tools::valxform::CopyableOpApplier< IterT, OpT >::IterRange = typename tree::IteratorRange<IterT>

Definition at line 348 of file ValueTransformer.h.

Constructor & Destructor Documentation

template<typename IterT , typename OpT >
openvdb::OPENVDB_VERSION_NAME::tools::valxform::CopyableOpApplier< IterT, OpT >::CopyableOpApplier ( const IterT &  iter,
const OpT &  op 
)
inline

Definition at line 350 of file ValueTransformer.h.

template<typename IterT , typename OpT >
openvdb::OPENVDB_VERSION_NAME::tools::valxform::CopyableOpApplier< IterT, OpT >::CopyableOpApplier ( const CopyableOpApplier< IterT, OpT > &  other)
inline

Definition at line 354 of file ValueTransformer.h.

Member Function Documentation

template<typename IterT , typename OpT >
void openvdb::OPENVDB_VERSION_NAME::tools::valxform::CopyableOpApplier< IterT, OpT >::operator() ( IterRange r) const
inline

Definition at line 367 of file ValueTransformer.h.

template<typename IterT , typename OpT >
void openvdb::OPENVDB_VERSION_NAME::tools::valxform::CopyableOpApplier< IterT, OpT >::process ( bool  threaded = true)
inline

Definition at line 357 of file ValueTransformer.h.


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