OpenVDB 12.0.0
 
Loading...
Searching...
No Matches
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
 
 SumOp (const bool &v)
 
void operator() (bool &v) const
 

Public Attributes

const ValueType val
 
const bool val
 

Member Typedef Documentation

◆ ValueType

using ValueType = bool

Constructor & Destructor Documentation

◆ SumOp() [1/2]

SumOp ( const ValueType & v)
inline

◆ SumOp() [2/2]

SumOp ( const bool & v)
inline

Member Function Documentation

◆ operator()() [1/2]

void operator() ( bool & v) const
inline

◆ operator()() [2/2]

void operator() ( ValueType & v) const
inline

Member Data Documentation

◆ val [1/2]

const bool val

◆ val [2/2]

const ValueType val