point_cloud_library / 1.12.1 / structpcl_1_1_polynomial_calculations_t_1_1_parameters.html /

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...

Detailed Description

template<typename real>
struct pcl::PolynomialCalculationsT< real >::Parameters

Parameters used in this class.

Definition at line 54 of file polynomial_calculations.h.

Constructor & Destructor Documentation

Parameters()

template<typename real >
pcl::PolynomialCalculationsT< real >::Parameters::Parameters ( )
inline

Member Function Documentation

setZeroValue()

Member Data Documentation

sqr_zero_value

template<typename real >
real pcl::PolynomialCalculationsT< real >::Parameters::sqr_zero_value = {}

zero_value

template<typename real >
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().


The documentation for this struct was generated from the following files:

© 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