VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dt2DTriangleStateVisualizer.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
13 #include <vrvCore/DtWindowPolygonAgent.hpp>
15 
16 namespace makVrv
17 {
22  {
23  public:
26  DtStateListener& listener, int modelSet);
27 
29  virtual ~Dt2DTriangleStateVisualizer();
30 
32  virtual void setColor(float r,float g,float b,float a);
33 
35  virtual void setFlashing(bool flashing);
36 
39  virtual void setVertex(unsigned int index, double x, double y);
40 
43  virtual void setFillPattern(unsigned int pattern);
44 
46  virtual void setFill(bool fill);
47 
49  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
50 
52  static const DtStateVisualizer::TypeInfo& theTypeInfo();
53 
54  protected:
58  virtual void setVisible(bool yesNo);
59 
61  virtual void createModelAgents();
62 
70  virtual void destroyModelAgents();
71 
73  virtual void setModelDefinitionForAgents();
74 
75  protected:
76 
77  DtWindowPolygonAgent* myPolygonAgent;
79  };
80 
85 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)