Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 59 of file polynomial_calculations.h.

Constructor & Destructor Documentation

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

Definition at line 61 of file polynomial_calculations.h.

Member Function Documentation

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

Set zero_value.

Definition at line 19 of file polynomial_calculations.hpp.

Member Data Documentation

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

sqr of the above

Definition at line 67 of file polynomial_calculations.h.

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.


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