updateRateNode.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *******************************************************************************/
00007 #pragma once
00008 
00009 #include "omtNode.h"
00010 
00011 #include <vlutil/vlString.h>
00012 
00013 class DT_DLL_OMTREADER DtUpdateRateNode : public DtOMTNode
00014 {
00015 public:
00016    
00018    DtUpdateRateNode();
00019    
00021    virtual ~DtUpdateRateNode();
00022 
00024    DtUpdateRateNode(const DtUpdateRateNode& orig);
00025 
00027    DtUpdateRateNode& operator=(const DtUpdateRateNode& rhs);
00028 
00029    virtual void setSemantics(const DtString&);
00030    virtual const DtString& semantics() const;
00031 
00032    virtual void setRate(double);
00033    virtual double rate() const;
00034 
00035 protected:
00036    DtString mySemantics;
00037    double   myRate;
00038 };
00039 
00040 

Document ID: Generated on Tue Oct 11 19:41:03 EDT 2011 from SVN revision 107422
Copyright © 2005-2011 VT MÄK Inc. All Rights Reserved (www.mak.com)