Main Page
Namespaces
Classes
Files
File List
File Members
src
pcl
RealObjectPoint.cpp
Go to the documentation of this file.
1
20
#include "
typedef.hpp
"
21
22
namespace
next_best_view
{
23
24
std::ostream&
operator<<
(std::ostream &strm,
const
next_best_view::RealObjectPoint
&p) {
25
strm <<
"pose: {"
<< std::endl << p.
getPose
() <<
"}"
<< std::endl;
26
27
strm <<
"type: "
<< p.
type
<< std::endl;
28
if
(p.
normal_vectors
!=
nullptr
)
29
strm <<
"normal_vectors.size: "
<< p.
normal_vectors
->size() << std::endl;
30
else
31
strm <<
"normal_vectors: nullptr"
<< std::endl;
32
33
if
(p.
active_normal_vectors
!=
nullptr
)
34
strm <<
"active_normal_vectors.size: "
<< p.
active_normal_vectors
->size() << std::endl;
35
else
36
strm <<
"active_normal_vectors: nullptr"
<< std::endl;
37
38
strm <<
"color: {"
<< std::endl << p.
color
<<
"}"
<< std::endl;
39
40
strm <<
"intermediate_object_weight: "
<< p.
intermediate_object_weight
<< std::endl;
41
42
return
strm;
43
}
44
45
std::ostream&
operator<<
(std::ostream &strm,
const
next_best_view::RealObjectPointPtr
&p) {
46
return
strm << *p;
47
}
48
}
next_best_view::RealObjectPoint::normal_vectors
SimpleVector3CollectionPtr normal_vectors
Definition:
RealObjectPoint.hpp:72
next_best_view::RealObjectPoint::type
std::string type
Definition:
RealObjectPoint.hpp:69
boost::shared_ptr
next_best_view::RealObjectPoint::getPose
gm::Pose getPose() const
Definition:
RealObjectPoint.hpp:112
next_best_view
this namespace contains all generally usable classes.
Definition:
CameraModelFilter.hpp:26
typedef.hpp
next_best_view::RealObjectPoint::color
std_msgs::ColorRGBA color
Definition:
RealObjectPoint.hpp:74
next_best_view::RealObjectPoint::intermediate_object_weight
double intermediate_object_weight
Definition:
RealObjectPoint.hpp:75
next_best_view::operator<<
std::ostream & operator<<(std::ostream &strm, const next_best_view::DefaultViewportPoint &p)
Definition:
DefaultViewportPoint.cpp:24
next_best_view::RealObjectPoint
RealObjectPoint.
Definition:
RealObjectPoint.hpp:56
next_best_view::RealObjectPoint::active_normal_vectors
IndicesPtr active_normal_vectors
Definition:
RealObjectPoint.hpp:73
asr_next_best_view
Author(s): Aumann Florian, Borella Jocelyn, Heller Florian, Meißner Pascal, Schleicher Ralf, Stöckle Patrick, Stroh Daniel, Trautmann Jeremias, Walter Milena, Wittenbeck Valerij
autogenerated on Thu Jan 9 2020 07:20:18