VR-Forces 4.10 Class Documentation
 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.
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.
Definition: vrfModelManager.h:70
Contains makVrv::DtVirtualBaseClass class.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)