VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simObjectStateRepositoryFactory.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2000 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 #pragma once
9 
10 #include <vlutil/vlHashlist.h>
12 
13 
15 class DtVrfObject;
17 class DtString;
19 
21 (*DtSimObjectStateRepositoryCreatorFcn)(const DtString & name,
22  DtVrfObject * simObject, const DtObjectType & objectType,
23  DtVrfObjectParameters * parameters,
24  DtReaderWriterRegistry * parentRegistry);
25 
33 {
34 public:
35 
38 
41 
45 
49 
51  virtual void addCreatorFcn(const DtString& type,
53 
54  virtual DtVrfObjectStateRepository * createStateRepository(
55  const DtString & name,
56  const DtString & type, DtVrfObject * simObject,
57  const DtObjectType & objectType, DtVrfObjectParameters * parameters,
58  DtReaderWriterRegistry * parentRegistry);
59 
60  static DtSimObjectStateRepositoryFactory* create();
61 };
62 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)