VR-Forces 4.1 Class Documentation
staticAnimData.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: staticAnimData.h,v $ $Revision: 1.10 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef STATICANIMDATA_H_
13 #define STATICANIMDATA_H_
14 
20 {
21 public:
24 
26  virtual ~DtStaticAnimData();
27 
29  virtual void setLastSecDraw(int);
30 
32  virtual int lastSecDraw() const;
33 
35  virtual void setLastFrameDraw(int);
36 
38  virtual int lastFrameDraw() const;
39 
41  virtual void setDoneDrawing(bool);
42 
44  virtual bool doneDrawing() const;
45 
47  virtual void reset();
48 
49 protected:
51  DtStaticAnimData& operator=(const DtStaticAnimData& orig);
52 
53  //use accessors and mutators.
57 
58 };
59 
60 #endif //STATICANIMDATA_H_

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)