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


Public Member Functions | |
| absoluteValue () | |
| virtual | ~absoluteValue () |
| 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 sets each element of the T-object to it's absoulte value.
|
|||||||||
|
default constructor
|
|
|||||||||
|
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 >. |