ORIGINAL
|
Transformation that converts an element to its absolute value. More...
#include <transform.h>
Public Member Functions | |
absTransform * | clone () const override |
Clones the absTransform object. | |
absTransform ()=default | |
Default constructor for absTransform. | |
![]() | |
~transform () override=default | |
Virtual destructor for the transform class. | |
transform * | clone () const override |
Clones the transform object. | |
virtual void | operator() (TYPE &t) |
Applies the transformation to the given element. | |
![]() | |
~cloneable () override=default | |
Virtual destructor for cloneable. | |
![]() | |
virtual | ~baseCloneable ()=default |
Virtual destructor for baseCloneable. | |
Additional Inherited Members | |
![]() | |
cloneable ()=default | |
Default constructor for cloneable. | |
![]() | |
baseCloneable ()=default | |
Default constructor for baseCloneable. | |
Transformation that converts an element to its absolute value.
TYPE | The type of element being transformed |
This transformation applies the absolute value operation to the element.
|
overridevirtual |
Clones the absTransform object.
Reimplemented from original::baseCloneable< cloneable >.