Mantid
|
#include "MantidGeometry/Instrument.h"
#include "MantidGeometry/Instrument/RectangularDetector.h"
#include "MantidGeometry/Instrument/ReferenceFrame.h"
#include "MantidKernel/WarningSuppressions.h"
#include "MantidPythonInterface/core/GetPointer.h"
#include "MantidPythonInterface/core/Policies/RemoveConst.h"
#include <boost/python/class.hpp>
#include <boost/python/overloads.hpp>
#include <boost/python/register_ptr_to_python.hpp>
Go to the source code of this file.
Functions | |
void | export_Instrument () |
void export_Instrument | ( | ) |
Definition at line 37 of file Instrument.cpp.
References Mantid::Geometry::Instrument::baseInstrument(), Mantid::Geometry::Instrument::findRectDetectors(), Mantid::Geometry::Instrument::getDetector(), Mantid::Geometry::Instrument::getNumberDetectors(), Mantid::Geometry::Instrument::getReferenceFrame(), Mantid::Geometry::Instrument::getSample(), Mantid::Geometry::Instrument::getSource(), Mantid::Geometry::Instrument::getValidFromDate(), and Mantid::Geometry::Instrument::getValidToDate().