VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aggregatedMoveToPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: aggregatedMoveToPSR.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef aggregatedMoveToPSR_H_
13 #define aggregatedMoveToPSR_H_
14 
16 #include "vrfutil/rwReal.h"
17 #include "vrfutil/rwInt.h"
18 #include "vrfutil/rwBoolean.h"
19 #include "vrfutil/rwString.h"
20 #include "vrfutil/rwVector.h"
24 
30 {
31 public:
32 
35  const DtString& rwName = DtString::nullString(),
36  DtReaderWriterRegistry* parentRegistry = 0);
37 
40  const DtString& rwName = DtString::nullString(),
41  DtReaderWriterRegistry* parentRegistry = 0);
42 
44  virtual ~DtAggregatedMoveToPSR();
45 
48 
51  const DtString& rwName = DtString::nullString(),
52  DtReaderWriterRegistry* parentRegistry = 0) const;
53 
56  virtual DtString type() const;
57 
60  virtual void setControlObjectName(const DtString& controlObjectName);
61  virtual const DtString& controlObjectName() const;
63 
69  virtual void setWorldDestination(const DtVector& destination);
70  virtual void setWorldDestination(const DtVector& destination, double heading);
71  virtual const DtVector& worldDestination() const;
73 
77  virtual bool headingIsSet() const;
78  virtual double heading() const;
79  virtual void setHeading(double heading);
81 
82 public:
83 
85  static DtVrfProcessStateRepository* creator (const DtString& rwName,
86  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
87 
88 protected:
89 
93 
96 
99 };
100 
101 #endif

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)