VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt2DSpiderWebFacade.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrvCore/vrvCore.h>
13 
14 namespace makVrv
15 {
44  {
45 
46  public:
47 
49  Dt2DSpiderWebFacade(DtAgentManagerInterface&, DtSceneObjectAgent* agent,
50  DtElementID id, int modelSet);
51 
56  DtElementID id, bool distribute = true);
57 
59  virtual ~Dt2DSpiderWebFacade();
60 
61  protected:
62 
64  void createAndInitializeSpiderWebAgent();
65 
66  private:
67 
70 
73 
75  Dt2DSpiderWebFacade& operator=(const Dt2DSpiderWebFacade &);
76 
77  };
78 }
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:26
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains the makVrv::DtSpiderWebFacadeBase class declaration.
Implementation for 2D (overlay) Spider Web Facade.
Definition: Dt2DSpiderWebFacade.h:43
Interface class for a Spider Web Facade.
Definition: DtSpiderWebFacadeBase.h:49
The abstract interface necessary for agents.
Definition: DtAgentManagerInterface.h:36
Contains DLL export macros.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)