Mantid
|
#include "MantidGeometry/Instrument/GridDetector.h"
#include "MantidGeometry/Instrument/ComponentInfo.h"
#include "MantidGeometry/Instrument/ComponentVisitor.h"
#include "MantidGeometry/Instrument/Detector.h"
#include "MantidGeometry/Instrument/GridDetectorPixel.h"
#include "MantidGeometry/Objects/BoundingBox.h"
#include "MantidGeometry/Objects/CSGObject.h"
#include "MantidGeometry/Objects/IObject.h"
#include "MantidGeometry/Objects/ShapeFactory.h"
#include "MantidGeometry/Objects/Track.h"
#include "MantidGeometry/Rendering/GeometryHandler.h"
#include "MantidKernel/Exception.h"
#include "MantidKernel/Material.h"
#include "MantidKernel/Matrix.h"
#include <algorithm>
#include <boost/regex.hpp>
#include <memory>
#include <ostream>
#include <stdexcept>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Geometry |
Functions | |
bool | Mantid::Geometry::checkValidOrderString (const std::string &order) |
detid_t | Mantid::Geometry::getFillFirstX (const GridDetector *me, int x, int y, int z) |
detid_t | Mantid::Geometry::getFillFirstY (const GridDetector *me, int x, int y, int z) |
detid_t | Mantid::Geometry::getFillFirstZ (const GridDetector *me, int x, int y, int z) |
std::tuple< int, int, int > | Mantid::Geometry::getXYZFillFirstX (const GridDetector *me, int col, int id) |
std::tuple< int, int, int > | Mantid::Geometry::getXYZFillFirstY (const GridDetector *me, int col, int id) |
std::tuple< int, int, int > | Mantid::Geometry::getXYZFillFirstZ (const GridDetector *me, int col, int id) |
MANTID_GEOMETRY_DLL std::ostream & | Mantid::Geometry::operator<< (std::ostream &os, const GridDetector &ass) |
Print information about elements in the assembly to a stream Overload the operator <<. More... | |