Abstract type defining Factory Method interface for generating PeakTransforms.
More...
#include <PeakTransformFactory.h>
Abstract type defining Factory Method interface for generating PeakTransforms.
Definition at line 18 of file PeakTransformFactory.h.
◆ ~PeakTransformFactory()
virtual Mantid::Geometry::PeakTransformFactory::~PeakTransformFactory |
( |
| ) |
|
|
virtualdefault |
◆ createDefaultTransform()
virtual PeakTransform_sptr Mantid::Geometry::PeakTransformFactory::createDefaultTransform |
( |
| ) |
const |
|
pure virtual |
◆ createTransform()
virtual PeakTransform_sptr Mantid::Geometry::PeakTransformFactory::createTransform |
( |
const std::string & |
xPlotLabel, |
|
|
const std::string & |
yPlotLabel |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: