Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Namespaces | Functions
utils.h File Reference
#include <limits>
Include dependency graph for utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  pcl
namespace  pcl::utils

Functions

template<typename T >
bool pcl::utils::equal (T val1, T val2, T eps=std::numeric_limits< T >::min())
 Check if val1 and val2 are equals to an epsilon extent.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines