#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.
|
inline |
Definition at line 37 of file solution.h.
|
inlinevirtual |
Definition at line 45 of file solution.h.
|
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.
|
virtual |
Definition at line 23 of file solution.cpp.
| Real R1_R1::maxX |
Definition at line 35 of file solution.h.
| bool R1_R1::maxXinf |
Definition at line 36 of file solution.h.
| Real R1_R1::minX |
Definition at line 35 of file solution.h.
| bool R1_R1::minXinf |
Definition at line 36 of file solution.h.
|
protected |
Definition at line 31 of file solution.h.
|
protected |
Definition at line 32 of file solution.h.