21#ifndef __stir_SeparableArrayFunctionObject_H__
22#define __stir_SeparableArrayFunctionObject_H__
40template <
int num_dimensions,
typename elemT>
Declaration of class stir::ArrayFunctionObject_1ArgumentImplementation.
defines the stir::VectorWithOffset class
A convenience class for children of ArrayFunctionObject. It implements the 2 argument operator() in t...
Definition ArrayFunctionObject_1ArgumentImplementation.h:44
A class for operations on n-dimensional Arrays.
Definition ArrayFunctionObject.h:38
This class defines multi-dimensional (numeric) arrays.
Definition Array.h:78
SeparableArrayFunctionObject()
Default constructor, results in a trivial ArrayFunctionObject.
Definition SeparableArrayFunctionObject.cxx:29
bool is_trivial() const override
Should return true when the operations won't modify the object at all.
Definition SeparableArrayFunctionObject.cxx:91
A templated class for vectors, but with indices starting not from 0.
Definition VectorWithOffset.h:65
Import of std::shared_ptr, std::dynamic_pointer_cast and std::static_pointer_cast into the stir names...