|
Point Cloud Library (PCL)
1.6.0
|
This provides functionalities to efficiently return values for piecewise linear function. More...
#include <pcl/common/piecewise_linear_function.h>
Public Member Functions | |
| PiecewiseLinearFunction (float factor, float offset) | |
| Constructor. | |
| 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. | |
This provides functionalities to efficiently return values for piecewise linear function.
Definition at line 49 of file piecewise_linear_function.h.
| pcl::PiecewiseLinearFunction::PiecewiseLinearFunction | ( | float | factor, |
| float | offset | ||
| ) |
Constructor.
Definition at line 41 of file piecewise_linear_function.hpp.
| std::vector<float>& pcl::PiecewiseLinearFunction::getDataPoints | ( | ) | [inline] |
Get the list of known data points.
Definition at line 59 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.
1.7.6.1