VR-Forces 4.1.1 Class Documentation
paramFact.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: paramFact.h,v $ $Revision: 1.10 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtVrfObjectParameterFactory_H_
15 #define DtVrfObjectParameterFactory_H_
16 
17 #include <vlutil/vlHashlist.h>
18 
22 
23 typedef DtVrfObjectParameters * (*DtSimObjectParametersCreatorFcn)();
24 
30 {
31 public:
34 
37 
39  const DtVrfObjectParameterFactory& operator=(
40  const DtVrfObjectParameterFactory& orig);
41 
43  virtual ~DtVrfObjectParameterFactory();
44 
46  virtual void addCreatorFcn(const DtString& type,
48 
49  virtual DtVrfObjectParameters * createParameters(const DtString& type);
50 
51  static DtVrfObjectParameterFactory * create();
52 };
53 
54 #endif
55 
56 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)