VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)