VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
humanFleeControllerDescriptor.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  DtHumanFleeControllerDescriptor(const DtString& componentName,
25  DtReaderWriterRegistry* parentRegistry = 0);
26 
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
32 
35  const DtHumanFleeControllerDescriptor & orig);
36 
39  virtual DtString type() const;
40 
42  DtReaderWriterRegistry* parentRegistry = 0) const;
43 
46 
49  virtual double angleBetweenPoints() const;
50  virtual void setAngleBetweenPoints(double angle);
52 
55  virtual double fleeFromThreshold() const;
56  virtual void setFleeFromThreshold(double threshold);
58 
61  virtual bool showFleePoint() const;
62  virtual void setShowFleePoint(bool);
63 
66  virtual double atDistance() const;
67  virtual void setAtDistance(double distance);
69 
72  virtual bool allowToFleePastFleePoint() const;
73  virtual void setAllowToFleePastFleePoint(bool);
75 
78  virtual double fleeCone() const;
79  virtual void setFleeCone(double);
81 
82 protected:
85 
86 protected:
89 
90 
97 
104 
111 
117 
123 
132 };

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)