Main Page
Namespaces
Classes
Files
File List
File Members
libism
ISM
recognizer
VotedPose.cpp
Go to the documentation of this file.
1
18
#include "
recognizer/VotedPose.hpp
"
19
20
namespace
ISM
{
21
22
std::ostream&
operator<<
(std::ostream &strm,
const
ISM::VotedPose
&v) {
23
return
strm <<
"pose: "
<< v.
pose
<< std::endl
24
<<
"vote: "
<< v.
vote
<< std::endl
25
<<
"source: "
<< v.
source
<< std::endl
26
<<
"weight: "
<< v.
weight
<< std::endl
27
<<
"weightDenominator: "
<< v.
weightDenominator
<< std::endl;
28
}
29
30
std::ostream&
operator<<
(std::ostream &strm,
const
ISM::VotedPosePtr
&v) {
31
return
strm << *v;
32
}
33
34
}
ISM::VotedPose
Definition:
VotedPose.hpp:26
ISM::VotedPose::pose
PosePtr pose
Definition:
VotedPose.hpp:27
VotedPose.hpp
ISM::VotedPose::vote
VoteSpecifierPtr vote
Definition:
VotedPose.hpp:28
ISM::VotedPose::weightDenominator
double weightDenominator
Definition:
VotedPose.hpp:31
ISM::operator<<
std::ostream & operator<<(std::ostream &strm, const ISM::ObjectRelation &r)
Definition:
ObjectRelation.cpp:167
ISM::VotedPosePtr
boost::shared_ptr< VotedPose > VotedPosePtr
Definition:
typedef.hpp:31
ISM::VotedPose::source
ObjectPtr source
Definition:
VotedPose.hpp:29
ISM::VotedPose::weight
double weight
Definition:
VotedPose.hpp:30
ISM
this namespace contains all generally usable classes.
Definition:
AcceptanceFunction.hpp:22
asr_lib_ism
Author(s): Hanselmann Fabian, Heller Florian, Heizmann Heinrich, Kübler Marcel, Mehlhaus Jonas, Meißner Pascal, Qattan Mohamad, Reckling Reno, Stroh Daniel
autogenerated on Wed Jan 8 2020 04:02:41