Ignition Rendering

API Reference

0.1.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 
21 
30 
31 namespace ignition
32 {
33  namespace rendering
34  {
35  template class BaseSceneStore<OgreScene>;
36  template class BaseNodeStore<OgreNode>;
37  template class BaseLightStore<OgreLight>;
38  template class BaseSensorStore<OgreSensor>;
39  template class BaseVisualStore<OgreVisual>;
40  template class BaseGeometryStore<OgreGeometry>;
41  template class BaseSubMeshStore<OgreSubMesh>;
42  template class BaseMaterialMap<OgreMaterial>;
43 
44  typedef BaseSceneStore<OgreScene> OgreSceneStore;
45  typedef BaseNodeStore<OgreNode> OgreNodeStore;
46  typedef BaseLightStore<OgreLight> OgreLightStore;
47  typedef BaseSensorStore<OgreSensor> OgreSensorStore;
48  typedef BaseVisualStore<OgreVisual> OgreVisualStore;
49  typedef BaseGeometryStore<OgreGeometry> OgreGeometryStore;
50  typedef BaseSubMeshStore<OgreSubMesh> OgreSubMeshStore;
51  typedef BaseMaterialMap<OgreMaterial> OgreMaterialMap;
52 
61  }
62 }
63 #endif
BaseMaterialMap< OgreMaterial > OgreMaterialMap
Definition: OgreRenderTypes.hh:58
shared_ptr< OgreVisualStore > OgreVisualStorePtr
Definition: OgreRenderTypes.hh:88
shared_ptr< OgreLightStore > OgreLightStorePtr
Definition: OgreRenderTypes.hh:86
shared_ptr< OgreNodeStore > OgreNodeStorePtr
Definition: OgreRenderTypes.hh:85
BaseSceneStore< OgreScene > OgreSceneStore
Definition: OgreRenderTypes.hh:49
BaseLightStore< OgreLight > OgreLightStore
Definition: OgreRenderTypes.hh:53
BaseSubMeshStore< OgreSubMesh > OgreSubMeshStore
Definition: OgreRenderTypes.hh:57
shared_ptr< OgreMaterialMap > OgreMaterialMapPtr
Definition: OgreRenderTypes.hh:91
shared_ptr< OgreSensorStore > OgreSensorStorePtr
Definition: OgreRenderTypes.hh:87
shared_ptr< OgreSceneStore > OgreSceneStorePtr
Definition: OgreRenderTypes.hh:84
BaseGeometryStore< OgreGeometry > OgreGeometryStore
Definition: OgreRenderTypes.hh:56
BaseVisualStore< OgreVisual > OgreVisualStore
Definition: OgreRenderTypes.hh:55
BaseSensorStore< OgreSensor > OgreSensorStore
Definition: OgreRenderTypes.hh:54
BaseNodeStore< OgreNode > OgreNodeStore
Definition: OgreRenderTypes.hh:52
shared_ptr< OgreSubMeshStore > OgreSubMeshStorePtr
Definition: OgreRenderTypes.hh:90
Definition: ArrowVisual.hh:22
shared_ptr< OgreGeometryStore > OgreGeometryStorePtr
Definition: OgreRenderTypes.hh:89