BALL
1.4.79
|
#include <BALL/MATHS/function.h>
Public Member Functions | |
Constructors and destructor | |
Product () | |
Product (const Product &product) | |
virtual | ~Product () |
Assignment | |
Product< First, Second, DataType > & | operator= (const Product< First, Second, DataType > &product) |
Predicates | |
bool | operator== (const Product< First, Second, DataType > &product) 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 () |
Protected Attributes | |
First | first_ |
Second | second_ |
Multiplication class.
Definition at line 372 of file function.h.
BALL_INLINE BALL::Product< First, Second, DataType >::Product | ( | ) |
Default constructor
Definition at line 1109 of file function.h.
BALL_INLINE BALL::Product< First, Second, DataType >::Product | ( | const Product< First, Second, DataType > & | product | ) |
Copy constructor
Definition at line 1117 of file function.h.
|
virtual |
Destructor
Definition at line 1125 of file function.h.
|
inline |
get the first argument of the product
Definition at line 442 of file function.h.
|
inline |
Get the first argument of the product (const version).
Definition at line 450 of file function.h.
|
inline |
get the second argument of the product
Definition at line 466 of file function.h.
|
inline |
Evaluation of this subterm
x | the point where to evaluate |
Definition at line 422 of file function.h.
BALL_INLINE Product< First, Second, DataType > & BALL::Product< First, Second, DataType >::operator= | ( | const Product< First, Second, DataType > & | product | ) |
Assignment operator
Definition at line 1131 of file function.h.
BALL_INLINE bool BALL::Product< First, Second, DataType >::operator== | ( | const Product< First, Second, DataType > & | product | ) | const |
Equality operator
Definition at line 1140 of file function.h.
|
inline |
set the first argument of the product
Definition at line 434 of file function.h.
|
inline |
set the second argument of the product
second | the second argument |
Definition at line 458 of file function.h.
|
protected |
Definition at line 477 of file function.h.
|
protected |
Definition at line 481 of file function.h.