VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aggregateMoveAlongDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 
9 
12 
13 #pragma once
14 
16 #include "vrfutil/rwReal.h"
17 #include "vrfutil/rwBoolean.h"
18 #include <vlutil/vlTime.h>
19 
21 
31 {
32 public:
35  parentRegistry = 0);
36 
39  DtReaderWriterRegistry * parentRegistry = 0);
40 
44 
47 
51  virtual DtString type() const;
52 
55  virtual DtReal catchUpFactor() const;
56  virtual void setCatchUpFactor(double catchUpFactor);
58 
61  virtual DtReal slowDownFactor() const;
62  virtual void setSlowDownFactor(double slowDownFactor);
64 
67  virtual double inPositionTolerance() const;
68  virtual void setInPositionTolerance(double tolerance);
70 
73  virtual DtTime evaluationInterval() const;
74  virtual void setEvaluationInterval(DtTime intervalInSeconds);
76 
79  virtual bool generateRoutesWithRoundedCorners() const;
80  virtual void setGenerateRoutesWithRoundedCorners(bool yesNo);
82 
85  virtual double vertexSpacingAlongRoundedCorners() const;
86  virtual void setVertexSpacingAlongRoundedCorners(double spacingInMeters);
88 
91  virtual bool groundClamp() const;
92  virtual void setGroundClamp(bool yesNo);
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 
134 
140 
150 
158 
165 
167 };

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)