VR-Forces 4.1 Class Documentation
DtModelSetRealizationRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtModelSetRealizationRecord.h,v $ $Revision: 1.3 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtModelSetRealizationRecord_H_
14 #define DtModelSetRealizationRecord_H_
15 
17 
18 namespace makArchives
19 {
25  {
26  public:
27 
30 
33 
35  virtual ~DtModelSetRealizationRecord();
36 
39 
40  void setModelSet( int modelSet );
41  int modelSet() const;
42 
43  void setRealized( bool realized );
44  bool realized() const;
45 
46  protected:
47  friend class boost::serialization::access;
48 
49  template <typename Archive>
50  void serialize(Archive& ar,unsigned int version)
51  {
52  ar & BOOST_SERIALIZATION_NVP(myModelSet);
53  ar & BOOST_SERIALIZATION_NVP(myRealized);
54  }
55 
56  protected:
58  bool myRealized;
59  };
60 
61 }
62 
63 #endif
64 

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)