#include <BALL/MATHS/function.h>
Public Member Functions | |
Constructors and destructor | |
Division () | |
Division (const Division &division) | |
virtual | ~Division () |
Assignment | |
Division< First, Second, DataType > & | operator= (const Division< First, Second, DataType > &division) |
Predicates | |
bool | operator== (const Division< First, Second, DataType > &division) const |
Function realization | |
BALL_INLINE DataType | operator() (const DataType &x) const throw (Exception::DivisionByZero) |
Accessors | |
void | setFirst (const First &first) |
First & | getFirst () |
void | setSecond (const Second &second) |
Second & | getSecond () |
Protected Attributes | |
First | first_ |
Second | second_ |
Division class.
Definition at line 541 of file function.h.
BALL_INLINE BALL::Division< First, Second, DataType >::Division | ( | ) | [inline] |
Default constructor
Definition at line 1269 of file function.h.
BALL_INLINE BALL::Division< First, Second, DataType >::Division | ( | const Division< First, Second, DataType > & | division | ) | [inline] |
Copy constructor
Definition at line 1278 of file function.h.
BALL_INLINE BALL::Division< First, Second, DataType >::~Division | ( | ) | [inline, virtual] |
Destructor
Definition at line 1287 of file function.h.
First& BALL::Division< First, Second, DataType >::getFirst | ( | ) | [inline] |
get the first argument of the division
Definition at line 626 of file function.h.
Second& BALL::Division< First, Second, DataType >::getSecond | ( | ) | [inline] |
get the second argument of the division
Definition at line 643 of file function.h.
BALL_INLINE DataType BALL::Division< First, Second, DataType >::operator() | ( | const DataType & | x | ) | const throw (Exception::DivisionByZero) [inline] |
Evaluation of this subterm
x | the point where to evaluate |
Definition at line 596 of file function.h.
BALL_INLINE Division< First, Second, DataType > & BALL::Division< First, Second, DataType >::operator= | ( | const Division< First, Second, DataType > & | division | ) | [inline] |
Assignment operator
Definition at line 1294 of file function.h.
BALL_INLINE bool BALL::Division< First, Second, DataType >::operator== | ( | const Division< First, Second, DataType > & | division | ) | const [inline] |
Equality operator
Definition at line 1304 of file function.h.
void BALL::Division< First, Second, DataType >::setFirst | ( | const First & | first | ) | [inline] |
set the first argument of the division
Definition at line 617 of file function.h.
void BALL::Division< First, Second, DataType >::setSecond | ( | const Second & | second | ) | [inline] |
set the second argument of the division
Definition at line 634 of file function.h.
First BALL::Division< First, Second, DataType >::first_ [protected] |
Definition at line 655 of file function.h.
Second BALL::Division< First, Second, DataType >::second_ [protected] |
Definition at line 659 of file function.h.