MaxentTransform : Abstract base class defining MaxEnt transformations from image space to data space and vice-versa.
More...
#include <MaxentTransform.h>
MaxentTransform : Abstract base class defining MaxEnt transformations from image space to data space and vice-versa.
Definition at line 19 of file MaxentTransform.h.
◆ MaxentTransform()
Mantid::Algorithms::MaxentTransform::MaxentTransform |
( |
| ) |
|
|
default |
◆ ~MaxentTransform()
virtual Mantid::Algorithms::MaxentTransform::~MaxentTransform |
( |
| ) |
|
|
virtualdefault |
◆ dataToImage()
virtual std::vector< double > Mantid::Algorithms::MaxentTransform::dataToImage |
( |
const std::vector< double > & |
data | ) |
|
|
pure virtual |
◆ imageToData()
virtual std::vector< double > Mantid::Algorithms::MaxentTransform::imageToData |
( |
const std::vector< double > & |
image | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: