VR-Forces 4.0.4 Class Documentation
include/vrvDiGuy/DtDiGuyScenario.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtDiGuyScenario.h,v $ $Revision: 1.10 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00012 #pragma once
00013 #include <vrvDiGuy/vrvDiGuy.h>
00014 #include <vrvUtil/DtVirtualBaseClass.h>
00015 
00016 class diguyScenario;
00017 
00018 namespace makVrv
00019 {
00020    class DtDe;
00021 
00024    class DT_DLL_VRVDIGUY DtDiGuyScenario : public DtVirtualBaseClass
00025    {
00026    public:
00027 
00029       static DtDiGuyScenario& instance(DtDe& de);
00030 
00032       virtual ~DtDiGuyScenario();
00033 
00035       diguyScenario& scenario();
00036 
00037       void clearScene();
00038 
00039    protected:
00040 
00041       void updateScenario(double simTime);
00042 
00043       DtDiGuyScenario(DtDe& de);
00044 
00045       DtDe& myDe;
00046       diguyScenario* myScenario;
00047    };
00048 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)