![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2002 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: humanMoveToPSR.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00012 #ifndef humanMoveToPSR_H_ 00013 #define humanMoveToPSR_H_ 00014 00015 #include "vrfobjcore/processSR.h" 00016 #include "vrfutil/rwReal.h" 00017 #include "vrfutil/rwInt.h" 00018 #include "vrfutil/rwBoolean.h" 00019 #include "vrfutil/rwString.h" 00020 #include "vrfutil/rwVector.h" 00021 #include "vrfutil/lclVtxList.h" 00022 #include "vrfutil/lclVecIter.h" 00023 #include "vrfobjcore/vrfobjcoreDefines.h" 00024 00029 class DT_DLL_vrfobjcore DtHumanMoveToPSR : public DtVrfProcessStateRepository 00030 { 00031 public: 00032 00034 DtHumanMoveToPSR(DtVrfObject* vrfObject, 00035 const DtString& rwName = DtString::nullString(), 00036 DtReaderWriterRegistry* parentRegistry = 0); 00037 00039 DtHumanMoveToPSR(const DtHumanMoveToPSR& orig, 00040 const DtString& rwName = DtString::nullString(), 00041 DtReaderWriterRegistry* parentRegistry = 0); 00042 00044 virtual ~DtHumanMoveToPSR(); 00045 00047 DtHumanMoveToPSR& operator=(const DtHumanMoveToPSR& orig); 00048 00050 virtual DtVrfProcessStateRepository* clone( 00051 const DtString& rwName = DtString::nullString(), 00052 DtReaderWriterRegistry* parentRegistry = 0) const; 00053 00056 virtual DtString type() const; 00057 00060 virtual void setControlObjectName(const DtString& controlObjectName); 00061 virtual const DtString& controlObjectName() const; 00063 00069 virtual void setWorldDestination(const DtVector& destination); 00070 virtual const DtVector& worldDestination() const; 00072 00073 public: 00074 00076 static DtVrfProcessStateRepository* creator (const DtString& rwName, 00077 DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry); 00078 00079 protected: 00080 00083 DtRwString myControlObjectName; 00084 00086 DtRwVector myWorldDestination; 00087 }; 00088 00089 #endif