VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
humanMoveToControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: humanMoveToControllerDesc.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef humanMoveToControllerDesc_h
16 #define humanMoveToControllerDesc_h
17 
19 #include "vrfutil/rwReal.h"
20 
24 {
25 public:
27  DtHumanMoveToControllerDescriptor(const DtString& componentName,
28  DtReaderWriterRegistry* parentRegistry = 0);
29 
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
35 
39 
42  virtual DtString type() const;
43 
45  DtReaderWriterRegistry* parentRegistry = 0) const;
46 
49 
52  virtual double atDistance() const;
53  virtual void setAtDistance(double distance);
55 
57 
58  virtual double stuckAtDistance() const;
59  virtual void setStuckAtDistance(double distance);
61 
63 
64  virtual double stuckGiveUpTime() const;
65  virtual void setStuckGiveUpTime(double t);
67 
69 
70  virtual double facePathHeadingLimit() const;
71  virtual void setFacePathHeadingLimit(double dir);
73 
74 protected:
77 
78 protected:
81 
82 
90 
97 
104 
112 };
113 
114 #endif

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)