|
latest version v1.9 - last update 24 Nov 2005 |
|
#include <ltiAddScalar.h>
Inheritance diagram for lti::addScalar< T >:


Public Member Functions | |
| addScalar () | |
| addScalar (const T &theValue) | |
| addScalar (const parameters &theParams) | |
| virtual | ~addScalar () |
| virtual vector< T > & | apply (vector< T > &theObject) const |
| virtual vector< T > & | apply (const vector< T > &theObject, vector< T > &newObject) const |
| virtual matrix< T > & | apply (matrix< T > &theObject) const |
| virtual matrix< T > & | apply (const matrix< T > &theObject, matrix< T > &newObject) const |
| virtual functor * | clone () const |
| virtual const char * | getTypeName () const |
Apply adds the given scalar value to each element of the MathObj.
|
|||||||||
|
default constructor
|
|
||||||||||
|
constructor, sets the scalar value.
|
|
||||||||||
|
constructor, sets the parameters, i.e. the scalar value.
|
|
|||||||||
|
destructor
|
|
||||||||||||||||
|
onCopy version of apply. applies the functor's function to the copy of theObject, newObject. Implements lti::iteratingFunctor< T >. |
|
||||||||||
|
onPlace version of apply. applies the functor's function to theObject. Implements lti::iteratingFunctor< T >. |
|
||||||||||||||||
|
onCopy version of apply. applies the functor's function to the copy of theObject, newObject. Implements lti::iteratingFunctor< T >. |
|
||||||||||
|
onPlace version of apply. applies the functor's function to theObject. Implements lti::iteratingFunctor< T >. |
|
|||||||||
|
returns a pointer to a clone of the functor.
Implements lti::functor. |
|
|||||||||
|
returns the name of this type
Reimplemented from lti::iteratingFunctor< T >. |