VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtTrackHistoryUpdater.h
Go to the documentation of this file.
00001 /****************************************************************************** 
00002 ** Copyright (c) 2011 MAK Technologies, Inc. 
00003 ** All rights reserved. 
00004 ******************************************************************************/ 
00005 /****************************************************************************** 
00006 ** $RCSfile: DtTrackHistoryUpdater.h,v $ $Revision: 1.19 $ $State: Exp $ 
00007 ******************************************************************************/ 
00008  
00012  
00013 #pragma once
00014 
00015 #include <vrvCore/vrvCore.h>
00016 #include <vrvCore/DtDe.h>
00017 #include <vrvCore/DtUpdater.h>
00018 
00019 #include <string>
00020 
00021 namespace makVrv 
00022 {
00023    class DtRibbonModel;
00024 
00029    class DT_DLL_VRVCORE DtTrackHistoryUpdater :
00030       public DtUpdater
00031    { 
00032    public:
00033 
00035       DtTrackHistoryUpdater(DtDe& de, DtUniqueID id, 
00036          bool doNotAddToMgr = false );
00037 
00039       virtual ~DtTrackHistoryUpdater();
00040      
00042       virtual void update( double simTime );
00043 
00045       virtual void setSceneObject( DtSceneObject* sceneObject); 
00046 
00049       virtual void attachRibbonModel(DtUniqueID id);
00050      
00051    protected:
00053       DtRibbonModel* myModel;
00054    };
00055 }

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)