VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt3DVolumetricLineModel.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 #include <matrix/vlVector.h>
15 
16 #include <vector>
17 
18 namespace makVrv
19 {
36  {
37  public:
40 
43 
46 
49  virtual void setColor( float r, float g, float b, float a ) = 0;
50 
52  virtual void setOutsideColor( float r, float g, float b, float a ) = 0;
53 
55  virtual void setInsideColor( float r, float g, float b, float a ) = 0;
56 
58 
60  virtual void setPhysicalLineHeight( double height ) = 0;
61 
63  virtual void setDimensions( double w, double h ) = 0;
64 
66  virtual void setPhysicalLineWidth( double width ) = 0;
67 
69  virtual void setPickable( bool ) = 0;
70 
72  virtual void setSolid(bool) = 0;
73 
75  virtual void setScribed(bool) = 0;
76 
78  virtual void setScribeColor( float r, float g, float b, float a ) = 0;
79 
81  virtual void setScribeWidth( float ) = 0;
82 
85  virtual void setUseDynamicOrigin(bool) = 0;
86  };
87 }
Dt3DVolumetricLineModel is the model interface 3D volumetric lines.
Definition: Dt3DVolumetricLineModel.h:35
Dt3DVolumetricLineModel(DtDe &de, DtUniqueID id)
CTOR.
Definition: Dt3DVolumetricLineModel.h:39
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
virtual ~Dt3DVolumetricLineModel()
DTOR.
Definition: Dt3DVolumetricLineModel.h:42
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
Contains makVrv::DtModel class.
A model which owns a single model instance.
Definition: DtModel.h:56
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains DLL export macros.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)