VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 <readerWriter/rwReal.h>
16 #include <readerWriter/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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)