Point Cloud Library (PCL)  1.7.0
Public Member Functions | Public Attributes
pcl::PolynomialCalculationsT< real >::Parameters Struct Reference

Parameters used in this class. More...

#include <pcl/common/polynomial_calculations.h>

List of all members.

Public Member Functions

 Parameters ()
void setZeroValue (real new_zero_value)
 Set zero_value.

Public Attributes

real zero_value
 Every value below this is considered to be zero.
real sqr_zero_value
 sqr of the above

Detailed Description

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

Parameters used in this class.

Definition at line 59 of file polynomial_calculations.h.


Constructor & Destructor Documentation

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

Member Function Documentation

template<typename real >
void pcl::PolynomialCalculationsT< real >::Parameters::setZeroValue ( real  new_zero_value) [inline]

Member Data Documentation

template<typename real >
real pcl::PolynomialCalculationsT< real >::Parameters::sqr_zero_value
template<typename real >
real pcl::PolynomialCalculationsT< real >::Parameters::zero_value

Every value below this is considered to be zero.

Definition at line 66 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: