VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtAttachableHatTextUpdater.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 /*****************************************************************************
6  * $RCSfile: DtAttachableHatTextUpdater.h,v $ $Revision: 1.21 $ $State: Exp $
7  *****************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCore/vrvCore.h>
16 
18 
19 #include <vrvCore/DtUniqueID.h>
20 
21 #include <matrix/vlTaitBryan.h>
22 #include <matrix/vlVector.h>
23 
24 #include <vector>
25 #include <list>
26 
27 namespace makVrv
28 {
29 
30  class DtDe;
31  class DtWidgetLabel;
32 
41  {
42  public:
43 
46 
48  virtual ~DtAttachableHatTextUpdater();
49 
51  virtual void update( double simTime );
52 
53  protected:
54 
56  virtual void updateWidgetLabel( DtWidgetLabel* widgetLabel,
57  double distanceInMeters );
58 
59  };
60 
61 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)