Go to the source code of this file.
Define Documentation
#define PCL_INSTANTIATE_SHOTEstimation |
( |
|
T, |
|
|
|
NT, |
|
|
|
OutT |
|
) |
| template class PCL_EXPORTS pcl::SHOTEstimation<T,NT,OutT>; |
Function Documentation
bool areEquals |
( |
double |
val1, |
|
|
double |
val2, |
|
|
double |
zeroDoubleEps = zeroDoubleEps15 |
|
) |
| [inline] |
Check if val1 and val2 are equals.
- Parameters:
-
val1 | first number to check. |
val2 | second number to check. |
- Returns:
- true if val1 is equal to val2, false otherwise.
Definition at line 53 of file shot.hpp.
bool areEquals |
( |
float |
val1, |
|
|
float |
val2, |
|
|
float |
zeroFloatEps = zeroFloatEps8 |
|
) |
| [inline] |
Check if val1 and val2 are equals.
- Parameters:
-
val1 | first number to check. |
val2 | second number to check. |
- Returns:
- true if val1 is equal to val2, false otherwise.
Definition at line 67 of file shot.hpp.