VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dt3DEnvironmentalLineVisualizer.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
12 
13 namespace makVrv
14 {
15  class Dt3DVolumetricLineFacade;
16 
27  {
28  public:
31  DtStateListener& listener, int modelSet);
32 
35 
37  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
38 
40  static const DtStateVisualizer::TypeInfo& theTypeInfo();
41 
43  virtual void setPhysicalLineWidth(float);
44 
46  virtual void setPhysicalLineHeight(double);
47 
49  virtual void setDimensions(double w, double h);
50 
52  virtual void setScribeColor(float r, float g, float b, float a);
53 
54  protected:
56  virtual void setVisualizerDefinition( const DtVisualizerDefinition& visDef );
57 
59  virtual DtLineFacadeBase* createLineFacade();
60 
62  virtual void setupLine();
63 
64  protected:
67  float myScribeColor[4];
70  };
71 
76 }
77 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)