VR-Forces 4.0.4 Class Documentation
include/vrvGlStudioShared/DtGlStudioFeetMslUpdater.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: DtGlStudioFeetMslUpdater.h,v $ $Revision: 1.4 $ $State: Exp $
00007 *******************************************************************************/
00008 
00012 
00013 #ifndef DtGlStudioFeetMslUpdater_h
00014 #define DtGlStudioFeetMslUpdater_h
00015 
00016 #include <vrvGlStudioShared/DtGlStudioObjectAttributeUpdater.h>
00017 
00018 #include <matrix/vlVector.h>
00019 
00020 namespace makVrv
00021 {
00022    class DtSmoother;
00023 
00026    class DT_DLL_VRVGLSTUDIOSHARED DtGlStudioFeetMslUpdater : public DtGlStudioObjectAttributeUpdater
00027    {
00028    public: 
00029       DtGlStudioFeetMslUpdater();
00030 
00031       virtual ~DtGlStudioFeetMslUpdater();
00032 
00034       virtual std::string value(double time);
00035 
00036    protected:
00037       DtVector myLocation;
00038 
00039    };
00040    
00043    class DT_DLL_VRVGLSTUDIOSHARED DtGlStudioFeetMslUpdaterCreator : public DtGlStudioAttributeUpdaterCreator
00044    {
00045    public:
00046       DtGlStudioFeetMslUpdaterCreator();
00047       virtual ~DtGlStudioFeetMslUpdaterCreator();
00048 
00050       virtual DtGlStudioAttributeUpdater* create() const;
00051 
00052    protected:
00053    };
00054 
00055 } //makVrv::
00056 
00057 #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)