VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfGuiModelManager.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2019 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #pragma once
7 
11 
12 namespace makVrv
13 {
14  class DtDe;
15 }
16 
17 namespace makVrf
18 {
22  {
23  public:
26 
28  virtual ~DtVrfGuiModelManager();
29 
30  static DtVrfGuiModelManager& instance(makVrv::DtDe& de);
31  static void registerInstance(makVrv::DtDe& de, DtVrfGuiModelManager*);
32  };
33 }
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
The DtVrfGuiModelManager is a simple wrapper around the DtVrfModelManager that can be used to instant...
Definition: vrfGuiModelManager.h:21
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
This class will load and parse models for their articulated parts. The manager is initialized with an...
Definition: vrfModelManager.h:71
Contains makVrv::DtVirtualBaseClass class.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)