VR-Forces 4.1 Class Documentation
DtDefaultArealFeatureVisualizer.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 
13 namespace makVrv
14 {
15  class DtSceneObjectAgent;
16  class DtExtrudedLineModelAgent;
17  class DtOverlaySegmentedLineModelAgent;
18 
22  {
23  public:
26 
29 
31  virtual void visualize( int modelSet );
32 
34  virtual std::vector<DtUniqueID> findSceneObjectIds() const;
35 
37  virtual void setColor(const float rgba[4]);
38 
40  virtual void setOutlineColor(const float rgba[4]);
41 
43  virtual void setHighlighted(bool highlighted);
44 
45  protected:
46 
48  virtual void create3dModels(int modelSet);
49 
51  virtual void create2dModels(int modelSet);
52 
53  void updateColor();
54 
55  protected:
56 
58  DtSceneObjectAgent* my3dAgent;
59  DtSceneObjectAgent* my2dAgent;
60 
62  DtExtrudedLineModelAgent* myExtrudedLineModel;
63 
65  DtOverlaySegmentedLineModelAgent* myOverlayModel;
66 
68  float myColor[4];
69 
70  };
71 }
72 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)