VR-Forces 4.2 Class Documentation
autoActDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: autoActDesc.h,v $ $Revision: 1.9 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef autoActDesc_H_
16 #define autoActDesc_H_
17 
19 #include "vrfutil/rwBoolean.h"
20 
25 {
26 public:
28  DtAutomotiveActuatorDescriptor(const DtString& componentName,
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
36 
39  const DtAutomotiveActuatorDescriptor & orig);
40 
43  virtual DtString type() const;
44 
46  DtReaderWriterRegistry* parentRegistry = 0) const;
47 
50 
53  virtual bool checkForTerrainCollisions() const;
54  virtual void setCheckForTerrainCollisions(bool yesOrNo);
56 
59  virtual bool useHighFidelityGroundClamping() const;
60  virtual void setUseHighFidelityGroundClamping(bool yesOrNo);
62 
63 
64 protected:
67 
68 protected:
72 
79 
95 
97 };
98 
99 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)