VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
moveAlongTasks.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 
10 #pragma once
11 
12 #include "vrftasks/simTask.h"
13 #include "vrfutil/rwString.h"
14 #include "vrfutil/rwInt.h"
15 #include "vrfutil/rwBoolean.h"
16 #include <vlutil/vlNetTypes.h>
17 #include "vrfutil/iteratorBase.h"
18 
45 {
46 
47 public:
48 
51 
54  DtMoveAlongTask(const DtString & writeName,
55  DtReaderWriterRegistry * parentRegistry = 0);
56 
58  DtMoveAlongTask(const DtString & writeName, const DtMoveAlongTask & orig,
59  DtReaderWriterRegistry * parentRegistry = 0);
60 
62  const DtMoveAlongTask & operator=(const DtMoveAlongTask & orig);
63 
64  virtual ~DtMoveAlongTask();
65 
67  virtual const DtSimTaskMessageType& type() const;
68 
70  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
71  parentRegistry = 0) const;
72 
74  virtual DtString stringRep() const;
75 
77  virtual const DtString & routeName() const;
78  virtual void setRouteName(const DtString & rteName);
79 
82  virtual void setTraversalDirection(DtIteratorDirection traversalDirection);
83  virtual DtIteratorDirection traversalDirection() const;
84 
89  virtual void setStartAtClosestPoint(bool startAtClosestPoint);
90  virtual bool startAtClosestPoint() const;
91 
94  virtual int netRepSize() const;
95 
97  virtual bool setFromNet(const char* contentBuffer,
98  unsigned contentSize);
99 
102  virtual bool setToNet();
103 
104  static DtSimTask * creator();
105 
106 protected:
107 
111 };
112 
117 {
118 
119 public:
120 
123 
126  DtMoveAlongRetrogradeTask(const DtString & writeName,
127  DtReaderWriterRegistry * parentRegistry = 0);
128 
130  DtMoveAlongRetrogradeTask(const DtString & writeName, const DtMoveAlongRetrogradeTask & orig,
131  DtReaderWriterRegistry * parentRegistry = 0);
132 
133  virtual ~DtMoveAlongRetrogradeTask();
134 
136  virtual const DtSimTaskMessageType& type() const;
137 
139  virtual DtSimTask * clone(const DtString & name, DtReaderWriterRegistry *
140  parentRegistry = 0) const;
141 
143  virtual DtString stringRep() const;
144 
145  static DtSimTask * creator();
146 };

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)