VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dt3DAreaFacade.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrvCore/vrvCore.h>
13 
14 namespace makVrv
15 {
16  class DtExtrudedPolygonModelAgent;
17 
22  {
23  public:
25  Dt3DAreaFacade(DtAgentManagerInterface&, DtSceneObjectAgent* agent,
26  DtElementID id, int modelSet);
27 
29  Dt3DAreaFacade(DtAgentManagerInterface&, int modelSet, DtElementID id, bool distribute = true);
30 
32  virtual ~Dt3DAreaFacade();
33 
35  virtual void setLineWidth(int);
36 
38  virtual void setSolid(bool b);
39 
41  virtual void setOutsideColor(float r, float g, float b, float a);
42 
44  virtual void setInsideColor(float r, float g, float b, float a);
45 
47  virtual void setScribed(bool);
48 
49  protected:
51  void createAreaAgent();
52 
53  protected:
54  DtExtrudedPolygonModelAgent* myExtrudedArea;
55  };
56 }

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)