VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt2DVolumetricLineModel.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
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtModel.h>
14 
15 namespace makVrv
16 {
39  {
40  public:
43 
46 
48  virtual void setColor( float r, float g, float b, float a ) = 0;
49 
51  virtual void setInsideColor( float r, float g, float b, float a ) = 0;
52 
54  virtual void setOutsideColor( float r, float g, float b, float a ) = 0;
55 
58  virtual void setUseDynamicOrigin(bool) = 0;
59 
61  virtual void setOutlineWidth( float width ) = 0;
62 
64  virtual void setPhysicalLineWidth( double width ) = 0;
65 
67  virtual void setEventsEnabled( bool ) = 0;
68 
70  virtual void setEventWidth(float) = 0;
71 
73  virtual void setSolid(bool) = 0;
74 
76  virtual void setGroup(int) = 0;
77  };
78 }
79 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)