VR-Forces 5.0.1 Developer's Guide
 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 
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Dt2DVolumetricLineModel is the model interface 2D volumetric lines. A 2D Volumetric line is a line mo...
Definition: Dt2DVolumetricLineModel.h:38
Contains makVrv::DtModel class.
virtual ~Dt2DVolumetricLineModel()
DTOR.
Definition: Dt2DVolumetricLineModel.h:45
A model which owns a single model instance. A DtModel is a managing container for a single DtModelIns...
Definition: DtModel.h:55
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
Dt2DVolumetricLineModel(DtDe &de, DtUniqueID id)
CTOR.
Definition: Dt2DVolumetricLineModel.h:42
Contains DLL export macros.

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)