VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRectangularPyramidModel.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 
15 namespace makVrv
16 {
17  class DtDe;
18 
22  : public DtModel
23  {
24  public:
25 
29 
31  virtual ~DtRectangularPyramidModel();
32 
35 
38  virtual const std::string& className() const;
39 
41 
44 
50  virtual void setRelativePosition( double x, double y, double z ) = 0;
51 
57  virtual void setRelativeOrientation( const DtTaitBryan& ori ) = 0;
58 
61  virtual void setSize( double slantHeight ) = 0;
62 
69  virtual void setColor( float r, float g, float b, float a ) = 0;
70 
77  virtual void setInnerColor( float r, float g, float b, float a ) = 0;
78 
85  virtual void setOuterColor( float r, float g, float b, float a ) = 0;
86 
89  virtual void setXHalfAngle( double xHalfAngle ) = 0;
90 
93  virtual void setYHalfAngle( double yHalfAngle ) = 0;
94 
99  virtual void setShowLines( bool showLines ) = 0;
100 
105  virtual void setLinesHaveAlpha( bool lineAlpha ) = 0;
106 
110  virtual void setIsSupportModel(bool isSupport) = 0;
111 
113 
114  };
115 
116 }
#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
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
Distributed model for visualizing synthetic aperture sensors.
Definition: DtRectangularPyramidModel.h:21
Contains DLL export macros.

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)