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

#include <ValueTransformer.h>

Public Member Functions

 MinOp (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::MinOp< ValueType >

Definition at line 235 of file ValueTransformer.h.

Constructor & Destructor Documentation

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

Definition at line 237 of file ValueTransformer.h.

Member Function Documentation

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

Definition at line 238 of file ValueTransformer.h.

Member Data Documentation

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

Definition at line 236 of file ValueTransformer.h.


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