MOOS 0.2375
Public Member Functions | Public Attributes | Protected Attributes
R1_R1 Class Reference

#include <solution.h>

Collaboration diagram for R1_R1:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 19 of file solution.h.


Constructor & Destructor Documentation

R1_R1::R1_R1 ( ) [inline]

Definition at line 34 of file solution.h.


Member Function Documentation

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.


Member Data Documentation

Definition at line 32 of file solution.h.

Definition at line 33 of file solution.h.

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines