#include <Interpolator.h>
Inheritance diagram for Vamos_Geometry::Interpolator:

Public Member Functions | |
| Interpolator () | |
| Interpolator (const std::vector< Two_Point > &points) | |
| virtual void | load (const Two_Point &point)=0 |
| virtual void | load (const std::vector< Two_Point > &points)=0 |
| virtual void | clear ()=0 |
| virtual void | remove_greater (double limit)=0 |
| virtual void | scale (double factor)=0 |
| virtual double | interpolate (double dist) const =0 |
| virtual Two_Point | normal (double dist) const =0 |
Definition at line 26 of file Interpolator.h.
|
|
Definition at line 30 of file Interpolator.h. |
|
|
Definition at line 33 of file Interpolator.h. |
|
|
Implemented in Vamos_Geometry::Linear_Interpolator, and Vamos_Geometry::Spline. |
|
|
Implemented in Vamos_Geometry::Linear_Interpolator, and Vamos_Geometry::Spline. |
|
|
Implemented in Vamos_Geometry::Linear_Interpolator, and Vamos_Geometry::Spline. |
|
|
Implemented in Vamos_Geometry::Linear_Interpolator, and Vamos_Geometry::Spline. |
|
|
Implemented in Vamos_Geometry::Linear_Interpolator, and Vamos_Geometry::Spline. |
|
|
Implemented in Vamos_Geometry::Linear_Interpolator, and Vamos_Geometry::Spline. |
|
|
Implemented in Vamos_Geometry::Linear_Interpolator, and Vamos_Geometry::Spline. |
1.4.6