OpenVDB
12.0.0
|
Checks a value against a range. More...
#include <openvdb/tools/Diagnostics.h>
Public Types | |
using | ElementType = typename VecTraits< typename GridT::ValueType >::ElementType |
using | TileIterT = TreeIterT |
using | VoxelIterT = typename tree::IterTraits< typename TreeIterT::NodeT, typename TreeIterT::ValueIterT >::template NodeConverter< typename GridT::TreeType::LeafNodeType >::Type |
Public Member Functions | |
CheckRange (const ElementType &_min, const ElementType &_max) | |
bool | operator() (const ElementType &v) const |
Return true if the value is smaller than min or larger than max. More... | |
template<typename T > | |
std::enable_if< VecTraits< T >::IsVec, bool >::type | operator() (const T &v) const |
Return true if any of the vector components are out of range. More... | |
bool | operator() (const TreeIterT &iter) const |
Return true if the voxel at the iterator location is out of range. More... | |
bool | operator() (const VoxelIterT &iter) const |
Return true if the tile at the iterator location is out of range. More... | |
std::string | str () const |
Return a string describing a failed check. More... | |
Public Attributes | |
const ElementType | minVal |
const ElementType | maxVal |
Checks a value against a range.
using ElementType = typename VecTraits<typename GridT::ValueType>::ElementType |
using TileIterT = TreeIterT |
using VoxelIterT = typename tree::IterTraits<typename TreeIterT::NodeT, typename TreeIterT::ValueIterT> ::template NodeConverter< typename GridT::TreeType::LeafNodeType>::Type |
|
inline |
|
inline |
Return true if the value is smaller than min or larger than max.
Return true if any of the vector components are out of range.
|
inline |
Return true if the voxel at the iterator location is out of range.
|
inline |
Return true if the tile at the iterator location is out of range.
|
inline |
Return a string describing a failed check.
const ElementType maxVal |
const ElementType minVal |