VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sensorContactLinesModel.h
Go to the documentation of this file.
1 
2 
3 
4 
5 
9 
10 #pragma once
11 
12 #include <vrfGuiCore/vrfGuiCore.h>
14 
15 namespace makVrf
16 {
20  {
21  public:
24 
26  virtual ~DtSensorContactLinesModel();
27 
29  virtual void setColor(float r, float g, float b, float a);
30 
32  virtual void setLineWidth(float width);
33 
35  virtual void setHasArrowEndCap(bool);
36 
37  virtual void addLineModel();
38 
40  virtual void setArrowSize(double);
41 
43  virtual void setVisible(int line, bool visible);
44 
46  virtual void removeLineModel(int);
47 
48  protected:
49  float myColor[4];
51  float myLineWidth;
52  double myArrowSize;
53 
54  std::vector<bool> myVisibilityStates;
55  };
56 }
57 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)