OMKGroundExtension.h

Go to the documentation of this file.
00001 #if !defined OMKGROUNDEXTENSION_H
00002 #define OMKGROUNDEXTENSION_H
00003 
00004 #include "OMKHumano.h"
00005 #include "OBTIService.h"
00006 #include "OMKExtension.h"
00007 #include "Object3d/mkCObject3dTerrain.h"
00008 #include "OMKGroundService.h"
00009 
00010 namespace OMK
00011 {
00012   namespace Vis { class OgreVis ; }
00013 
00014 class OMKHUMANO_API GroundExtension : public ExtensionT< Vis::OgreVis >
00015 {
00016   DECLARE_EXTENSION_FACTORY( GroundExtension ) ;
00017 protected:
00018   class GroundTerrainService : public GroundService
00019   {
00020   } ;
00021   virtual bool loadExtensionParameters( const ConfigurationParameterDescriptor * node ) ;
00022   mkSystem::CObject3dTerrain _terrain ;
00023 } ;
00024 }
00025 #endif //defined OMKGROUNDEXTENSION_H

logo OpenMask

Documentation generated on Mon Jun 9 11:45:56 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007