VR-Forces 4.1.1 Class Documentation
Dt2DIntervisibilityEntityFanVisualizer.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 #include <vrvCore/DtOverlayEllipseArcModelAgent.hpp>
13 
14 namespace makVrv
15 {
16  class DtOverlayPolygonModelAgent;
17 
24  {
25  public:
28  DtStateListener& listener, int modelSet);
29 
32 
34  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
35 
37  static const DtStateVisualizer::TypeInfo& theTypeInfo();
38 
39  protected:
40 
42  virtual void createCircle();
43 
45  virtual void selectCircle(bool);
46 
47  virtual void createModelAgents();
48 
49  virtual void destroyModelAgents();
50 
52  virtual void setCircleColor(float r, float g, float b, float a);
53 
54  protected:
55  DtOverlayEllipseArcModelAgent* myCircle;
56  };
57 
63 }

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)