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