![]() |
ReFRACtor
|
This does linear interpolate between two points. More...
#include <linear_interpolate.h>
Inheritance diagram for FullPhysics::LinearInterpolate2Point< TX, TY >:
Collaboration diagram for FullPhysics::LinearInterpolate2Point< TX, TY >:Public Member Functions | |
| LinearInterpolate2Point (const TX &x0, const TY &y0, const TX &x1, const TY &y1) | |
| TY | operator() (const TX &x) const |
| void | print (std::ostream &Os) const |
| std::string | print_to_string () const |
| Print to string. More... | |
| const TX & | x_max () const |
| const TX & | x_min () const |
This does linear interpolate between two points.
Definition at line 50 of file linear_interpolate.h.
|
inline |
Definition at line 62 of file linear_interpolate.h.
|
inlinevirtual |
Implements FullPhysics::InterpolatePoint< TX, TY >.
Definition at line 70 of file linear_interpolate.h.
|
inline |
Definition at line 71 of file linear_interpolate.h.
|
inlineinherited |
Print to string.
This is primarily useful for SWIG wrappers to this class, e.g. a to_s method in ruby.
Definition at line 31 of file printable.h.
|
inlinevirtual |
Implements FullPhysics::InterpolatePoint< TX, TY >.
Definition at line 69 of file linear_interpolate.h.
|
inlinevirtual |
Implements FullPhysics::InterpolatePoint< TX, TY >.
Definition at line 68 of file linear_interpolate.h.