SceneIdentifier.h
Go to the documentation of this file.
1 
18 #pragma once
19 
20 // Global includes
21 #include <string>
22 
23 // Package includes
24 #include <boost/property_tree/ptree.hpp>
25 
27 
35  public:
36 
41 
48  SceneIdentifier(std::string pType, std::string pDescription);
49 
55  SceneIdentifier(const SceneIdentifier& pOther);
56 
61 
67  void load(boost::property_tree::ptree& pPt);
68 
74  void save(boost::property_tree::ptree& pPt);
75 
76  public:
77 
81  std::string mType;
82 
86  std::string mDescription;
87 
91  double mPriori;
92 
96  double mLikelihood;
97  };
98 }
void save(boost::property_tree::ptree &pPt)
void load(boost::property_tree::ptree &pPt)


asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Fri Nov 15 2019 03:57:54