VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtExtrudedLineModel.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/Dt3DLineModel.h>
13 
14 namespace makVrv
15 {
20  {
21  public:
24 
26  virtual ~DtExtrudedLineModel();
27 
28  public:
31  virtual void setOrigin(const DtVector& v) = 0;
32 
34  virtual const DtVector& origin() const = 0;
35 
38  virtual bool arePointsOffsetFromOrigin() const = 0;
39 
46 
48  virtual void setUpExtent(float) = 0;
49 
51  virtual void setDownExtent(float) = 0;
52 
54  virtual void setLeftExtent(float) = 0;
55 
57  virtual void setRightExtent(float) = 0;
59 
62  virtual void setHeight(float) = 0;
63 
65  virtual void setDimensions(float width, float height) = 0;
66 
68  virtual void setScribeWidth(float) = 0;
69 
71  virtual void setStipplePattern(unsigned int, int repeatFactor) = 0;
72 
75  virtual void setSegmentStipplePattern(int seg, unsigned int pattern, int repeatFactor) = 0;
76 
79  virtual void setLineWidth(float width) = 0;
80 
82  virtual void setScribed(bool b) = 0;
83 
86  virtual void setScribeColor(float r, float g, float b, float a) = 0;
87 
89  virtual void setSegmentStartArrow(int, bool) = 0;
90 
92  virtual void setSegmentEndArrow(int, bool) = 0;
93 
95  virtual void setArrowSize(double) = 0;
96 
98  virtual void setArrowStyle(int) = 0;
99 
101  virtual void setSegmentColor(int, float r, float g, float b, float a) = 0;
102 
104  virtual void setLineStyle(int) = 0;
105 
108  virtual void setFixedWidthSizing(bool) = 0;
109 
111  virtual void setHeightLinesEnabled(bool enabled) = 0;
112 
114  virtual void setHeightLinesColor(float r, float g, float b, float a) = 0;
115 
117  virtual void setHeightLinesSpacing(float spacing) = 0;
118  };
119 }
voidpf uLong int origin
Definition: ioapi.h:42
Contains declaration of Dt3DLineModel.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Dt3DLineModel extends the DtLineModel interface to include operations only appropriate for 3D lines...
Definition: Dt3DLineModel.h:19
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
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
This class is a virtual class that all Extruded line models must implement.
Definition: DtExtrudedLineModel.h:19

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)