VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dt2DIntervisibilityFanVisualizer.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
12 
13 namespace makVrv
14 {
15  class DtOverlayPolygonModelAgent;
16 
22  {
23  public:
26  DtStateListener& listener, int modelSet);
27 
30 
32  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
33 
35  static const DtStateVisualizer::TypeInfo& theTypeInfo();
36 
37  protected:
38 
40  virtual void createModelAgents();
41 
43  virtual void createCircle();
44 
45  virtual void selectCircle(bool);
46 
48  virtual void setCircleColor(float r, float g, float b, float a);
49 
50  virtual void destroyModelAgents();
51 
52  protected:
53  DtOverlayPolygonModelAgent* myCircle;
54  };
55 
60 }

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)