VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 <readerWriter/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
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
End User Description: DtActuatorComponentDescriptor contains parameters common to all actuator compon...
Definition: actuatorComponentDescriptor.h:47
DtRwBoolean myCheckForTerrainCollisions
Parameter Name: check-terrain-collisions Parameter Description: Specifies whether or not the actuator...
Definition: automotiveActuatorDescriptor.h:78
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
virtual DtString type() const
Returns the type of component this descriptor describes.
DtAutomotiveActuatorDescriptor; descriptor for the DtAutomotiveActuatorComponent component.
Definition: automotiveActuatorDescriptor.h:24
static DtComponentDescriptor * creator()
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
DtRwBoolean myUseHighFidelityGroundClamping
Parameter Name: use-high-fidelity-ground-clamping Parameter Description: Specifies whether or not to ...
Definition: automotiveActuatorDescriptor.h:94

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)