VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
3DIntervisibilitySensorFanVisualizer.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2018 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
13 
14 namespace makVrv
15 {
16  class DtOverlayPolygonModelAgent;
17 }
18 
19 namespace makVrf
20 {
26  {
27  public:
30  makVrv::DtStateListener& listener, int modelSet);
31 
34 
36  virtual const makVrv::DtStateVisualizer::TypeInfo& typeInfo() const;
37 
39  static const makVrv::DtStateVisualizer::TypeInfo& theTypeInfo();
40 
41  virtual void createModelAgents();
42 
43  protected:
44 
46  virtual void createCircle();
47 
48  virtual void selectCircle(bool);
49 
51  virtual void setCircleColor(float r, float g, float b, float a);
52 
53  virtual void destroyModelAgents();
54 
55  virtual makVrv::DtAttachableFanUpdaterAgent* createUpdaterAgent();
56 
57  protected:
58  makVrv::DtOverlayPolygonModelAgent* myCircle;
59  };
60 
65 }

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)