Ignition Rendering

API Reference

5.0.0
OgreStorage.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 IGNITION_RENDERING_OGRE_OGRESTORAGE_HH_
18 #define IGNITION_RENDERING_OGRE_OGRESTORAGE_HH_
19 
20 #include <memory>
22 
31 
32 namespace ignition
33 {
34  namespace rendering
35  {
36  inline namespace IGNITION_RENDERING_VERSION_NAMESPACE {
37  //
38  template class BaseSceneStore<OgreScene>;
39  template class BaseNodeStore<OgreNode>;
40  template class BaseLightStore<OgreLight>;
41  template class BaseSensorStore<OgreSensor>;
42  template class BaseVisualStore<OgreVisual>;
43  template class BaseGeometryStore<OgreGeometry>;
44  template class BaseSubMeshStore<OgreSubMesh>;
45  template class BaseMaterialMap<OgreMaterial>;
46 
47  typedef BaseSceneStore<OgreScene> OgreSceneStore;
48  typedef BaseNodeStore<OgreNode> OgreNodeStore;
49  typedef BaseLightStore<OgreLight> OgreLightStore;
50  typedef BaseSensorStore<OgreSensor> OgreSensorStore;
51  typedef BaseVisualStore<OgreVisual> OgreVisualStore;
52  typedef BaseGeometryStore<OgreGeometry> OgreGeometryStore;
53  typedef BaseSubMeshStore<OgreSubMesh> OgreSubMeshStore;
54  typedef BaseMaterialMap<OgreMaterial> OgreMaterialMap;
55 
64  }
65  }
66 }
67 #endif
BaseMaterialMap< OgreMaterial > OgreMaterialMap
Definition: OgreRenderTypes.hh:75
shared_ptr< OgreVisualStore > OgreVisualStorePtr
Definition: OgreRenderTypes.hh:121
shared_ptr< OgreLightStore > OgreLightStorePtr
Definition: OgreRenderTypes.hh:94
shared_ptr< OgreNodeStore > OgreNodeStorePtr
Definition: OgreRenderTypes.hh:101
BaseSceneStore< OgreScene > OgreSceneStore
Definition: OgreRenderTypes.hh:66
BaseLightStore< OgreLight > OgreLightStore
Definition: OgreRenderTypes.hh:70
BaseSubMeshStore< OgreSubMesh > OgreSubMeshStore
Definition: OgreRenderTypes.hh:74
shared_ptr< OgreMaterialMap > OgreMaterialMapPtr
Definition: OgreRenderTypes.hh:97
shared_ptr< OgreSensorStore > OgreSensorStorePtr
Definition: OgreRenderTypes.hh:114
shared_ptr< OgreSceneStore > OgreSceneStorePtr
Definition: OgreRenderTypes.hh:112
BaseGeometryStore< OgreGeometry > OgreGeometryStore
Definition: OgreRenderTypes.hh:73
BaseVisualStore< OgreVisual > OgreVisualStore
Definition: OgreRenderTypes.hh:72
BaseSensorStore< OgreSensor > OgreSensorStore
Definition: OgreRenderTypes.hh:71
BaseNodeStore< OgreNode > OgreNodeStore
Definition: OgreRenderTypes.hh:69
shared_ptr< OgreSubMeshStore > OgreSubMeshStorePtr
Definition: OgreRenderTypes.hh:117
shared_ptr< OgreGeometryStore > OgreGeometryStorePtr
Definition: OgreRenderTypes.hh:84