Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
pcl::PolynomialCalculationsT< real >::Parameters Struct Reference

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()

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

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: