VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtWindowEllipseInstance.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtWindowEllipseInstance.h,v $ $Revision: 1.0 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtWindowEllipseInstance_H_
14 #define DtWindowEllipseInstance_H_
15 
16 #include <vrvCore/vrvCore.h>
18 
19 #include <vector>
20 
21 namespace makVrv
22 {
27  {
28  public:
30  virtual ~DtWindowEllipseInstance();
31 
36  virtual void setCenter(double x, double y) = 0;
37 
43  virtual void setDimensions(double xLength, double yLength) = 0;
44 
46  virtual void setFillPattern(unsigned int fillPattern) = 0;
47 
49  virtual void setScale(double scale) = 0;
50 
52  virtual void setRotation(double rotation) = 0;
53 
55  virtual void setNumVertices(unsigned int numVertices) = 0;
56 
58  virtual void setColor(float r,float g,float b,float a) = 0;
59 
61  virtual void setFill(bool fill) = 0;
62  };
63 }
64 
65 #endif

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)