Mondschein Engine  0.3.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NmondscheinThis namespace is the main namespace of the Mondschein Engine
 oNdisplayThis namespace contains all classes related to rendering Visual management
 |oCVisualThis class is the Interface class for any rendering visual
 |oCGLFW_VisualThis class implements a GLFW rendering visual
 |oCGLUT_VisualThis class implements the Visual interface based on the GLUT/FreeGLUT library
 |oCQt4_VisualThis class implements a Qt4 compliant rendering visual
 |oCSDL_VisualThis class implements the Visual interface based on SDL 1.2
 |oCSFML_VisualThis class implements a rendering visual based on SFML 2.0
 |oCvisual_attribs_tDisplay properties struct
 |\Cwx_VisualThis class implements a rendering visual based on the wxWidgets library
 oNioThis namespace contains all classes for I/O management
 |oCBufferThis interface is the base for all file buffers
 |oCFI_BufferThis class implements an image file loader based on the FreeImage library
 |oCMBD_BufferThis class implements the Buffer interface for handling MBD 1.0.0 RC4 compliant files
 |\Cio_objects_tI/O objects struct
 oNmathThis namespace contains algorithms and math classes
 |oCAitken_NevilleThis class implements the Aitken-Neville interpolation algorithm
 |oCBeziercurveThis class represents a generic Bezier curve with a variable degree
 |oCBezierpatchThis class represents a bezier patch
 |oCNormal_GridThis class defines a normal calculator for grids
 |oCNURBScurveThis class represents a NURBS curve
 |oCNURBSpatchThis class represents a NURBS patch
 |\CPol_IntThis class is the polynomial interpolation interface
 oNrendererThis namespace contains all renderer classes
 |oCContextThis interface specifies a general rendering context
 |oCRenderableThis interface specifies a renderable object
 |oCRendererThis class represents the renderer interface
 |oCGL13This class implements the renderer interface for "OpenGLĀ® 1.3"
 |oCQt4_ContextThis class implements a Qt4 compliant rendering context
 |\Ccontext_attribs_tContext properties struct
 oNsceneThis namespace contains all classes for scene management
 |oCCameraThis class represents a camera scenegraph node
 |oCLightThis class implements light scenegraph nodes
 |oCMaterialThis class implements a material scenegraph node
 |oCMeshThis class is the mesh node interface
 |oCPoseThis class represents a 3D pose
 |oCScenegraphThis class represents a scenegraph
 |oCScenenodeThis class implements the base class for all scene nodes
 |oCTextureThis class represents a texture
 |oCcamera_attribs_tCamera properties struct
 |oClight_attribs_tLight properties struct
 |oCmaterial_attribs_tMaterial properties struct
 |oCmesh_attribs_tMesh properties struct
 |oCtexture_attribs_tTexture preoperties struct
 |\Cscenegraph_attribs_tScenegraph properties struct
 oCGL13_FactoryThis class is a factory class for the GL13 renderer
 oCSDL_FactoryThis class provides creation functions for Mondschein SDL classes
 oCexceptionType definition of an arbitrary exception class
 oCCoreThis class provides some standard creation functions
 \CEngineThis static provides general control and communications