VR-Forces 4.2 Class Documentation
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 
27 {
28 public:
31 
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;
57 };

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)