VR-Forces 4.1.1 Class Documentation
Dt3DEnvironmentalAreaVisualizer.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 DtGroundClampingUpdaterAgent;
16 
22  {
23  public:
26  DtStateListener& listener, int modelSet);
27 
30 
32  virtual DtAreaFacadeInterface* createAreaFacade();
33 
36  virtual void setLineWidth(int);
37 
40  virtual void setSolid(bool);
41 
44  virtual void setProjected(bool);
45 
47  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
48 
50  static const DtStateVisualizer::TypeInfo& theTypeInfo();
51 
52  virtual void setVisualizerDefinition( const DtVisualizerDefinition& visDef );
53 
54  protected:
55  virtual DtAreaFacadeInterface* createAreaFacadeInterface();
56 
57  protected:
59 
61  float myDefaultColor[4];
62  };
63 
68 }
69 
70 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)