40#include <pcl/common/piecewise_linear_function.h>
Iterator class for point clouds with or without given indices.
std::vector< float > data_points_
float getValue(float point) const
Get the value of the function at the given point.
PiecewiseLinearFunction(float factor, float offset)
Constructor.