VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt2DAggregateExtentVisualizer.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 
12 #include <vrvCore/vrvCore.h>
14 
15 namespace makVrv
16 {
17  class DtOverlayRectangleModelAgent;
18 
24  {
25  public:
28  DtStateListener& listener, int modelSet);
29 
32 
35  virtual void setDimensions(const DtVector& dim);
36 
38  virtual void setColor(float r,float g,float b,float a);
39 
41  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
42 
44  static const DtStateVisualizer::TypeInfo& theTypeInfo();
45 
46  protected:
48  virtual DtModelAgent* createExtentModelAgent();
49 
51  virtual void createModelAgents();
52 
54  virtual void destroyModelAgents();
55 
58  virtual void setVisualizerDefinition(const DtVisualizerDefinition& visDef);
59 
60  protected:
61  DtOverlayRectangleModelAgent* myPolygonAgent;
62 
64  bool myFill;
65  };
66 
71 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)