|
BALL
1.4.2
|
#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 |
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 489 of file function.h.
| BALL_INLINE BALL::Division< First, Second, DataType >::Division | ( | ) |
Default constructor
Definition at line 1148 of file function.h.
| BALL_INLINE BALL::Division< First, Second, DataType >::Division | ( | const Division< First, Second, DataType > & | division | ) |
Copy constructor
Definition at line 1156 of file function.h.
|
virtual |
Destructor
Definition at line 1164 of file function.h.
|
inline |
get the first argument of the division
Definition at line 568 of file function.h.
|
inline |
get the second argument of the division
Definition at line 583 of file function.h.
|
inline |
Evaluation of this subterm
| x | the point where to evaluate |
| Exception::DivisonByZero | if the divisor is zero |
Definition at line 540 of file function.h.
| BALL_INLINE Division< First, Second, DataType > & BALL::Division< First, Second, DataType >::operator= | ( | const Division< First, Second, DataType > & | division | ) |
Assignment operator
Definition at line 1170 of file function.h.
| BALL_INLINE bool BALL::Division< First, Second, DataType >::operator== | ( | const Division< First, Second, DataType > & | division | ) | const |
Equality operator
Definition at line 1179 of file function.h.
|
inline |
set the first argument of the division
Definition at line 560 of file function.h.
|
inline |
set the second argument of the division
Definition at line 575 of file function.h.
|
protected |
Definition at line 594 of file function.h.
|
protected |
Definition at line 598 of file function.h.
1.8.3.1