VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dt2DBoxFacade.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 DtOverlayPolygonModelAgent;
17 
24  {
25  public:
27  Dt2DBoxFacade(DtAgentManagerInterface&, DtSceneObjectAgent* agent,
28  DtElementID id, int modelSet);
29 
31  Dt2DBoxFacade(DtAgentManagerInterface&, int modelSet, DtElementID id, bool distribute = true);
32 
34  virtual ~Dt2DBoxFacade();
35 
37  virtual void setOutsideColor(float r, float g, float b, float a);
38 
40  virtual void setInsideColor(float r, float g, float b, float a);
41 
46  virtual void setFillPattern(const std::vector<unsigned int>&);
47 
48  protected:
50  void createBoxAgent();
51 
52  protected:
53  DtOverlayPolygonModelAgent* myPolygonAgent;
54  };
55 }

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)