VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOverlayEllipseArcModel.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 <vrvCore/DtUniqueID.h>
15 
16 namespace makVrv
17 {
18 
19  class DtDe;
20 
24  {
25  public:
26 
28 
29  virtual ~DtOverlayEllipseArcModel();
30 
33 
35  virtual void setGeometry( double angle, double sweep ) = 0;
36 
38  virtual void setMaxAngleSegment( double angleSegmentMax ) = 0;
39 
41  virtual void setDimensions( double x, double y ) = 0;
42 
44  virtual void setColor( float r, float g, float b, float a ) = 0;
45 
47  virtual void setInsideColor( float r, float g, float b, float a ) = 0;
48 
50  virtual void setOutsideColor( float r, float g, float b, float a ) = 0;
51 
55  virtual void setCentralVertexColor( float r, float g, float b, float a) = 0;
56 
58  virtual void setRelativePosition( double x, double y, double z ) = 0;
59 
61  virtual void setScale( float scale ) = 0;
62 
64  virtual void setFill(bool) = 0;
65 
67  virtual void setOutlineWidth(float) = 0;
68 
70  virtual void setEventsEnabled(bool) = 0;
71 
73  virtual void setStipplePattern(unsigned int stipplePattern) = 0;
74 
77  virtual void setFillPattern(const std::vector<unsigned int>&) = 0;
78 
81  virtual void setOutline(bool) = 0;
82 
84  virtual void setSolidFillCenter(bool) = 0;
85 
88  virtual void setGroup( int ) = 0;
89 
91 
92  };
93 
94 }
The 2d ellipse arc model.
Definition: DtOverlayEllipseArcModel.h:23
DT_DLL_vrfutil double angle(double vec1[3], double vec2[3])
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
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:55
Contains makVrv::DtUniqueID type.
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
Contains DLL export macros.

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)