VR-Forces 4.7 Class Documentation
 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 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 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)