pcl::PiecewiseLinearFunction Class Reference

This provides functionalities to efficiently return values for piecewise linear function. More...

#include <piecewise_linear_function.h>

List of all members.

Public Member Functions

std::vector< float > & getDataPoints ()
 Get the list of known data points.
float getValue (float point) const
 Get the value of the function at the given point.
 PiecewiseLinearFunction (float factor, float offset)
 Constructor.

Protected Attributes

std::vector< float > data_points_
float factor_
float offset_

Detailed Description

This provides functionalities to efficiently return values for piecewise linear function.

Definition at line 48 of file piecewise_linear_function.h.


Constructor & Destructor Documentation

pcl::PiecewiseLinearFunction::PiecewiseLinearFunction ( float  factor,
float  offset 
)

Constructor.

Definition at line 41 of file piecewise_linear_function.hpp.


Member Function Documentation

std::vector<float>& pcl::PiecewiseLinearFunction::getDataPoints (  )  [inline]

Get the list of known data points.

Definition at line 57 of file piecewise_linear_function.h.

float pcl::PiecewiseLinearFunction::getValue ( float  point  )  const [inline]

Get the value of the function at the given point.

Definition at line 45 of file piecewise_linear_function.hpp.


Member Data Documentation

std::vector<float> pcl::PiecewiseLinearFunction::data_points_ [protected]

Definition at line 66 of file piecewise_linear_function.h.

Definition at line 67 of file piecewise_linear_function.h.

Definition at line 68 of file piecewise_linear_function.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


pcl
Author(s): See http://pcl.ros.org/authors for the complete list of authors.
autogenerated on Fri Jan 11 09:57:20 2013