VR-Forces 4.1.1 Class Documentation
DtHeadingLineUpdater.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 #include <vrvCore/vrvCore.h>
12 #include <vrvCore/DtDe.h>
13 #include <vrvCore/DtIntersector.h>
16 #include <string>
17 
18 namespace makVrv
19 {
20  class DtOverlayDirectionLineModel;
21 
27  {
28  public:
29 
31  DtHeadingLineUpdater(DtDe& de, DtUniqueID id, bool suppressTick = false );
32 
34  virtual ~DtHeadingLineUpdater();
35 
37  virtual void update( DtTime tNow );
38 
40  virtual void setSceneObject( DtSceneObject* sceneObject);
41 
44  virtual void attachDirectionLineModel(DtUniqueID id);
45 
46  protected:
48  virtual void slot_sceneObjectDeleted(DtUniqueID id);
49 
52 
56 
59  };
60 }

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)