VR-Forces 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) 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 
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 
57  virtual void setOutlineWidth( float width ) = 0;
58 
60  virtual void setPhysicalLineWidth( double width ) = 0;
61 
63  virtual void setEventsEnabled( bool ) = 0;
64 
66  virtual void setEventWidth(float) = 0;
67 
69  virtual void setSolid(bool) = 0;
70 
72  virtual void setGroup(int) = 0;
73  };
74 }
75 
#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
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
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: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
Dt2DVolumetricLineModel(DtDe &de, DtUniqueID id)
CTOR.
Definition: Dt2DVolumetricLineModel.h:42
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)