OpenVDB 9.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
SumOp< bool > Struct Reference

#include <openvdb/tools/ValueTransformer.h>

Public Types

using ValueType = bool
 

Public Member Functions

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

Public Attributes

const ValueType val
 

Member Typedef Documentation

◆ ValueType

using ValueType = bool

Constructor & Destructor Documentation

◆ SumOp()

SumOp ( const ValueType v)
inline

Member Function Documentation

◆ operator()()

void operator() ( ValueType v) const
inline

Member Data Documentation

◆ val

const ValueType val