VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
individualLifeFormParameters.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: indLifeFormParams.h,v $ $Revision: 1.12 $ $State: Exp $
7 *******************************************************************************/
8 
11 
15 
16 #ifndef individualLifeFormParameters_H_
17 #define individualLifeFormParameters_H_
18 
22 #include <vlpi/disEnums.h>
23 
30 {
31 
32 public:
35  const DtString& rwName = DtString::nullString(),
36  DtReaderWriterRegistry* parentRegistry = 0,
37  DtEnvironmentSP env = DtEnvironmentSP(), DtEnvValueSP* objectNode = NULL);
38 
41 
42 protected:
45  const DtString& rwName = DtString::nullString(),
46  DtReaderWriterRegistry* parentRegistry = 0);
47 
48 public:
50  const DtIndividualLifeFormParameters& operator=
51  (const DtIndividualLifeFormParameters& orig);
52 
54  (const DtString& rwName = DtString::nullString(),
55  DtReaderWriterRegistry* parentRegistry = 0) const;
56 
59  virtual DtString type() const;
60 
62  static DtVrfObjectParameters* creator(DtEnvironmentSP env, DtEnvValueSP* objectNode);
63 
66  virtual bool inheritValues (const DtVrfObjectParameters * benefactor);
67  virtual void inheritValuesFromThisType (
68  const DtIndividualLifeFormParameters* benefactor);
69 
70 private:
73 
74 public:
75 
78  virtual DtLifeformState initialPosture() const;
79  virtual void setInitialPosture (DtLifeformState newPosture);
81 
84  virtual DtWeaponState initialWeaponState() const;
85  virtual void setInitialWeaponState (DtWeaponState newWeaponState);
87 
88 protected:
89 
93 
114 
124 
126 };
127 
128 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)