OpenVDB
3.2.0
|
Checks a value against a minimum. More...
#include <Diagnostics.h>
Public Types | |
typedef VecTraits< typename GridT::ValueType >::ElementType | ElementType |
typedef TreeIterT | TileIterT |
typedef tree::IterTraits< typename TreeIterT::NodeT, typename TreeIterT::ValueIterT >::template NodeConverter< typename GridT::TreeType::LeafNodeType >::Type | VoxelIterT |
Public Member Functions | |
CheckMin (const ElementType &_min) | |
bool | operator() (const ElementType &v) const |
Return true if the value is smaller than min. More... | |
template<typename T > | |
boost::enable_if_c< VecTraits< T >::IsVec, bool >::type | operator() (const T &v) const |
Return true if any of the vector components are smaller than min. More... | |
bool | operator() (const TreeIterT &iter) const |
Return true if the voxel at the iterator location is smaller than min. More... | |
bool | operator() (const VoxelIterT &iter) const |
Return true if the tile at the iterator location is smaller than min. More... | |
std::string | str () const |
Return a string describing a failed check. More... | |
Public Attributes | |
const ElementType | minVal |
Checks a value against a minimum.
typedef VecTraits<typename GridT::ValueType>::ElementType ElementType |
typedef TreeIterT TileIterT |
typedef tree::IterTraits<typename TreeIterT::NodeT, typename TreeIterT::ValueIterT>::template NodeConverter<typename GridT::TreeType::LeafNodeType>::Type VoxelIterT |
|
inline |
|
inline |
Return true if the value is smaller than min.
|
inline |
Return true if any of the vector components are smaller than min.
|
inline |
Return true if the voxel at the iterator location is smaller than min.
|
inline |
Return true if the tile at the iterator location is smaller than min.
|
inline |
Return a string describing a failed check.
const ElementType minVal |