VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
humanFollowControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include "vrfutil/rwReal.h"
16 #include "vrfutil/rwBoolean.h"
17 
21 {
22 public:
24  DtHumanFollowControllerDescriptor(const DtString& componentName,
25  DtReaderWriterRegistry* parentRegistry = 0);
27  DtReaderWriterRegistry* parentRegistry = 0);
28 
31  DtReaderWriterRegistry* parentRegistry = 0);
32 
35 
39 
42  virtual DtString type() const;
43 
45  DtReaderWriterRegistry* parentRegistry = 0) const;
46 
49 
52  virtual double distanceReplanThreshold() const;
53  virtual void setDistanceReplanThreshold(double replanDistance);
55 
58  virtual double timeReplanThreshold() const;
59  virtual void setTimeReplanThreshold(double replanDistance);
61 
64  virtual double targetLookaheadTime() const;
65  virtual void setTargetLookaheadTime(double time);
67 
70  virtual double destinationSmoothingPeriod() const;
71  virtual void setDestinationSmoothingPeriod(double time);
73 
74  virtual void getSelf(DtlObjPtr args, const DtReaderWriter::SearchPaths& searchPaths,
75  const DtVariableBindingsList& variableBindings);
76 
77 protected:
80 
81 protected:
84 
85 
91 
97 
103 
109 
111 
112 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)