VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSurfaceSettingsRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSurfaceSettingsRecord.h,v $ $Revision: 1.6 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtSurfaceSettingsRecord_H_
14 #define DtSurfaceSettingsRecord_H_
15 
16 #include <makArchives/makArchives.h>
17 #include <map>
18 
19 namespace makArchives
20 {
25  {
26 
27  public:
28 
31 
34 
36  DtSurfaceSettingsRecord& operator=(const DtSurfaceSettingsRecord& orig);
37 
40 
42  typedef std::map<int, bool> SurfaceVisibleMap;
43 
45  const SurfaceVisibleMap& surfaceVisibleMap() const;
46 
48  void setSurfaceVisibleMap(const SurfaceVisibleMap& svMap);
49 
50  protected:
51 
52  friend class boost::serialization::access;
53 
57  template<class Archive>
58  void serialize(Archive & ar, const unsigned int version)
59  {
60  ar & BOOST_SERIALIZATION_NVP(mySurfaceVisibleMap);
61  }
62 
63 
64  protected:
65 
67 
68 
69  };
70 }
71 
72 #endif
73 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)