Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
c
d
g
m
o
p
r
s
t
x
+
Functions
d
g
m
p
r
s
t
x
Variables
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
y
z
+
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
+
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
include
inference
model
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
26
namespace
ProbabilisticSceneRecognition
{
27
34
class
SceneIdentifier
{
35
public
:
36
40
SceneIdentifier
();
41
48
SceneIdentifier
(std::string pType, std::string pDescription);
49
55
SceneIdentifier
(
const
SceneIdentifier
& pOther);
56
60
~SceneIdentifier
();
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
}
ProbabilisticSceneRecognition::SceneIdentifier::mType
std::string mType
Definition:
SceneIdentifier.h:81
ProbabilisticSceneRecognition::SceneIdentifier::SceneIdentifier
SceneIdentifier()
Definition:
SceneIdentifier.cpp:22
ProbabilisticSceneRecognition::SceneIdentifier::~SceneIdentifier
~SceneIdentifier()
Definition:
SceneIdentifier.cpp:40
ProbabilisticSceneRecognition::SceneIdentifier::save
void save(boost::property_tree::ptree &pPt)
Definition:
SceneIdentifier.cpp:51
ProbabilisticSceneRecognition::SceneIdentifier::mDescription
std::string mDescription
Definition:
SceneIdentifier.h:86
ProbabilisticSceneRecognition::SceneIdentifier
Definition:
SceneIdentifier.h:34
ProbabilisticSceneRecognition::SceneIdentifier::mLikelihood
double mLikelihood
Definition:
SceneIdentifier.h:96
ProbabilisticSceneRecognition
Definition:
MappedProbabilityTable.h:33
ProbabilisticSceneRecognition::SceneIdentifier::mPriori
double mPriori
Definition:
SceneIdentifier.h:91
ProbabilisticSceneRecognition::SceneIdentifier::load
void load(boost::property_tree::ptree &pPt)
Definition:
SceneIdentifier.cpp:44
asr_psm
Author(s): Braun Kai, Gehrung Joachim, Heizmann Heinrich, Meißner Pascal
autogenerated on Mon Feb 28 2022 21:50:12