VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtEnvironmentalMilStdIconVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 #include <matrix/vlVector.h>
14 
15 namespace makVrv
16 {
17  class DtTacticalGraphicStateListener;
18  class DtEnvironmentalIconCenteringUpdaterAgent;
19 
27  {
28  public:
29 
32  DtStateListener& listener, int modelSet);
33 
36 
38  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
39 
41  static const DtStateVisualizer::TypeInfo& theTypeInfo();
42 
45  virtual void createModelAgents();
46 
50  virtual void setCenterIcon(bool);
51 
53  virtual void setVisualizerDefinition( const DtVisualizerDefinition& visDef );
54 
56  virtual void destroyModelAgents();
57 
58  protected:
60 
61  DtSceneObjectAgent* myCenterAgent;
62  DtEnvironmentalIconCenteringUpdaterAgent* myEnvironmentalIconCenteringUpdaterAgent;
63 
65  };
66 
71 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)