#include <ITransformScale.h>
|
| | ITransformScale ()=default |
| |
| virtual const std::string | name () const |
| |
| virtual void | transform (std::vector< double > &gd)=0 |
| | The scaling transformation. Define in derived classes.
|
| |
| virtual | ~ITransformScale ()=default |
| | Virtual destructor needed for an abstract class.
|
| |
Definition at line 30 of file ITransformScale.h.
◆ ITransformScale()
| Mantid::API::ITransformScale::ITransformScale |
( |
| ) |
|
|
default |
◆ ~ITransformScale()
| virtual Mantid::API::ITransformScale::~ITransformScale |
( |
| ) |
|
|
virtualdefault |
Virtual destructor needed for an abstract class.
◆ name()
| virtual const std::string Mantid::API::ITransformScale::name |
( |
| ) |
const |
|
inlinevirtual |
◆ transform()
| virtual void Mantid::API::ITransformScale::transform |
( |
std::vector< double > & |
gd | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: