VR-Forces 4.1 Class Documentation
surfEntActDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: surfEntActDesc.h,v $ $Revision: 1.12 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtSurfaceEntityActuatorDescriptor_H_
16 #define DtSurfaceEntityActuatorDescriptor_H_
17 
19 #include "vrfutil/rwReal.h"
20 #include "vrfutil/rwBoolean.h"
21 
27 {
28 public:
29 
31  static DtComponentDescriptor * creator();
32 
35  (const DtString& name,
36  DtReaderWriterRegistry * parentRegistry = 0);
37 
41  DtReaderWriterRegistry * parentRegistry = 0);
42 
44  const DtSurfaceEntityActuatorDescriptor & operator=
45  (const DtSurfaceEntityActuatorDescriptor & orig);
46 
48 
51  virtual DtString type() const;
52 
54  (DtReaderWriterRegistry * parentRegistry = 0) const;
55 
58  virtual DtReal maxYawRate() const;
59  virtual void setMaxYawRate (DtReal maxYawRate);
61 
64  virtual DtReal maxYawAcceleration() const;
65  virtual void setMaxYawAcceleration(DtReal maxYawAcceleration);
67 
70  virtual bool checkSoilType() const;
71  virtual void setCheckSoilType(bool check);
73 
76  virtual double stoppingSpeed() const;
77  virtual void setStoppingSpeed(DtReal stoppingSpeed);
79 
80 protected:
83 
84 protected:
85 
89 
96 
103 
110 
117 };
118 #endif
119 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)