VR-Forces 4.1 Class Documentation
DtElementsRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
12 
13 namespace makArchives
14 {
15 
19 {
20 public:
21  typedef std::vector<DtElementDefinitionRecord> ElementDefinitionRecords;
22 
24 
25  virtual ~DtElementsRecord();
26 
27  void setElementDefinitions(const ElementDefinitionRecords& elementDefinitions);
28 
29  const ElementDefinitionRecords& elementDefinitions() const;
30 
31 protected:
32  friend class boost::serialization::access;
33 
34  template<class Archive>
35  void serialize(Archive & ar, const unsigned int version)
36  {
37  ar & BOOST_SERIALIZATION_NVP(myElementDefinitions);
38  }
39 
41 };
42 }
43 

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)