VR-Forces Developer's Guide
 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) 2023 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  };
83 }
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:19
Contains makVrv::DtModel class.
A model which owns a single model instance. A DtModel is a managing container for a single DtModelIns...
Definition: DtModel.h:56
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:76
Contains DLL export macros.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)