VR-Forces 4.1.1 Class Documentation
humanParameters.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1999-2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: humanParameters.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
15 
16 #ifndef humanParameters_H_
17 #define humanParameters_H_
18 
22 
29 {
30 
31 public:
34  const DtString& rwName = DtString::nullString(),
35  DtReaderWriterRegistry* parentRegistry = 0);
36 
38  virtual ~DtHumanParameters();
39 
40 protected:
43  const DtString& rwName = DtString::nullString(),
44  DtReaderWriterRegistry* parentRegistry = 0);
45 
46 public:
48  const DtHumanParameters& operator=
49  (const DtHumanParameters& orig);
50 
52  (const DtSymbolString& name,
53  DtReaderWriterRegistry* parentRegistry = NULL) const;
54 
56  (const DtString& rwName = DtString::nullString(),
57  DtReaderWriterRegistry* parentRegistry = 0) const;
58 
61  virtual DtString type() const;
62 
64  static DtVrfObjectParameters * creator();
65 
68  virtual bool inheritValues (const DtVrfObjectParameters * benefactor);
69  virtual void inheritValuesFromThisType (
70  const DtHumanParameters* benefactor);
71 
72 public:
73 
76  virtual DtLifeformState initialPosture() const;
77  virtual void setInitialPosture (DtLifeformState newPosture);
79 
82  virtual DtWeaponState initialWeaponState() const;
83  virtual void setInitialWeaponState (DtWeaponState newWeaponState);
85 
86 protected:
87 
91 
112 
122 
124 };
125 
126 #endif

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)