VR-Forces 4.1.1 Class Documentation
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 "vrfutil/rwInt.h"
18 {
19 
20 public:
21 
24 
27  DtMoveAlongTaskState(const DtString & writeName,
28  DtReaderWriterRegistry * parentRegistry = 0);
29 
31  DtMoveAlongTaskState(const DtString & writeName, const DtMoveAlongTaskState & orig,
32  DtReaderWriterRegistry * parentRegistry = 0);
33 
36 
37  virtual ~DtMoveAlongTaskState();
38 
40  virtual DtString type() const;
41 
43  virtual DtSimTaskState * clone(const DtString & name, DtReaderWriterRegistry *
44  parentRegistry = 0) const;
45 
47  virtual DtString stringRep() const;
48 
52  virtual void setCurrentVertex(int vertex);
53  virtual int currentVertex() const;
55 
56  static DtSimTaskState * creator();
57 
58 protected:
59 
61 };
62 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)