OpenVDB  9.0.1
Public Types | Public Member Functions | List of all members
CheckInf< GridT, TreeIterT > Struct Template Reference

Checks for infinite values, e.g. 1/0 or -1/0. 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

 CheckInf ()
 Default constructor. More...
 
bool operator() (const ElementType &v) const
 Return true if the value is infinite. 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 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...
 

Detailed Description

template<typename GridT, typename TreeIterT = typename GridT::ValueOnCIter>
struct openvdb::v9_0::tools::CheckInf< GridT, TreeIterT >

Checks for infinite values, e.g. 1/0 or -1/0.

Member Typedef Documentation

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

Constructor & Destructor Documentation

CheckInf ( )
inline

Default constructor.

Member Function Documentation

bool operator() ( const ElementType v) const
inline

Return true if the value is infinite.

std::enable_if<VecTraits<T>::IsVec, bool>::type operator() ( const T &  v) const
inline

Return true if any of the vector components are infinite.

bool operator() ( const TreeIterT &  iter) const
inline

Return true if the tile at the iterator location is infinite.

bool operator() ( const VoxelIterT iter) const
inline

Return true if the tile at the iterator location is infinite.

std::string str ( ) const
inline

Return a string describing a failed check.