VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
68 protected:
71 
72 protected:
75 
76 
84 
91 
98 };
99 
100 #endif

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)