| 
    OpenVDB
    13.0.0
    
   | 
 
Checks NaN values. 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 | |
| CheckNan () | |
| Default constructor.  More... | |
| bool | operator() (const ElementType &v) const | 
| Return true if the scalar value is NaN.  More... | |
| template<typename T > | |
| std::enable_if< VecTraits< T >::IsVec, bool >::type | operator() (const T &v) const | 
| This allows for vector values to be checked component-wise.  More... | |
| bool | operator() (const TreeIterT &iter) const | 
| Return true if the tile at the iterator location is NaN.  More... | |
| bool | operator() (const VoxelIterT &iter) const | 
| Return true if the voxel at the iterator location is NaN.  More... | |
| std::string | str () const | 
| Return a string describing a failed check.  More... | |
Checks NaN values.
| 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 | 
Default constructor.
      
  | 
  inline | 
Return true if the scalar value is NaN.
This allows for vector values to be checked component-wise.
      
  | 
  inline | 
Return true if the tile at the iterator location is NaN.
      
  | 
  inline | 
Return true if the voxel at the iterator location is NaN.
      
  | 
  inline | 
Return a string describing a failed check.
 1.8.11