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 }
PosePtr pose
Definition: VotedPose.hpp:27
VoteSpecifierPtr vote
Definition: VotedPose.hpp:28
double weightDenominator
Definition: VotedPose.hpp:31
std::ostream & operator<<(std::ostream &strm, const ISM::ObjectRelation &r)
boost::shared_ptr< VotedPose > VotedPosePtr
Definition: typedef.hpp:31
ObjectPtr source
Definition: VotedPose.hpp:29
this namespace contains all generally usable classes.


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