VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)