Gazebo Rendering

API Reference

9.1.0
OgreRenderTypes.hh
Go to the documentation of this file.
1/*
2 * Copyright (C) 2015 Open Source Robotics Foundation
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *
16 */
17#ifndef GZ_RENDERING_OGRE_OGRERENDERTYPES_HH_
18#define GZ_RENDERING_OGRE_OGRERENDERTYPES_HH_
19
20#include <memory>
22
23namespace gz
24{
25 namespace rendering
26 {
27 inline namespace GZ_RENDERING_VERSION_NAMESPACE {
28 //
29 class OgreArrowVisual;
30 class OgreAxisVisual;
31 class OgreCamera;
32 class OgreCapsule;
33 class OgreCOMVisual;
34 class OgreDepthCamera;
35 class OgreDirectionalLight;
36 class OgreFrustumVisual;
37 class OgreGeometry;
38 class OgreGizmoVisual;
39 class OgreGpuRays;
40 class OgreGrid;
41 class OgreHeightmap;
42 class OgreInertiaVisual;
43 class OgreJointVisual;
44 class OgreLight;
45 class OgreLightVisual;
46 class OgreLidarVisual;
47 class OgreLight;
48 class OgreMarker;
49 class OgreMaterial;
50 class OgreMesh;
51 class OgreMeshFactory;
52 class OgreNode;
53 class OgreObject;
54 class OgreObjectInterface;
55 class OgreParticleEmitter;
56 class OgrePointLight;
57 class OgreProjector;
58 class OgreRayQuery;
59 class OgreRenderEngine;
60 class OgreRenderTarget;
61 class OgreRenderTargetMaterial;
62 class OgreRenderTexture;
63 class OgreRenderWindow;
64 class OgreScene;
65 class OgreSensor;
66 class OgreSpotLight;
67 class OgreSubMesh;
68 class OgreText;
69 class OgreThermalCamera;
70 class OgreVisual;
71 class OgreWideAngleCamera;
72 class OgreWireBox;
73
82
135 }
136 }
137}
138#endif