Mantid
|
UnknownFrame : Unknown MDFrame. More...
#include <UnknownFrame.h>
Public Member Functions | |
bool | canConvertTo (const Mantid::Kernel::MDUnit &otherUnit) const override |
UnknownFrame * | clone () const override |
Mantid::Kernel::SpecialCoordinateSystem | equivalientSpecialCoordinateSystem () const override |
const Mantid::Kernel::MDUnit & | getMDUnit () const override |
Mantid::Kernel::UnitLabel | getUnitLabel () const override |
bool | isQ () const override |
bool | isSameType (const MDFrame &frame) const override |
std::string | name () const override |
bool | setMDUnit (const Mantid::Kernel::MDUnit &newUnit) override |
UnknownFrame (const Kernel::UnitLabel &unit) | |
UnknownFrame (std::unique_ptr< Kernel::MDUnit > unit) | |
Public Member Functions inherited from Mantid::Geometry::MDFrame | |
virtual bool | canConvertTo (const Mantid::Kernel::MDUnit &otherUnit) const =0 |
virtual MDFrame * | clone () const =0 |
virtual Mantid::Kernel::SpecialCoordinateSystem | equivalientSpecialCoordinateSystem () const =0 |
virtual const Mantid::Kernel::MDUnit & | getMDUnit () const =0 |
virtual Mantid::Kernel::UnitLabel | getUnitLabel () const =0 |
virtual bool | isQ () const =0 |
virtual bool | isSameType (const MDFrame &frame) const =0 |
virtual std::string | name () const =0 |
virtual bool | setMDUnit (const Mantid::Kernel::MDUnit &newUnit)=0 |
virtual | ~MDFrame ()=default |
Static Public Attributes | |
static const std::string | UnknownFrameName = "Unknown frame" |
Private Attributes | |
const std::unique_ptr< Mantid::Kernel::MDUnit > | m_unit |
Label unit. More... | |
UnknownFrame : Unknown MDFrame.
Definition at line 21 of file UnknownFrame.h.
Mantid::Geometry::UnknownFrame::UnknownFrame | ( | std::unique_ptr< Kernel::MDUnit > | unit | ) |
Definition at line 11 of file UnknownFrame.cpp.
Mantid::Geometry::UnknownFrame::UnknownFrame | ( | const Kernel::UnitLabel & | unit | ) |
Definition at line 13 of file UnknownFrame.cpp.
|
overridevirtual |
Implements Mantid::Geometry::MDFrame.
Definition at line 17 of file UnknownFrame.cpp.
|
overridevirtual |
Implements Mantid::Geometry::MDFrame.
Definition at line 33 of file UnknownFrame.cpp.
References m_unit.
|
overridevirtual |
Implements Mantid::Geometry::MDFrame.
Definition at line 29 of file UnknownFrame.cpp.
References Mantid::Kernel::None.
|
overridevirtual |
Implements Mantid::Geometry::MDFrame.
Definition at line 27 of file UnknownFrame.cpp.
References m_unit.
|
overridevirtual |
Implements Mantid::Geometry::MDFrame.
Definition at line 25 of file UnknownFrame.cpp.
References m_unit.
|
overridevirtual |
Implements Mantid::Geometry::MDFrame.
Definition at line 35 of file UnknownFrame.cpp.
|
overridevirtual |
Implements Mantid::Geometry::MDFrame.
Definition at line 37 of file UnknownFrame.cpp.
References isSameType(), tmp, and UNUSED_ARG.
Referenced by isSameType().
|
overridevirtual |
Implements Mantid::Geometry::MDFrame.
Definition at line 23 of file UnknownFrame.cpp.
References UnknownFrameName.
|
overridevirtual |
Implements Mantid::Geometry::MDFrame.
Definition at line 21 of file UnknownFrame.cpp.
|
private |
Label unit.
Definition at line 39 of file UnknownFrame.h.
Referenced by clone(), getMDUnit(), and getUnitLabel().
|
static |
Definition at line 35 of file UnknownFrame.h.
Referenced by Mantid::Geometry::GeneralFrameFactory::canInterpret(), Mantid::MDAlgorithms::LoadMD::checkForRequiredLegacyFixup(), Mantid::MDAlgorithms::SetMDFrame::createMDFrame(), Mantid::MDAlgorithms::SetMDFrame::init(), Mantid::MDAlgorithms::LoadMD::loadDimensions2(), and name().