VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
humanFleePSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include "vrfutil/rwUUID.h"
14 #include "vrfutil/rwVector.h"
15 #include "vrfutil/rwVector.h"
16 
22 {
23 public:
24 
26  DtHumanFleePSR(DtVrfObject* vrfObject,
27  const DtString& rwName = DtString::nullString(),
28  DtReaderWriterRegistry* parentRegistry = 0);
29 
31  DtHumanFleePSR(const DtHumanFleePSR& orig,
32  const DtString& rwName = DtString::nullString(),
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
36  virtual ~DtHumanFleePSR();
37 
40 
43  const DtString& rwName = DtString::nullString(),
44  DtReaderWriterRegistry* parentRegistry = 0) const;
45 
48  virtual DtString type() const;
49 
51  virtual void setFleeToPoint(const DtVector&);
52  virtual const DtVector& fleeToPoint() const;
53 
55  virtual bool hasFleeToPoint() const;
56 
58  virtual void setFleeFromPoint(const DtVector&);
59  virtual const DtVector& fleeFromPoint() const;
60 
62  virtual bool hasFleeFromPoint() const;
63 
65  virtual void setFleeWaypoint(const DtUUID&);
66  virtual const DtUUID& fleeWaypoint() const;
67 
68 public:
69 
71  static DtVrfProcessStateRepository* creator (const DtString& rwName,
72  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
73 
74 protected:
78 };

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)