|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <solution.h>
Public Member Functions | |
| virtual | ~R1_R1 () |
| 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.
|
virtual |
Definition at line 19 of file solution.cpp.
|
inline |
Definition at line 36 of file solution.h.
|
virtual |
| R1_R1::operator Real | ( | ) |
Definition at line 30 of file solution.cpp.
References y.
|
pure virtual |
|
inline |
Definition at line 40 of file solution.h.
References operator()().
Referenced by operator()().
|
virtual |
Definition at line 23 of file solution.cpp.
References x.
Referenced by IsValid().
| Real R1_R1::maxX |
Definition at line 34 of file solution.h.
Referenced by IsValid().
| bool R1_R1::maxXinf |
Definition at line 35 of file solution.h.
Referenced by IsValid().
| Real R1_R1::minX |
Definition at line 34 of file solution.h.
Referenced by IsValid().
| bool R1_R1::minXinf |
Definition at line 35 of file solution.h.
Referenced by IsValid().
|
protected |
Definition at line 28 of file solution.h.
Referenced by IsValid().
|
protected |
Definition at line 29 of file solution.h.
1.8.14