VR-Forces 4.1.1 Class Documentation
DtTrackHistoryUpdater.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtDe.h>
15 
16 #include <string>
17 
18 namespace makVrv
19 {
20  class DtRibbonModel;
21 
28  {
29  public:
30 
32  DtTrackHistoryUpdater(DtDe& de, DtUniqueID id, bool suppressTick = false );
33 
35  virtual ~DtTrackHistoryUpdater();
36 
38  virtual void update( DtTime tNow );
39 
41  virtual void setSceneObject( DtSceneObject* sceneObject);
42 
45  virtual void attachRibbonModel(DtUniqueID id);
46 
47  protected:
50  };
51 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)