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 }
SimpleVector3CollectionPtr normal_vectors
this namespace contains all generally usable classes.
std::ostream & operator<<(std::ostream &strm, const next_best_view::DefaultViewportPoint &p)


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