VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfmodel
detTimerData.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include <vl/detonateInter.h>
15
16
24
25
#include "
vrfmodel/vrfmodelDefines.h
"
26
class
DT_DLL_vrfmodel
DtDetonationTimerData
27
{
28
public
:
30
DtDetonationTimerData
();
31
33
DtDetonationTimerData
(
const
DtDetonationTimerData
& orig);
34
36
const
DtDetonationTimerData
& operator=(
const
DtDetonationTimerData
&
37
orig);
38
40
virtual
~
DtDetonationTimerData
();
41
46
virtual
DtDetonationInteraction
* detonation()
const
;
47
virtual
void
setDetonation(
DtDetonationInteraction
* detonation);
49
50
virtual
void
* userData()
const
;
51
virtual
void
setUserData(
void
* userData);
52
53
54
protected
:
55
void
*
myUserData
;
56
DtDetonationInteraction
*
myDetonation
;
57
};
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)