VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtImageTaskRecord.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
7 
8 #pragma once
9 
14 
15 namespace makArchives
16 {
17 
21  {
22  public:
25 
28 
30  DtImageTaskRecord& operator=(const DtImageTaskRecord& rhs);
31 
33  bool operator==(const DtImageTaskRecord& rhs) const;
34 
36  bool operator!=(const DtImageTaskRecord& rhs);
37 
39  const std::string& taskType() const;
40 
42  void setTaskType( const std::string& taskType );
43 
44  protected:
45  friend class boost::serialization::access;
46 
47  template<class Archive>
48  void serialize(Archive & ar, const unsigned int version)
49  {
50  ar & BOOST_SERIALIZATION_NVP(myTaskType);
51  ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(DtNameValueLists);
52  }
53 
55  };
56 }
58 
BOOST_CLASS_VERSION(makArchives::DtDiGuySettingsRecord, 3)
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
Record for a sensor definition.
Definition: DtImageTaskRecord.h:20
std::string Utf8String
Typedef&#39;d string used to indicate that a std::string must use utf8.
Definition: UnicodeStringRecord.h:11
Contains DLL export macros.
Utf8String myTaskType
Definition: DtImageTaskRecord.h:54
void serialize(Archive &ar, const unsigned int version)
Definition: DtImageTaskRecord.h:48
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
#define DT_DLL_MAKARCHIVES
Definition: makArchives.h:31
Inherit this is you need a list of name/value pairs. Supports a list for each of int, double, string, and bool types.
Definition: DtNameValueLists.h:21

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)