VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dt3DBoxVisualizer.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrvCore/vrvCore.h>
13 
17 
18 namespace makVrv
19 {
28  {
29  public:
31  Dt3DBoxVisualizer(DtBaseConnection& simulation, DtStateListener& listener,
32  int modelSet);
33 
35  virtual ~Dt3DBoxVisualizer();
36 
37  public:
39  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
40 
42  static const DtStateVisualizer::TypeInfo& theTypeInfo();
43 
47  virtual void setScribeAllPolygons(bool);
48 
50  virtual void setPhysicalLineHeight(float);
51 
53  virtual void setScribeColor(float r, float g, float b, float a);
54 
55  protected:
57  virtual void setupArea(DtAreaFacadeBase* f);
58 
60  virtual DtAreaFacadeBase* createAreaFacade();
61  };
62 
66 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)