VR-Forces 4.1.1 Class Documentation
DtScribeBoxModel.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2011 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 /*****************************************************************************
6  * $RCSfile: DtScribeBoxModel.h,v $ $Revision: 1.10 $ $State: Exp $
7  *****************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCore/vrvCore.h>
16 #include <vrvCore/DtModel.h>
17 
18 namespace makVrv
19 {
20 
26  {
27  public:
28 
30  DtScribeBoxModel( DtDe& de, DtUniqueID id );
31 
33  virtual ~DtScribeBoxModel();
34 
36  virtual void setColor( float r, float g, float b, float alpha ) = 0;
37 
39  virtual void setLineWidth( double lineWidth ) = 0;
40 
42  virtual void setOccluded(bool) = 0;
43 
47  virtual void setLineSmoothing(bool) = 0;
48 
51  virtual void setModelScalingEnabled( bool b ) = 0;
52 
54  virtual void setLocalModelScalingEnabled( bool enabled ) = 0;
55 
57  virtual void setLocalModelScalingAmount( float localScale ) = 0;
58 
59  };
60 
61 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)