VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtGlStudioObjectAttributeUpdater.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: DtGlStudioObjectAttributeUpdater.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
12 
13 
14 #ifndef DtGlStudioObjectAttributeUpdater_h
15 #define DtGlStudioObjectAttributeUpdater_h
16 
18 
19 class DtSmoother;
20 
21 namespace makVrv
22 {
23  class DtDe;
24 
29  {
30  public:
33 
35  virtual void init(DtSmoother* smoother, DtDe* de);
36 
38  virtual std::string value(double time)=0;
39 
42  virtual std::string value() {return "";}
43 
44  protected:
45  DtSmoother* mySmoother;
47  };
48 
49 } //makVrv::
50 
51 #endif
52 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)