Mantid
|
#include "MantidGeometry/IObjComponent.h"
#include "MantidGeometry/Instrument/ComponentInfo.h"
#include "MantidGeometry/Objects/IObject.h"
#include "MantidGeometry/Objects/ShapeFactory.h"
#include "MantidGeometry/Rendering/GeometryHandler.h"
#include "MantidGeometry/Rendering/GeometryTriangulator.h"
#include "MantidGeometry/Rendering/OpenGL_Headers.h"
#include "MantidGeometry/Rendering/RenderingHelpers.h"
#include "MantidGeometry/Rendering/ShapeInfo.h"
#include "MantidGeometry/Surfaces/Cone.h"
#include "MantidGeometry/Surfaces/Cylinder.h"
#include "MantidGeometry/Surfaces/Sphere.h"
#include "MantidKernel/Quat.h"
#include "MantidKernel/WarningSuppressions.h"
#include <climits>
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::RenderingHelpers |
Functions | |
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::renderTriangulated (detail::GeometryTriangulator &triangulator) |
Render Traingulated Surface. More... | |