VR-Forces 4.10 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 {
61  {
62 
63  public:
64 
66  Dt2DSpiderWebFacade(DtAgentManagerInterface&, DtSceneObjectAgent* agent,
67  DtElementID id, int modelSet);
68 
73  DtElementID id, bool distribute = true);
74 
76  virtual ~Dt2DSpiderWebFacade();
77 
78  protected:
79 
81  void createAndInitializeSpiderWebAgent();
82 
83  private:
84 
87 
90 
92  Dt2DSpiderWebFacade& operator=(const Dt2DSpiderWebFacade &);
93 
94  };
95 }
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
Contains the makVrv::DtSpiderWebFacadeBase class declaration.
Implementation for 2D (overlay) Spider Web Facade.
Definition: Dt2DSpiderWebFacade.h:60
Interface class for a Spider Web Facade.
Definition: DtSpiderWebFacadeBase.h:67
The abstract interface necessary for agents.
Definition: DtAgentManagerInterface.h:33
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)