VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simComponentManagerFactory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #include <vlutil/vlHashlist.h>
9 
10 
12 class DtString;
13 class DtLocalObject;
15 
16 typedef DtSimComponentManager * (*DtSimComponentManagerCreatorFcn)(DtLocalObject* vrfObject);
17 
25 {
26 public:
27 
30 
33 
36 
39  const DtSimComponentManagerFactory& orig);
40 
42  virtual void addCreatorFcn(const DtString& type,
44 
45  virtual DtSimComponentManager * createComponentManager(
46  const DtString& type, DtLocalObject* vrfObject);
47 
48  static DtSimComponentManagerFactory* create();
49 };
DtSimComponentManager *(* DtSimComponentManagerCreatorFcn)(DtLocalObject *vrfObject)
Definition: simComponentManagerFactory.h:16
Definition: readerWriterRegistry.h:39
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
The DtSimComponentManager is the top level class within a DtSimObject which owns and manages all the ...
Definition: simComponentManager.h:30
class DtSimComponentManagerFactory:
Definition: simComponentManagerFactory.h:24
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86

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)