VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dt2DAggregateExtentVisualizer.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
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 void setLockUpdates(bool b);
42 
44  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
45 
47  static const DtStateVisualizer::TypeInfo& theTypeInfo();
48 
49  protected:
51  virtual DtModelAgent* createExtentModelAgent();
52 
54  virtual void createModelAgents();
55 
57  virtual void destroyModelAgents();
58 
61  virtual void setVisualizerDefinition(const DtVisualizerDefinition& visDef);
62 
63  protected:
64  DtOverlayRectangleModelAgent* myPolygonAgent;
65 
67  bool myFill;
68  };
69 
74 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)