VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
humanMovementActuatorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: humanMovementActuatorDesc.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef humanMovementActuatorDesc_h
16 #define humanMovementActuatorDesc_h
17 
19 #include "vrfutil/rwBoolean.h"
20 #include "vrfutil/rwReal.h"
23 
27 {
28 public:
30  DtHumanMovementActuatorDescriptor(const DtString& componentName,
31  DtReaderWriterRegistry* parentRegistry = 0);
32 
35  DtReaderWriterRegistry* parentRegistry = 0);
36 
38 
42 
45  virtual DtString type() const;
46 
48  DtReaderWriterRegistry* parentRegistry = 0) const;
49 
52 
55  virtual bool checkForTerrainCollisions() const;
56  virtual void setCheckForTerrainCollisions(bool yesOrNo);
58 
61  virtual double maxUprightTerrainPitch() const;
62  virtual void setMaxUprightTerrainPitch(double pitch);
64 
67  virtual double maxWalkingSpeed() const;
68  virtual void setMaxWalkingSpeed(double speed);
70 
73  virtual const DtRwStaticDynamicPostureList& staticToDynamicPostureMap() const;
75 
78  virtual const DtRwSoilSpeedFactorList& soilToMaxSpeedFactorMap() const;
80 
82 
83  virtual bool constrainFacingTurnRate() const;
84  virtual void setConstrainFacingTurnRate(bool v);
86 
88 
89  virtual double maxFacingTurnRate() const;
90  virtual void setMaxFacingTurnRate(double v);
92 
93 protected:
96 
97 protected:
100 
101 
108 
116 
124 
136 
153 
160 
168 };
169 
170 #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)