VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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  DtSceneObjectAgent* sceneObject, int modelSet );
33 
36 
38  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
39 
41  static const DtStateVisualizer::TypeInfo& theTypeInfo();
42 
43  protected:
44 
46  virtual void createCircle();
47 
49  virtual void selectCircle(bool);
50 
51  virtual void createModelAgents();
52 
53  virtual void destroyModelAgents();
54 
56  virtual void setCircleColor(float r, float g, float b, float a);
57 
58  protected:
59  DtOverlayEllipseArcModelAgent* myCircle;
60  };
61 
67 }
DtOverlayEllipseArcModelAgent * myCircle
Definition: Dt2DIntervisibilityEntityFanVisualizer.h:59
Definition: DtStateVisualizer.h:305
Dt2DIntervisibilityEntityFanVisualizer display an intervisibility Entity Fan drawn as geometry in the...
Definition: Dt2DIntervisibilityEntityFanVisualizer.h:22
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:38
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:25
DtIntervisibilityLineVisualizer display an intervisibility line drawn as geometry in the scene...
Definition: DtIntervisibilityEntityFanVisualizer.h:27
DtStateVisualizerCreatorTemplate< Dt2DIntervisibilityEntityFanVisualizer > Dt2DIntervisibilityEntityFanVisualizerCreator
Creator that will be registered with the state visualizer factory to create this class.
Definition: Dt2DIntervisibilityEntityFanVisualizer.h:66
Struct to hold metadata about each functional visualizer type This allows users of the factory to get...
Definition: DtStateVisualizer.h:56

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)