HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::valxform::MaxOp< ValueType > Struct Template Reference

#include <ValueTransformer.h>

Public Member Functions

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

Public Attributes

const ValueType val
 

Detailed Description

template<typename ValueType>
struct openvdb::OPENVDB_VERSION_NAME::tools::valxform::MaxOp< ValueType >

Definition at line 242 of file ValueTransformer.h.

Constructor & Destructor Documentation

template<typename ValueType >
openvdb::OPENVDB_VERSION_NAME::tools::valxform::MaxOp< ValueType >::MaxOp ( const ValueType &  v)
inline

Definition at line 244 of file ValueTransformer.h.

Member Function Documentation

template<typename ValueType >
void openvdb::OPENVDB_VERSION_NAME::tools::valxform::MaxOp< ValueType >::operator() ( ValueType &  v) const
inline

Definition at line 245 of file ValueTransformer.h.

Member Data Documentation

template<typename ValueType >
const ValueType openvdb::OPENVDB_VERSION_NAME::tools::valxform::MaxOp< ValueType >::val

Definition at line 243 of file ValueTransformer.h.


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