|
MOOS 0.2375
|
#include <solution.h>

Public Member Functions | |
| R1_R1 () | |
| virtual Real | operator() ()=0 |
| virtual void | Set (Real X) |
| Real | operator() (Real X) |
| virtual bool | IsValid (Real X) |
| operator Real () | |
Public Attributes | |
| Real | minX |
| Real | maxX |
| bool | minXinf |
| bool | maxXinf |
Protected Attributes | |
| Real | x |
| bool | xSet |
Definition at line 19 of file solution.h.
| R1_R1::R1_R1 | ( | ) | [inline] |
Definition at line 34 of file solution.h.
| bool R1_R1::IsValid | ( | Real | X | ) | [virtual] |
Definition at line 191 of file solution.cpp.
| R1_R1::operator Real | ( | ) |
Definition at line 27 of file solution.cpp.
| virtual Real R1_R1::operator() | ( | ) | [pure virtual] |
| Real R1_R1::operator() | ( | Real | X | ) | [inline] |
Definition at line 38 of file solution.h.
| void R1_R1::Set | ( | Real | X | ) | [virtual] |
Definition at line 20 of file solution.cpp.
| Real R1_R1::maxX |
Definition at line 32 of file solution.h.
Definition at line 33 of file solution.h.
| Real R1_R1::minX |
Definition at line 32 of file solution.h.
Definition at line 33 of file solution.h.
Real R1_R1::x [protected] |
Definition at line 28 of file solution.h.
bool R1_R1::xSet [protected] |
Definition at line 29 of file solution.h.
1.7.4