VR-Forces 4.2 Class Documentation
srIterator.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: srIterator.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
17 
18 #ifndef DtSimObjectStateRepositoryIterator_H_
19 #define DtSimObjectStateRepositoryIterator_H_
20 
21 #include "vrfutil/iteratorBase.h"
22 
24 
32 class DtSimObjectStateRepositoryIterator : public DtIteratorBase<DtSimObjectStateRepository>
33 {
34 private:
37 
41 
45 
46 public:
50 
53 
57  {
58  if (reset)
59  {
61  }
62 
64  };
65 
69  {
70  if (reset)
71  {
73  }
74 
76  };
77 };
78 
79 #endif

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)