OpenVDB  9.0.1
Public Types | Public Member Functions | List of all members
CopyableOpApplier< IterT, OpT > Class Template Reference

#include <openvdb/tools/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
 

Member Typedef Documentation

using IterRange = typename tree::IteratorRange<IterT>

Constructor & Destructor Documentation

CopyableOpApplier ( const IterT &  iter,
const OpT &  op 
)
inline
CopyableOpApplier ( const CopyableOpApplier< IterT, OpT > &  other)
inline

Member Function Documentation

void operator() ( IterRange r) const
inline
void process ( bool  threaded = true)
inline