#include <solution.h>
Public Member Functions | |
virtual Real | operator() ()=0 |
Real | operator() (Real X) |
R1_R1 () | |
virtual | ~R1_R1 () |
virtual void | Set (Real X) |
virtual bool | IsValid (Real X) |
operator Real () | |
Public Attributes | |
Real | maxX |
bool | maxXinf |
Real | minX |
bool | minXinf |
Protected Attributes | |
Real | x |
bool | xSet |
Definition at line 22 of file solution.h.
R1_R1::R1_R1 | ( | ) | [inline] |
Definition at line 37 of file solution.h.
virtual R1_R1::~R1_R1 | ( | ) | [inline, virtual] |
Definition at line 45 of file solution.h.
bool R1_R1::IsValid | ( | Real | X | ) | [virtual] |
Definition at line 194 of file solution.cpp.
R1_R1::operator Real | ( | ) |
Definition at line 30 of file solution.cpp.
Definition at line 41 of file solution.h.
void R1_R1::Set | ( | Real | X | ) | [virtual] |
Definition at line 23 of file solution.cpp.
Definition at line 35 of file solution.h.
Definition at line 36 of file solution.h.
Definition at line 35 of file solution.h.
Definition at line 36 of file solution.h.
Definition at line 31 of file solution.h.
bool R1_R1::xSet [protected] |
Definition at line 32 of file solution.h.