VR-Forces 4.2 Class Documentation
humanFollowPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2002 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: humanFollowPSR.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef humanFollowPSR_H_
13 #define humanFollowPSR_H_
14 
15 #include "vrfobjcore/processSR.h"
16 #include "vrfutil/rwString.h"
17 #include "vrfutil/rwVector.h"
19 
24 
26 {
27 public:
28 
30  DtHumanFollowPSR(DtVrfObject* vrfObject,
31  const DtString& rwName = DtString::nullString(),
32  DtReaderWriterRegistry* parentRegistry = 0);
33 
36  const DtString& rwName = DtString::nullString(),
37  DtReaderWriterRegistry* parentRegistry = 0);
38 
40  virtual ~DtHumanFollowPSR();
41 
44 
47  const DtString& rwName = DtString::nullString(),
48  DtReaderWriterRegistry* parentRegistry = 0) const;
49 
52  virtual DtString type() const;
53 
56  virtual void setEntityToFollow(const DtString& objectName);
57  virtual const DtString& entityToFollow() const;
59 
63  virtual void setFollowingOffsetVector(const DtVector& offsetVector);
64  virtual const DtVector& followingOffsetVector() const;
66 
69  virtual void setControlObjectName(const DtString& controlObjectName);
70  virtual const DtString& controlObjectName() const;
72 
78  virtual void setWorldDestination(const DtVector& destination);
79  virtual const DtVector& worldDestination() const;
81 
82 public:
83 
85  static DtVrfProcessStateRepository* creator (const DtString& rwName,
86  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
87 
88 protected:
89 
96 
103 
106 };
107 
108 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)