VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt2DBoxFacade.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2019 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  class DtBoxUpdaterAgent;
18 
25  {
26  public:
28  Dt2DBoxFacade(DtAgentManagerInterface&, DtSceneObjectAgent* agent,
29  DtElementID id, int modelSet);
30 
32  Dt2DBoxFacade(DtAgentManagerInterface&, int modelSet, DtElementID id, bool distribute = true);
33 
35  virtual ~Dt2DBoxFacade();
36 
38  virtual void updateColors();
39 
44  virtual void setFillPattern(const std::vector<unsigned int>&);
45 
47  virtual void setSolid(bool);
48 
50  virtual void startClamping();
51  virtual void stopClamping();
52 
53  protected:
55  void createBoxAgent();
56 
57  protected:
58  DtOverlayPolygonModelAgent* myPolygonAgent;
59  DtBoxUpdaterAgent* myUpdater;
60  };
61 }
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtBoxUpdaterAgent * myUpdater
Definition: Dt2DBoxFacade.h:59
DtOverlayPolygonModelAgent * myPolygonAgent
Definition: Dt2DBoxFacade.h:58
Contains Dt2DBoxFacade class.
Definition: Dt2DBoxFacade.h:24
The abstract interface necessary for agents.
Definition: DtAgentManagerInterface.h:33
Contains DtBoxFacadeBase class.
Definition: DtBoxFacadeBase.h:26
Contains DLL export macros.

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)