VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPropSettingsRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtPropSettingsRecord_H_
11 #define DtPropSettingsRecord_H_
12 
14 
15 namespace makArchives
16 {
21  {
22  public:
23  typedef std::vector<DtPropRecord> PropRecords;
24 
27 
29  DtPropSettingsRecord(const PropRecords& records);
30 
33 
34  bool operator==(const DtPropSettingsRecord& orig) const;
35  bool operator!=(const DtPropSettingsRecord& orig) const;
36 
38  DtPropSettingsRecord& operator=(const DtPropSettingsRecord& orig);
39 
41  const PropRecords& records() const;
42  PropRecords& records();
43 
44  protected:
46 
47  friend class boost::serialization::access;
48 
52  template<class Archive>
53  void serialize(Archive & ar, const unsigned int version)
54  {
55  ar & BOOST_SERIALIZATION_NVP(myRecords);
56  }
57 
58  protected:
60  };
61 }
62 
63 #endif
64 
void serialize(Archive &ar, const unsigned int version)
When the class Archive corresponds to an output archive, the &amp; operator is defined similar to &lt;&lt;...
Definition: DtPropSettingsRecord.h:53
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
PropRecords myRecords
Definition: DtPropSettingsRecord.h:59
std::vector< DtPropRecord > PropRecords
Definition: DtPropSettingsRecord.h:23
Contains makArchives::DtPropRecord class.
A DtPropSettingsRecord contains the information to restore settings for all scene props...
Definition: DtPropSettingsRecord.h:20
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
#define DT_DLL_MAKARCHIVES
Definition: makArchives.h:31

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)