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


Public Member Functions | |
| Linear_Interpolator () | |
| Linear_Interpolator (const std::vector< Two_Point > &points) | |
| void | load (const Two_Point &point) |
| void | load (const std::vector< Two_Point > &points) |
| void | clear () |
| void | remove_greater (double limit) |
| void | scale (double factor) |
| double | interpolate (double dist) const |
| Two_Point | normal (double dist) const |
Private Attributes | |
| std::vector< Two_Point > | m_points |
| double | m_delta_x |
| double | m_delta_y |
Definition at line 29 of file Linear_Interpolator.h.
|
|
Definition at line 26 of file Linear_Interpolator.cc. |
|
|
Definition at line 34 of file Linear_Interpolator.cc. |
|
|
Implements Vamos_Geometry::Interpolator. Definition at line 59 of file Linear_Interpolator.cc. References m_points. |
|
|
Implements Vamos_Geometry::Interpolator. Definition at line 94 of file Linear_Interpolator.cc. References m_delta_x, m_delta_y, and m_points. Referenced by normal(). |
|
|
Implements Vamos_Geometry::Interpolator. Definition at line 48 of file Linear_Interpolator.cc. References m_points. |
|
|
Implements Vamos_Geometry::Interpolator. Definition at line 42 of file Linear_Interpolator.cc. References m_points. |
|
|
Implements Vamos_Geometry::Interpolator. Definition at line 130 of file Linear_Interpolator.cc. References interpolate(), m_delta_x, and m_delta_y. |
|
|
Implements Vamos_Geometry::Interpolator. Definition at line 66 of file Linear_Interpolator.cc. References m_points. |
|
|
Implements Vamos_Geometry::Interpolator. Definition at line 83 of file Linear_Interpolator.cc. References m_points. |
|
|
Definition at line 33 of file Linear_Interpolator.h. Referenced by interpolate(), and normal(). |
|
|
Definition at line 34 of file Linear_Interpolator.h. Referenced by interpolate(), and normal(). |
|
|
Definition at line 31 of file Linear_Interpolator.h. Referenced by clear(), interpolate(), load(), remove_greater(), and scale(). |
1.4.6