VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtFeatureLayerRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtFeatureLayerRecord.h,v $ $Revision: 1.9 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtFeatureLayerRecord_H_
14 #define DtFeatureLayerRecord_H_
15 
16 #include <makArchives/makArchives.h>
19 
20 namespace makArchives
21 {
22 
26  {
27 
28  public:
29 
32 
35 
37  DtFeatureLayerRecord& operator=(const DtFeatureLayerRecord& orig);
38 
41 
43  const std::string& filename() const;
44 
46  void setFilename(const std::string& name);
47 
49  const DtAddPropsRuleRecordVector& addPropsRuleRecordVector() const;
50 
52  void setAddPropsRuleRecordVector(const DtAddPropsRuleRecordVector& ruleVec);
53 
55  const DtPropRecords& propRecords() const;
56 
58  void setPropRecords(const DtPropRecords& records);
59 
60 
61  protected:
62 
63  friend class boost::serialization::access;
64 
68  template<class Archive>
69  void serialize(Archive & ar, const unsigned int version)
70  {
71  ar & BOOST_SERIALIZATION_NVP(myFilename);
72  ar & BOOST_SERIALIZATION_NVP(myAddPropsRuleRecordVector);
73  ar & BOOST_SERIALIZATION_NVP(myPropRecords);
74 
75  }
76 
77  protected:
78 
79  std::string myFilename;
82  };
83 }
84 
85 #endif
86 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)