BALL
1.4.79
|
#include <BALL/MATHS/function.h>
Public Member Functions | |
Constructors and destructor | |
Addition () | |
Addition (const Addition< First, Second, DataType > &addition) | |
virtual | ~Addition () |
Assignment | |
Addition< First, Second, DataType > & | operator= (const Addition< First, Second, DataType > &addition) |
Predicates | |
bool | operator== (const Addition< First, Second, DataType > &addition) const |
Function realization | |
BALL_INLINE DataType | operator() (const DataType &x) const |
Accessors | |
void | setFirst (const First &first) |
First & | getFirst () |
const First & | getFirst () const |
void | setSecond (const Second &second) |
Second & | getSecond () |
const Second & | getSecond () const |
Protected Attributes | |
First | first_ |
Second | second_ |
Addition class.
Definition at line 143 of file function.h.
BALL_INLINE BALL::Addition< First, Second, DataType >::Addition | ( | ) |
Default constructor
Definition at line 1031 of file function.h.
BALL_INLINE BALL::Addition< First, Second, DataType >::Addition | ( | const Addition< First, Second, DataType > & | addition | ) |
Copy constructor
Definition at line 1039 of file function.h.
|
virtual |
Destructor
Definition at line 1047 of file function.h.
|
inline |
get the first argument of the addition
Definition at line 213 of file function.h.
|
inline |
Get the first argument of the addition (const version).
Definition at line 220 of file function.h.
|
inline |
get the second argument of the addition
Definition at line 235 of file function.h.
|
inline |
Get the second argument of the addition (const version).
Definition at line 242 of file function.h.
|
inline |
Evaluation of this subterm
x | the point where to evaluate |
Definition at line 193 of file function.h.
BALL_INLINE Addition< First, Second, DataType > & BALL::Addition< First, Second, DataType >::operator= | ( | const Addition< First, Second, DataType > & | addition | ) |
Assignment operator
Definition at line 1053 of file function.h.
BALL_INLINE bool BALL::Addition< First, Second, DataType >::operator== | ( | const Addition< First, Second, DataType > & | addition | ) | const |
Equality operator
Definition at line 1062 of file function.h.
|
inline |
set the first argument of the addition
Definition at line 205 of file function.h.
|
inline |
set the second argument of the addition
Definition at line 227 of file function.h.
|
protected |
Definition at line 253 of file function.h.
|
protected |
Definition at line 257 of file function.h.