VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTrackHistoryUpdater.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtDe.h>
14 #include <vrvCore/DtTickable.h>
15 #include <vrvCore/DtUniqueID.h>
16 
17 #include <string>
18 
19 namespace makVrv
20 {
21  class DtRibbonModel;
22 
28  public DtTickable
29  {
30  public:
31 
34 
36  virtual ~DtTrackHistoryUpdater();
37 
39  virtual void update( DtTime tNow );
40 
47  virtual bool needsUpdate( DtTime tNow );
48 
51  virtual void attachRibbonModel(DtUniqueID id);
52 
53  protected:
59 
60  };
61 }
DtTrackHistoryUpdater updates a track history model with the current position of the scene object it&#39;...
Definition: DtTrackHistoryUpdater.h:27
DtUniqueID myUniqueId
Definition: DtTrackHistoryUpdater.h:58
DtTime myLastUpdateTime
Definition: DtTrackHistoryUpdater.h:56
DtRibbonModel * myModel
The model to update.
Definition: DtTrackHistoryUpdater.h:55
Contains makVrv::DtDe class.
An abstract base class for objects that require updates. This object automatically adds itself to a D...
Definition: DtTickable.h:26
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
A model of a ribbon effect.
Definition: DtRibbonModel.h:24
Contains the declaration for makVrv::DtTickable.
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtDe & myDe
Definition: DtTrackHistoryUpdater.h:57
Contains DLL export macros.

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)