VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
moveAlongTaskState.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include "vrftasks/simTaskState.h"
15 
16 #include <readerWriter/rwInt.h>
17 #include <readerWriter/rwBoolean.h>
19 {
20 
21 public:
22 
25 
28  DtMoveAlongTaskState(const DtString & writeName,
29  DtReaderWriterRegistry * parentRegistry = 0);
30 
32  DtMoveAlongTaskState(const DtString & writeName, const DtMoveAlongTaskState & orig,
33  DtReaderWriterRegistry * parentRegistry = 0);
34 
37 
38  virtual ~DtMoveAlongTaskState();
39 
41  virtual DtString type() const;
42 
44  virtual DtSimTaskState * clone(const DtString & name, DtReaderWriterRegistry *
45  parentRegistry = 0) const;
46 
48  virtual DtString stringRep() const;
49 
53  virtual void setCurrentVertex(int vertex);
54  virtual int currentVertex() const;
56 
57  virtual void setReverseDirection(bool reverse);
58  virtual bool reverseDirection() const;
59 
60  static DtSimTaskState * creator();
61 
62 protected:
65 };
66 

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)