VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
humanMoveToPSR.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 <readerWriter/rwReal.h>
14 #include <readerWriter/rwInt.h>
15 #include <readerWriter/rwBoolean.h>
16 #include <readerWriter/rwString.h>
17 #include "readerWriter/rwVector.h"
21 #include <vrfutil/rwUUID.h>
22 
28 {
29 public:
30 
32  DtHumanMoveToPSR(DtVrfObject* vrfObject,
33  const DtString& rwName = DtString::nullString(),
34  DtReaderWriterRegistry* parentRegistry = 0);
35 
38  const DtString& rwName = DtString::nullString(),
39  DtReaderWriterRegistry* parentRegistry = 0);
40 
42  virtual ~DtHumanMoveToPSR();
43 
46 
49  const DtString& rwName = DtString::nullString(),
50  DtReaderWriterRegistry* parentRegistry = 0) const;
51 
54  virtual DtString type() const;
55 
59  virtual void setControlObject(const DtUUID&);
60 
62  virtual const DtRwVrfObjectReference& controlObject() const;
63  virtual DtRwVrfObjectReference& controlObject();
65 
71  virtual void setWorldDestination(const DtVector& destination);
72  virtual const DtVector& worldDestination() const;
74 
77 
78  virtual double stuckStartTime() const;
79  virtual void setStuckStartTime(double t);
81 
82 public:
83 
85  static DtVrfProcessStateRepository* creator (const DtString& rwName,
86  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
87 
88 protected:
89 
93 
96 
99 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)