ORIGINAL
Loading...
Searching...
No Matches
transform.h File Reference

Transformation classes for various operations on elements. More...

#include "allocator.h"
#include "baseList.h"
#include "cloneable.h"
#include "maths.h"
Include dependency graph for transform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::transform< TYPE >
 Base class for transformation operations. More...
 
class  original::addOptTransform< TYPE >
 Transformation that adds a given value to an element. More...
 
class  original::assignOptTransform< TYPE >
 Transformation that assigns a specified value to an element. More...
 
class  original::multiOptTransform< TYPE >
 Transformation that multiplies an element by a given value. More...
 
class  original::absTransform< TYPE >
 Transformation that converts an element to its absolute value. More...
 
class  original::copyTransform< TYPE, ALLOC >
 Transformation that copies an element into a container. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Transformation classes for various operations on elements.

This file provides abstract and concrete transformation classes that apply different operations on elements. The operations include addition, multiplication, assignment, absolute value, and copying elements into a container.