Mantid
|
#include "MantidGeometry/DllConfig.h"
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Geometry |
namespace | Mantid::Geometry::detail |
ShapeInfo : Stores shape types and information relevant to drawing the shape. | |
namespace | Mantid::Geometry::RenderingHelpers |
namespace | Mantid::Kernel |
Functions | |
MANTID_GEOMETRY_DLL void | Mantid::Geometry::RenderingHelpers::renderBitmap (const RectangularDetector &rectDet) |
Renders a Bitmap (used for rendering RectangularDetector) More... | |
MANTID_GEOMETRY_DLL void | Mantid::Geometry::RenderingHelpers::renderIObjComponent (const IObjComponent &objComp) |
Render IObjComponent. More... | |
MANTID_GEOMETRY_DLL void | Mantid::Geometry::RenderingHelpers::renderShape (const detail::ShapeInfo &shapeInfo) |
Renders a sphere, cuboid, hexahedron, cone or cylinder. More... | |
MANTID_GEOMETRY_DLL void | Mantid::Geometry::RenderingHelpers::renderStructured (const StructuredDetector &structDet) |
Renders structured geometry (used for rendering StructuredDetector) More... | |
MANTID_GEOMETRY_DLL void | Mantid::Geometry::RenderingHelpers::renderTriangulated (detail::GeometryTriangulator &triangulator) |
Render Traingulated Surface. More... | |