VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)