|
Mantid
|
#include "MantidGeometry/Instrument/GridDetector.h"#include "MantidGeometry/Instrument/CompAssembly.h"#include "MantidGeometry/Instrument/GridDetectorPixel.h"#include "MantidPythonInterface/core/GetPointer.h"#include <boost/python/class.hpp>#include <boost/python/register_ptr_to_python.hpp>Go to the source code of this file.
Functions | |
| void | export_GridDetector () |
| Enables boost.python to automatically "cast" an object up to the appropriate Detector leaf type. More... | |
| void | export_GridDetectorPixel () |
| void export_GridDetector | ( | ) |
Enables boost.python to automatically "cast" an object up to the appropriate Detector leaf type.
Definition at line 23 of file GridDetector.cpp.
References Mantid::Geometry::GridDetector::idFillOrder(), Mantid::Geometry::GridDetector::idstart(), Mantid::Geometry::GridDetector::idstep(), Mantid::Geometry::GridDetector::idstepbyrow(), Mantid::Geometry::GridDetector::maxDetectorID(), Mantid::Geometry::GridDetector::minDetectorID(), Mantid::Geometry::GridDetector::xpixels(), Mantid::Geometry::GridDetector::xsize(), Mantid::Geometry::GridDetector::xstart(), Mantid::Geometry::GridDetector::xstep(), Mantid::Geometry::GridDetector::ypixels(), Mantid::Geometry::GridDetector::ysize(), Mantid::Geometry::GridDetector::ystart(), Mantid::Geometry::GridDetector::ystep(), Mantid::Geometry::GridDetector::zpixels(), Mantid::Geometry::GridDetector::zsize(), Mantid::Geometry::GridDetector::zstart(), and Mantid::Geometry::GridDetector::zstep().
| void export_GridDetectorPixel | ( | ) |
Definition at line 47 of file GridDetector.cpp.