VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregatedMoveToPSR.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 
33  const DtString& rwName = DtString::nullString(),
34  DtReaderWriterRegistry* parentRegistry = 0);
35 
38  const DtString& rwName = DtString::nullString(),
39  DtReaderWriterRegistry* parentRegistry = 0);
40 
42  virtual ~DtAggregatedMoveToPSR();
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& controlObject);
60 
62  virtual const DtRwVrfObjectReference& controlObject() const;
63  virtual DtRwVrfObjectReference& controlObject();
65 
71  virtual void setWorldDestination(const DtVector& destination);
72  virtual void setWorldDestination(const DtVector& destination, double heading);
73  virtual const DtVector& worldDestination() const;
75 
79  virtual bool headingIsSet() const;
80  virtual double heading() const;
81  virtual void setHeading(double heading);
83 
84 public:
85 
87  static DtVrfProcessStateRepository* creator (const DtString& rwName,
88  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
89 
90 protected:
91 
95 
98 
101 };

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)