|
Mantid
|
#include "MantidGeometry/Math/ConvexPolygon.h"#include "MantidGeometry/Math/PolygonEdge.h"#include "MantidKernel/Exception.h"#include "MantidKernel/V2D.h"#include <algorithm>#include <cfloat>#include <sstream>#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 | |
| MANTID_GEOMETRY_DLL std::ostream & | Mantid::Geometry::operator<< (std::ostream &os, const ConvexPolygon &polygon) |
| Print a polygon to a stream. More... | |