VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtLineModel.h
Go to the documentation of this file.
1 // /******************************************************************************
2 // ** Copyright (c) 2014 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 #include <vector>
16 
17 class DtVector;
18 
19 namespace makVrv
20 {
24  {
25  public:
27  DtLineModel(DtDe& de, DtUniqueID id);
28 
30  ~DtLineModel();
31 
33  virtual void setColor( float r, float g, float b, float a ) = 0;
34 
36  virtual void setWidth( float width ) = 0;
37 
40  virtual void setStipplePattern( unsigned int pattern, int repeatFactor=1 ) = 0;
41 
43  virtual const std::vector<DtVector>& points() const = 0;
44 
45  protected:
46 
47  };
48 }
49 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)