BALL
1.4.2
|
#include <BALL/MATHS/function.h>
Public Member Functions | |
Constructors and destructor | |
SquareFunction () | |
SquareFunction (const SquareFunction &square) | |
virtual | ~SquareFunction () |
Assignment | |
SquareFunction< Function, DataType > & | operator= (const SquareFunction< Function, DataType > &square) |
Predicates | |
bool | operator== (const SquareFunction< Function, DataType > &square) const |
Function realization | |
BALL_INLINE DataType | operator() (const DataType &x) const |
Accessors | |
void | setFunction (const Function &function) |
const Function & | getFunction () const |
Protected Attributes | |
Function | function_ |
SquareFunction class.
Definition at line 704 of file function.h.
BALL_INLINE BALL::SquareFunction< Function, DataType >::SquareFunction | ( | ) |
Default constructor
Definition at line 1187 of file function.h.
BALL_INLINE BALL::SquareFunction< Function, DataType >::SquareFunction | ( | const SquareFunction< Function, DataType > & | square | ) |
Copy constructor
Definition at line 1194 of file function.h.
|
virtual |
Destructor
Definition at line 1201 of file function.h.
|
inline |
get the function argument of the square
Definition at line 775 of file function.h.
|
inline |
Evaluation of this subterm
x | the point where to evaluate |
Definition at line 754 of file function.h.
BALL_INLINE SquareFunction< Function, DataType > & BALL::SquareFunction< Function, DataType >::operator= | ( | const SquareFunction< Function, DataType > & | square | ) |
Assignment operator
Definition at line 1207 of file function.h.
BALL_INLINE bool BALL::SquareFunction< Function, DataType >::operator== | ( | const SquareFunction< Function, DataType > & | square | ) | const |
Equality operator
Definition at line 1215 of file function.h.
|
inline |
set the function argument of the square
Definition at line 767 of file function.h.
|
protected |
Definition at line 786 of file function.h.