VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
automotiveActuatorDescriptor.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 automotiveActuatorDescriptor_H_
16 #define automotiveActuatorDescriptor_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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)