ORIGINAL
|
Transformation that multiplies an element by a given value. More...
#include <transform.h>
Public Member Functions | |
multiOptTransform * | clone () const override |
Clones the multiOptTransform object. | |
multiOptTransform (const TYPE &t) | |
Constructs a multiOptTransform with the specified value. | |
![]() | |
~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 multiplies an element by a given value.
TYPE | The type of element being transformed |
This transformation multiplies an element by a specified value.
|
explicit |
Constructs a multiOptTransform with the specified value.
t | The value to multiply the element by. |
|
overridevirtual |
Clones the multiOptTransform object.
Reimplemented from original::baseCloneable< cloneable >.