VR-Forces 4.0.4 Class Documentation
include/vrftasks/moveAlongTaskState.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2006 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: moveAlongTaskState.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef moveAlongTaskState_H_
00015 #define moveAlongTaskState_H_
00016 
00017 #include "vrftasks/simTaskState.h"
00018 #include "vrftasks/vrftasksDefines.h"
00019 
00020 #include "vrfutil/rwInt.h"
00021 class DT_DLL_vrftasks DtMoveAlongTaskState : public DtSimTaskState
00022 {
00023 
00024 public:
00025 
00027    DtMoveAlongTaskState();
00028 
00031    DtMoveAlongTaskState(const DtString & writeName, 
00032       DtReaderWriterRegistry * parentRegistry = 0);
00033 
00035    DtMoveAlongTaskState(const DtString & writeName, const DtMoveAlongTaskState & orig, 
00036       DtReaderWriterRegistry * parentRegistry = 0);
00037 
00039    const DtMoveAlongTaskState & operator=(const DtMoveAlongTaskState & orig);
00040 
00041    virtual ~DtMoveAlongTaskState();
00042 
00044    virtual int type() const;
00045 
00047    virtual DtSimTaskState * clone(const DtString & name, DtReaderWriterRegistry * 
00048       parentRegistry = 0) const;
00049 
00051    virtual DtString stringRep() const;
00052 
00056    virtual void setCurrentVertex(int vertex);
00057    virtual int currentVertex() const;
00059 
00060    static DtSimTaskState * creator();
00061    
00062 protected:
00063 
00064    DtRwInt myCurrentVertex;
00065 };
00066 
00067 
00068 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)