9#include <boost/python/class.hpp>
10#include <boost/python/register_ptr_to_python.hpp>
21 register_ptr_to_python<std::shared_ptr<MDFrame>>();
23 class_<MDFrame, boost::noncopyable>(
"MDFrame", no_init)
#define GET_POINTER_SPECIALIZATION(TYPE)
MDFrame : The coordinate frame for a dimension, or set of dimensions in a multidimensional workspace.
virtual std::string name() const =0
virtual Mantid::Kernel::UnitLabel getUnitLabel() const =0
virtual bool isQ() const =0