VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
groundFollowEntityDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: gndFlwEntDesc.h,v $ $Revision: 1.12 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #pragma once
16 
18 #include "vrfutil/rwReal.h"
21 
31 {
32 public:
35  parentRegistry = 0);
36 
39  DtReaderWriterRegistry * parentRegistry = 0);
40 
44 
47 
50  virtual DtString type() const;
51 
54  virtual DtReal nearCatchUpFactor() const;
55  virtual void setNearCatchUpFactor(DtReal nearCatchUpFactor);
57 
60  virtual DtReal farCatchUpFactor() const;
61  virtual void setFarCatchUpFactor(DtReal farCatchUpFactor);
63 
66  virtual DtReal passedSlowDownFactor() const;
67  virtual void setPassedSlowDownFactor(DtReal passedSlowDownFactor);
69 
70 
73  virtual double distanceReplanThreshold() const;
74  virtual void setDistanceReplanThreshold(double replanDistance);
76 
79  virtual double timeReplanThreshold() const;
80  virtual void setTimeReplanThreshold(double replanDistance);
82 
85  virtual double targetLookaheadTime() const;
86  virtual void setTargetLookaheadTime(double time);
88 
91  virtual double destinationSmoothingPeriod() const;
92  virtual void setDestinationSmoothingPeriod(double time);
94 
95  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
96  = 0) const;
97 
99  static DtComponentDescriptor * creator();
100 
101 protected:
104 
105 protected:
106 
110 
117 
124 
132 
138 
144 
150 
156 
158 };

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)