OpenVDB 12.0.0
Loading...
Searching...
No Matches
MaxOp< ValueType > Struct Template Reference

#include </private/tmp/openvdb-20241101-6830-c2ql2h/openvdb-12.0.0/openvdb/openvdb/tools/ValueTransformer.h>

Public Member Functions

 MaxOp (const ValueType &v)
 
void operator() (ValueType &v) const
 

Public Attributes

const ValueType val
 

Constructor & Destructor Documentation

◆ MaxOp()

template<typename ValueType >
MaxOp ( const ValueType & v)
inline

Member Function Documentation

◆ operator()()

template<typename ValueType >
void operator() ( ValueType & v) const
inline

Member Data Documentation

◆ val

template<typename ValueType >
const ValueType val