VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 setFleeWaypoint(const DtUUID&);
59  virtual const DtUUID& fleeWaypoint() const;
60 
61 public:
62 
64  static DtVrfProcessStateRepository* creator (const DtString& rwName,
65  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
66 
67 protected:
70 };

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)