VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvGlStudioShared
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
17
#include <
vrvGlStudioShared/DtGlStudioAttributeUpdater.h
>
18
19
class
DtSmoother;
20
21
namespace
makVrv
22
{
23
class
DtDe;
24
28
class
DT_DLL_VRVGLSTUDIOSHARED
DtGlStudioObjectAttributeUpdater
:
public
DtGlStudioAttributeUpdater
29
{
30
public
:
31
DtGlStudioObjectAttributeUpdater
();
32
virtual
~
DtGlStudioObjectAttributeUpdater
();
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
;
46
DtDe
*
myDe
;
47
};
48
49
}
//makVrv::
50
51
#endif
52
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)