VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt3DIntervisibilityEntityFanVisualizer.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2015 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCore/vrvCore.h>
13 
14 namespace makVrv
15 {
16  class DtExtrudedEllipseModelAgent;
17 
23  {
24  public:
27  DtStateListener& listener, int modelSet);
28 
31 
33  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
34 
36  static const DtStateVisualizer::TypeInfo& theTypeInfo();
37 
38  protected:
40  virtual void createCircle();
41 
43  virtual void selectCircle(bool);
44 
45  virtual void createModelAgents();
46 
47  virtual void destroyModelAgents();
48 
50  virtual void setCircleColor(float r, float g, float b, float a);
51 
52  protected:
53  DtExtrudedEllipseModelAgent* myEllipse;
54  };
55 
61 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)