CBaseDepthCamera< T > | |
►CBaseDepthCamera< OgreSensor > | |
COgreDepthCamera | Depth camera used to render depth data into an image buffer |
CBaseGeometryStore< T > | |
CBaseLightStore< T > | |
CBaseMaterialMap< T > | |
CBaseNodeStore< T > | |
CBaseSceneStore< T > | |
CBaseSensorStore< T > | |
CBaseSubMeshStore< T > | |
CBaseVisualStore< T > | |
CBoundingBox | 2D or 3D Bounding box. It stores the position / orientation / size info of the box and its label |
►Cenable_shared_from_this | |
►CBaseScene | |
COgreScene | |
►Cenable_shared_from_this | |
►CBaseObject | |
►COgreObject | |
►CBaseGeometry< OgreObject > | |
►COgreGeometry | |
►CBaseCapsule< OgreGeometry > | |
COgreCapsule | Ogre 2.x implementation of a Capsule Visual |
►CBaseGrid< OgreGeometry > | |
COgreGrid | Ogre implementation of a grid geometry |
►CBaseHeightmap< OgreGeometry > | |
COgreHeightmap | Ogre implementation of a heightmap geometry |
►CBaseMarker< OgreGeometry > | |
COgreMarker | Ogre implementation of a marker geometry |
►CBaseMesh< OgreGeometry > | |
COgreMesh | |
►CBaseText< OgreGeometry > | |
COgreText | Ogre implementation of text geometry |
►CBaseWireBox< OgreGeometry > | |
COgreWireBox | Ogre implementation of a wire box geometry |
►CBaseMaterial< OgreObject > | |
COgreMaterial | |
►CBaseNode< OgreObject > | |
►COgreNode | |
►CBaseLight< OgreNode > | |
►COgreLight | |
►CBaseDirectionalLight< OgreLight > | |
COgreDirectionalLight | |
►CBasePointLight< OgreLight > | |
COgrePointLight | |
►CBaseSpotLight< OgreLight > | |
COgreSpotLight | |
►CBaseSensor< OgreNode > | |
►COgreSensor | |
►CBaseCamera< OgreSensor > | |
►CBaseGpuRays< OgreSensor > | |
COgreGpuRays | Gpu Rays used to render depth data into an image buffer |
►CBaseThermalCamera< OgreSensor > | |
COgreThermalCamera | Depth camera used to render thermal data into an image buffer |
COgreCamera | |
CBaseGpuRays< OgreSensor > | |
CBaseThermalCamera< OgreSensor > | |
►CBaseVisual< OgreNode > | |
►COgreVisual | |
►CBaseArrowVisual< OgreVisual > | |
COgreArrowVisual | |
►CBaseAxisVisual< OgreVisual > | |
COgreAxisVisual | |
►CBaseCOMVisual< OgreVisual > | |
COgreCOMVisual | |
►CBaseGizmoVisual< OgreVisual > | |
COgreGizmoVisual | |
►CBaseInertiaVisual< OgreVisual > | |
COgreInertiaVisual | |
►CBaseJointVisual< OgreVisual > | |
COgreJointVisual | |
►CBaseLidarVisual< OgreVisual > | |
COgreLidarVisual | Ogre implementation of a Lidar Visual |
►CBaseLightVisual< OgreVisual > | |
COgreLightVisual | |
►CBaseParticleEmitter< OgreVisual > | |
COgreParticleEmitter | Class to manage a particle emitter |
►CBaseRayQuery< OgreObject > | |
COgreRayQuery | A Ray Query class used for computing ray object intersections |
►CBaseRenderPass< OgreObject > | |
►COgreRenderPass | Ogre implementation of the RenderPass class |
►CBaseDistortionPass< OgreRenderPass > | |
COgreDistortionPass | Ogre implementation of the DistortionPass class |
►CBaseGaussianNoisePass< OgreRenderPass > | |
COgreGaussianNoisePass | Ogre implementation of the GaussianNoisePass class |
►CBaseRenderTarget< OgreObject > | |
►COgreRenderTarget | |
►CBaseRenderTexture< OgreRenderTarget > | |
COgreRenderTexture | |
►CBaseRenderWindow< OgreRenderTarget > | |
COgreRenderWindow | |
►CBaseSubMesh< OgreObject > | |
COgreSubMesh | |
CGraphicsAPIUtils | Utils to convert GraphicsAPI to and from strings |
CHeightmapBlend | Blend information to be used between textures on heightmaps |
CHeightmapDescriptor | Describes how a Heightmap should be loaded |
CHeightmapTexture | Texture to be used on heightmaps |
►CIGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING public virtual Object | |
CBaseObject | |
►CIGN_COMMON_WARN_RESUME__DLL_INTERFACE_MISSING public virtual Scene | |
CBaseScene | |
CImage | Encapsulates a raw image buffer and relevant properties |
►CListener | |
COgreMaterialSwitcher | Helper class to assign unique colors to renderables |
COgreRenderTargetMaterial | Causes all objects in a scene to be rendered with the same material when rendered by a given RenderTarget |
►CMap< T > | Storage map from std::string to template class T |
CBaseMap< T, U > | |
CMeshDescriptor | Describes how a Mesh should be loaded |
CMoveToHelper | Helper class for animating a user camera to move to a target entity |
►CObject | Represents an object present in the scene graph. This includes sub-meshes, materials, render targets, as well as posable nodes |
►CGeometry | Represents a geometric shape to be rendered |
CBaseGeometry< OgreObject > | |
CBaseGeometry< T > | |
►CCapsule | Geometry for a capsule shape |
CBaseCapsule< OgreGeometry > | |
CBaseCapsule< T > | Base implementation of a Capsule Geometry |
►CGrid | Represents a grid geometry drawn along the XY plane. If vertical cell count is specified then the grid becomes 3D |
CBaseGrid< OgreGeometry > | |
CBaseGrid< T > | Base implementation of a grid geometry |
►CHeightmap | A terrain defined by a heightfield |
CBaseHeightmap< OgreGeometry > | |
CBaseHeightmap< T > | |
►CMarker | A marker geometry class. The marker's visual appearance is based on the marker type specified |
CBaseMarker< OgreGeometry > | |
CBaseMarker< T > | Base implementation of a Marker geometry |
►CMesh | Represents a collection of mesh geometries |
CBaseMesh< OgreGeometry > | |
CBaseMesh< T > | |
►CText | Represents a billboard text geometry that is always facing the camera |
CBaseText< OgreGeometry > | |
CBaseText< T > | Base implementation of a text geometry |
►CWireBox | Draws a wireframe box |
CBaseWireBox< OgreGeometry > | |
CBaseWireBox< T > | Base implementation of a wireframe box |
►CMaterial | Represents a surface material of a Geometry |
CBaseMaterial< OgreObject > | |
CBaseMaterial< T > | |
►CNode | Represents a single posable node in the scene graph |
CBaseNode< OgreObject > | |
CBaseNode< T > | |
►CLight | Represents a light source in the scene graph |
CBaseLight< OgreNode > | |
CBaseLight< T > | |
►CDirectionalLight | Represents a infinite directional light |
CBaseDirectionalLight< OgreLight > | |
CBaseDirectionalLight< T > | |
►CPointLight | Represents a point light |
CBasePointLight< OgreLight > | |
CBasePointLight< T > | |
►CSpotLight | Represents a spotlight |
CBaseSpotLight< OgreLight > | |
CBaseSpotLight< T > | |
►CSensor | Represents a scene sensor. The most obvious example is a camera, but it can be anything that generates output from the scene |
CBaseSensor< OgreNode > | |
CBaseSensor< T > | |
►CCamera | Posable camera used for rendering the scene graph |
CBaseCamera< OgreSensor > | |
►CBaseCamera< T > | |
CBaseBoundingBoxCamera< T > | |
CBaseGpuRays< T > | |
CBaseSegmentationCamera< T > | |
CBaseThermalCamera< T > | Base implementation of the ThermalCamera class |
►CBoundingBoxCamera | Poseable BoundingBox camera used for rendering bounding boxes of objects in the scene |
CBaseBoundingBoxCamera< T > | |
CDepthCamera | |
►CGpuRays | Generate depth ray data |
CBaseGpuRays< OgreSensor > | |
CBaseGpuRays< T > | |
►CSegmentationCamera | Poseable Segmentation camera used for rendering the scene graph. This camera is designed to produce segmentation data, instead of a 2D image |
CBaseSegmentationCamera< T > | |
►CThermalCamera | Thermal camera that produces temperature data. An object's temperature can be set through the Visual class using SetUserData with the key "temperature". Ambient temperature is returned for object that do not have this property set. Note that temperature variations for the environment and objects can be set using the Set*Range functions in this class. For simplicity, the variations are modeled as a function of depth (which is not how a real thermal sensor works). Ideally we support heatmaps for visuals in order to produce more realistic temperature output |
CBaseThermalCamera< OgreSensor > | |
CBaseThermalCamera< T > | Base implementation of the ThermalCamera class |
►CVisual | Represents a visual node in a scene graph. A Visual is the only node that can have Geometry and other Visual children |
CBaseVisual< OgreNode > | |
CBaseVisual< T > | |
►CCompositeVisual | Represents a predefined collection of geometries and visuals |
►CArrowVisual | Represents a arrow composite visual |
CBaseArrowVisual< OgreVisual > | |
CBaseArrowVisual< T > | |
►CAxisVisual | Represents a axis composite visual |
CBaseAxisVisual< OgreVisual > | |
CBaseAxisVisual< T > | |
►CGizmoVisual | A gizmo that contains rotate, translate, and scale visuals |
CBaseGizmoVisual< OgreVisual > | |
CBaseGizmoVisual< T > | A base implementation of the GizmoVisual class |
►CCOMVisual | Represents a center of mass visual |
CBaseCOMVisual< OgreVisual > | |
CBaseCOMVisual< T > | Base implementation of an center of mass visual |
►CInertiaVisual | Represents a inertia visual |
CBaseInertiaVisual< OgreVisual > | |
CBaseInertiaVisual< T > | Base implementation of an inertia visual |
►CJointVisual | Represents a joint visual |
CBaseJointVisual< OgreVisual > | |
CBaseJointVisual< T > | Base implementation of a joint visual |
►CLidarVisual | A LidarVisual geometry class. The visual appearance is based on the type specified |
CBaseLidarVisual< OgreVisual > | |
CBaseLidarVisual< T > | Base implementation of a Lidar Visual |
►CLightVisual | Represents a light visual |
CBaseLightVisual< OgreVisual > | |
CBaseLightVisual< T > | Base implementation of a light visual |
►CParticleEmitter | Class to manage a particle emitter |
CBaseParticleEmitter< OgreVisual > | |
CBaseParticleEmitter< T > | A base implementation of the ParticleEmitter class |
►CRayQuery | A Ray Query class used for computing ray object intersections |
CBaseRayQuery< OgreObject > | |
CBaseRayQuery< T > | A Ray Query class used for computing ray object intersections |
►CRenderPass | A render pass can be added to a camera to affect how the scene is rendered. It can be used to add post-processing effects. Multiple passes can be chained together |
CBaseRenderPass< OgreObject > | |
CBaseRenderPass< T > | Base render pass that can be applied to a render target |
►CDistortionPass | A render pass that applies distortion to the render target |
CBaseDistortionPass< OgreRenderPass > | |
CBaseDistortionPass< T > | Base distortion render pass |
►CGaussianNoisePass | A render pass that applies Gaussian noise to the render target |
CBaseGaussianNoisePass< OgreRenderPass > | |
CBaseGaussianNoisePass< T > | Base Gaussian noise render pass |
►CRenderTarget | Represents a render-target to which cameras can render images |
CBaseRenderTarget< OgreObject > | |
CBaseRenderTarget< T > | |
►CRenderTexture | Represents a off-screen render-texture to which cameras can render images |
CBaseRenderTexture< OgreRenderTarget > | |
CBaseRenderTexture< T > | |
►CRenderWindow | Represents a on-screen render-window to which cameras can render images |
CBaseRenderWindow< OgreRenderTarget > | |
CBaseRenderWindow< T > | |
►CSubMesh | Represents a single mesh geometry |
CBaseSubMesh< OgreObject > | |
CBaseSubMesh< T > | |
COgreConversions | Conversions Conversions.hh rendering/Conversions.hh |
COgreMeshFactory | |
COgreSelectionBuffer | Generates a selection buffer object for a given camera. The selection buffer is used of entity selection. On setup, a unique color is assigned to each entity. Whenever a selection request is made, the selection buffer camera renders to a 1x1 sized offscreen buffer. The color value of that pixel gives the identity of the entity |
COgreSubMeshStoreFactory | |
CPixelUtil | Provides supporting functions for PixelFormat enum |
CRayQueryResult | A class that stores ray query intersection results |
►CRenderEngine | An abstract interface to a concrete render-engine. A RenderEngine is responsible for initializing a render-engine as well as creating, storing, and destroying scenes |
►CBaseRenderEngine | |
COgreRenderEngine | |
►CRenderEnginePlugin | Base plugin class for render engines |
COgreRenderEnginePlugin | Plugin for loading ogre render engine |
►CRenderObjectListener | |
COgreGpuRays | Gpu Rays used to render depth data into an image buffer |
CRenderPassFactory | A factory interface for creating render passes |
CRenderPassSystem | A class for creating and managing render passes |
►CRenderTargetListener | |
COgreMaterialSwitcher | Helper class to assign unique colors to renderables |
COgreRenderTargetMaterial | Causes all objects in a scene to be rendered with the same material when rendered by a given RenderTarget |
CScene | Manages a single scene-graph. This class updates scene-wide properties and holds the root scene node. A Scene also serves as a factory for all scene objects |
CShaderParam | Variant type that holds params that can be passed to a shader |
CShaderParams | Map that holds params to be passed to a shader |
CShaderUtil | Provides supporting functions for ShaderType enum |
►CSimpleRenderable | |
►COgreDynamicRenderable | Abstract base class providing mechanisms for dynamically growing hardware buffers |
COgreDynamicLines | Class for drawing lines that can change |
►CSingletonT< OgreRenderEngine > [external] | |
COgreRenderEngine | |
►CSingletonT< OgreRTShaderSystem > [external] | |
COgreRTShaderSystem | Implements Ogre's Run-Time Shader system |
►CSingletonT< RenderEngineManager > [external] | |
CRenderEngineManager | Collection of render-engines. This provides access to all the render-engines available at runtime. RenderEngine objects should not be access directly, but instead via the RenderEngineManager to maintain a flexible render-engine agnostic design |
►CStore< T > | Multi-access storage structure of template class T. Template class T is expected to have functions GetId, GetName(), Destroy() which return unsigned int, std::string, and void respectively. This store will ensure that each element's name and ID are unique |
CBaseStore< T, U > | |
►CCompositeStore< T > | Represents a collection of Store objects, collectively working as a single composite store |
CBaseCompositeStore< T > | |
►CStoreWrapper< T, U > | Simple wrapper class that allows a Store of type Derived to be treated as a Store of type Base, where Derived is some class derived from Base. This is useful in storing Stores of different derived types in a single CompositeStore instance |
CBaseStoreWrapper< T, U > | |
►CStore< Node > | |
►CCompositeStore< Node > | |
►CBaseCompositeStore< Node > | |
CBaseNodeCompositeStore | |
►CT | |
CBaseArrowVisual< T > | |
CBaseAxisVisual< T > | |
CBaseBoundingBoxCamera< T > | |
CBaseCamera< T > | |
CBaseCapsule< T > | Base implementation of a Capsule Geometry |
CBaseCOMVisual< T > | Base implementation of an center of mass visual |
CBaseDirectionalLight< T > | |
CBaseDistortionPass< T > | Base distortion render pass |
CBaseGaussianNoisePass< T > | Base Gaussian noise render pass |
CBaseGeometry< T > | |
CBaseGizmoVisual< T > | A base implementation of the GizmoVisual class |
CBaseGpuRays< T > | |
CBaseGrid< T > | Base implementation of a grid geometry |
CBaseHeightmap< T > | |
CBaseInertiaVisual< T > | Base implementation of an inertia visual |
CBaseJointVisual< T > | Base implementation of a joint visual |
CBaseLidarVisual< T > | Base implementation of a Lidar Visual |
CBaseLight< T > | |
CBaseLightVisual< T > | Base implementation of a light visual |
CBaseMarker< T > | Base implementation of a Marker geometry |
CBaseMaterial< T > | |
CBaseMesh< T > | |
CBaseNode< T > | |
CBaseParticleEmitter< T > | A base implementation of the ParticleEmitter class |
CBasePointLight< T > | |
CBaseRayQuery< T > | A Ray Query class used for computing ray object intersections |
CBaseRenderPass< T > | Base render pass that can be applied to a render target |
CBaseRenderTarget< T > | |
CBaseRenderTexture< T > | |
CBaseRenderWindow< T > | |
CBaseSegmentationCamera< T > | |
CBaseSensor< T > | |
CBaseSpotLight< T > | |
CBaseSubMesh< T > | |
CBaseText< T > | Base implementation of a text geometry |
CBaseThermalCamera< T > | Base implementation of the ThermalCamera class |
CBaseVisual< T > | |
CBaseWireBox< T > | Base implementation of a wireframe box |
CTransformController | An transform tool for translating, rotating, and scaling objects |
►CViewController | A camera view controller |
COrbitViewController | A camera view controller |
COrthoViewController | Orthographic view controller |