VR-Forces 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) 2022 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:
58 
59  };
60 }
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:57
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
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
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:72
DtDe & myDe
Definition: DtTrackHistoryUpdater.h:56
Contains DLL export macros.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)