![]() |
ReFRACtor
|
This just returns the same y value, always. More...
#include <linear_interpolate.h>
Inheritance diagram for FullPhysics::Return1Point< TX, TY >:
Collaboration diagram for FullPhysics::Return1Point< TX, TY >:Public Member Functions | |
| Return1Point (const TX &x0, const TY &y0) | |
| 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 just returns the same y value, always.
Definition at line 30 of file linear_interpolate.h.
|
inline |
Definition at line 37 of file linear_interpolate.h.
|
inlinevirtual |
Implements FullPhysics::InterpolatePoint< TX, TY >.
Definition at line 42 of file linear_interpolate.h.
|
inline |
Definition at line 43 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 41 of file linear_interpolate.h.
|
inlinevirtual |
Implements FullPhysics::InterpolatePoint< TX, TY >.
Definition at line 40 of file linear_interpolate.h.