Parameters used in this class. More...
#include <pcl/common/polynomial_calculations.h>
Public Member Functions | |
Parameters () | |
void | setZeroValue (real new_zero_value) |
Set zero_value. More... |
|
Public Attributes | |
real | zero_value = {} |
Every value below this is considered to be zero. More... |
|
real | sqr_zero_value = {} |
sqr of the above More... |
|
Parameters used in this class.
Definition at line 54 of file polynomial_calculations.h.
| inline |
Definition at line 56 of file polynomial_calculations.h.
References pcl::PolynomialCalculationsT< real >::Parameters::setZeroValue().
| inline |
Set zero_value.
Definition at line 49 of file polynomial_calculations.hpp.
References pcl::PolynomialCalculationsT< real >::Parameters::sqr_zero_value, and pcl::PolynomialCalculationsT< real >::Parameters::zero_value.
Referenced by pcl::PolynomialCalculationsT< real >::Parameters::Parameters(), and pcl::PolynomialCalculationsT< real >::setZeroValue().
real pcl::PolynomialCalculationsT< real >::Parameters::sqr_zero_value = {} |
sqr of the above
Definition at line 62 of file polynomial_calculations.h.
Referenced by pcl::PolynomialCalculationsT< real >::Parameters::setZeroValue(), and pcl::PolynomialCalculationsT< real >::sqrtIsNearlyZero().
real pcl::PolynomialCalculationsT< real >::Parameters::zero_value = {} |
Every value below this is considered to be zero.
Definition at line 61 of file polynomial_calculations.h.
Referenced by pcl::PolynomialCalculationsT< real >::isNearlyZero(), and pcl::PolynomialCalculationsT< real >::Parameters::setZeroValue().
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_polynomial_calculations_t_1_1_parameters.html