OpenVDB
3.2.0
|
Check that the magnitude of a value, a, is close to a fixed magnitude, b, given a fixed tolerance c. That is | |a| - |b| | <= c. 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 | |
CheckMagnitude (const ElementType &a, const ElementType &t=math::Tolerance< ElementType >::value()) | |
Default constructor. More... | |
bool | operator() (const ElementType &v) const |
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 infinite. More... | |
bool | operator() (const TreeIterT &iter) const |
Return true if the tile at the iterator location is infinite. More... | |
bool | operator() (const VoxelIterT &iter) const |
Return true if the tile at the iterator location is infinite. More... | |
std::string | str () const |
Return a string describing a failed check. More... | |
Public Attributes | |
const ElementType | absVal |
const ElementType | tolVal |
Check that the magnitude of a value, a, is close to a fixed magnitude, b, given a fixed tolerance c. That is | |a| - |b| | <= c.
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 |
Default constructor.
|
inline |
Return true if the magnitude of the value is not approximately equal to totVal.
|
inline |
Return true if any of the vector components are infinite.
|
inline |
Return true if the tile at the iterator location is infinite.
|
inline |
Return true if the tile at the iterator location is infinite.
|
inline |
Return a string describing a failed check.
const ElementType absVal |
const ElementType tolVal |