Mantid
|
#include "MantidGeometry/Instrument/DetectorInfo.h"
#include "MantidGeometry/Instrument/DetectorInfoItem.h"
#include "MantidGeometry/Instrument/DetectorInfoIterator.h"
#include "MantidKernel/Quat.h"
#include "MantidKernel/V3D.h"
#include "MantidPythonInterface/core/Converters/WrapWithNDArray.h"
#include "MantidPythonInterface/core/Policies/VectorToNumpy.h"
#include "MantidPythonInterface/geometry/DetectorInfoPythonIterator.h"
#include <boost/iterator/iterator_facade.hpp>
#include <boost/python/class.hpp>
#include <boost/python/copy_const_reference.hpp>
#include <boost/python/copy_non_const_reference.hpp>
#include <boost/python/iterator.hpp>
#include <boost/python/return_by_value.hpp>
#include <boost/python/return_value_policy.hpp>
#include <iterator>
Go to the source code of this file.
Functions | |
void | export_DetectorInfo () |
void export_DetectorInfo | ( | ) |
Definition at line 44 of file DetectorInfo.cpp.
References Mantid::Geometry::DetectorInfo::azimuthal(), Mantid::Geometry::DetectorInfo::clearMaskFlags(), Mantid::Geometry::DetectorInfo::detectorIDs(), Mantid::Geometry::DetectorInfo::hasMaskedDetectors(), Mantid::Geometry::DetectorInfo::indexOf(), Mantid::Geometry::DetectorInfo::isEquivalent(), Mantid::Geometry::DetectorInfo::isMasked(), Mantid::Geometry::DetectorInfo::isMonitor(), Mantid::Geometry::DetectorInfo::l1(), Mantid::Geometry::DetectorInfo::l2(), Mantid::Kernel::l2, make_pyiterator(), position, Mantid::Geometry::DetectorInfo::position(), Mantid::Geometry::DetectorInfo::rotation(), rotation, Mantid::Geometry::DetectorInfo::setMasked(), Mantid::Geometry::DetectorInfo::size(), Mantid::Geometry::DetectorInfo::twoTheta(), and Mantid::Kernel::twoTheta.