VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
groundMoveDirectionControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: groundMoveDirectionControllerDesc.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef groundMoveDirectionControllerDesc_h
15 #define groundMoveDirectionControllerDesc_h
16 
18 #include <readerWriter/rwReal.h>
19 #include <readerWriter/rwBoolean.h>
20 
24 {
25 public:
27  DtGroundMoveDirectionControllerDescriptor(const DtString& rwName = DtString::nullString(),
28  DtReaderWriterRegistry* parentRegistry = 0);
31  DtReaderWriterRegistry* parentRegistry = 0);
36 
38  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const;
40  virtual DtString type() const;
41 
44 
46 
47  virtual double highSpeedMinPivotAngle() const;
48  virtual void setHighSpeedMinPivotAngle(const double& newValue);
50 
52 
53  virtual double lowSpeedMinPivotAngle() const;
54  virtual void setLowSpeedMinPivotAngle(const double& newValue);
56 
58 
59  virtual bool pivotOnTurns() const;
60  virtual void setPivotOnTurns(const bool& newValue);
62 
64 
65  virtual double pivotSpeedCutoff() const;
66  virtual void setPivotSpeedCutoff(const double& newValue);
68 
69 protected:
70  //@name parameters
72  DtRwReal myHighSpeedMinPivotAngle;
100 };
101 #endif
DtRwReal myLowSpeedMinPivotAngle
Parameter Name: low-speed-min-pivot-angle Parameter Description: When the speed of the entity is belo...
Definition: groundMoveDirectionControllerDescriptor.h:85
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwBoolean myPivotOnTurns
Parameter Name: pivot-on-turns Parameter Description: Specifies whether or not the entity should pivo...
Definition: groundMoveDirectionControllerDescriptor.h:92
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
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwReal myPivotSpeedCutoff
Parameter Name: pivot-speed-cutoff Parameter Description: Specifies the speed used to differentiate b...
Definition: groundMoveDirectionControllerDescriptor.h:98
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtGroundMoveDirectionControllerDescriptor.
Definition: groundMoveDirectionControllerDescriptor.h:23

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)