Go to the source code of this file.
◆ validParams< CoarsenedPiecewiseLinear >()
Definition at line 18 of file CoarsenedPiecewiseLinear.C.
21 params.
addClassDescription(
"Perform a point reduction of the tabulated data upon initialization, "
22 "then evaluate using a linear interpolation.");
25 "Significant distance in the function below which points are considered removable noise");
28 "Scaling factor to apply to the function nodes for the purpose of "
29 "computing distances in the Douglas-Peucker point reduction algorithm. "
30 "This permits shifting the weight between x and y-direction distances.");
33 "Scaling factor to apply to the function nodes for the purpose of "
34 "computing distances in the Douglas-Peucker point reduction algorithm. "
35 "This permits shifting the weight between x and y-direction distances.");