Mantid
Loading...
Searching...
No Matches
Functions
Mantid::Geometry::RenderingHelpers Namespace Reference

Functions

MANTID_GEOMETRY_DLL void renderBitmap (const RectangularDetector &rectDet)
 Renders a Bitmap (used for rendering RectangularDetector) More...
 
MANTID_GEOMETRY_DLL void renderIObjComponent (const IObjComponent &objComp)
 Render IObjComponent. More...
 
MANTID_GEOMETRY_DLL void renderShape (const detail::ShapeInfo &shapeInfo)
 Renders a sphere, cuboid, hexahedron, cone or cylinder. More...
 
MANTID_GEOMETRY_DLL void renderStructured (const StructuredDetector &structDet)
 Renders structured geometry (used for rendering StructuredDetector) More...
 
MANTID_GEOMETRY_DLL void renderTriangulated (detail::GeometryTriangulator &triangulator)
 Render Traingulated Surface. More...
 

Function Documentation

◆ renderBitmap()

MANTID_GEOMETRY_DLL void Mantid::Geometry::RenderingHelpers::renderBitmap ( const RectangularDetector rectDet)

Renders a Bitmap (used for rendering RectangularDetector)

◆ renderIObjComponent()

void Mantid::Geometry::RenderingHelpers::renderIObjComponent ( const IObjComponent objComp)

◆ renderShape()

void Mantid::Geometry::RenderingHelpers::renderShape ( const detail::ShapeInfo shapeInfo)

◆ renderStructured()

MANTID_GEOMETRY_DLL void Mantid::Geometry::RenderingHelpers::renderStructured ( const StructuredDetector structDet)

Renders structured geometry (used for rendering StructuredDetector)

◆ renderTriangulated()

void Mantid::Geometry::RenderingHelpers::renderTriangulated ( detail::GeometryTriangulator triangulator)

Render Traingulated Surface.

Definition at line 316 of file RenderingHelpersOpenGL.cpp.

Referenced by Mantid::Geometry::GeometryHandler::render().