SpaceSamplePoint.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::SpaceSamplePoint &p) {
25  strm << "point: {" << std::endl << p.getPoint() << "}" << std::endl;
26 
27  if (p.child_indices != nullptr)
28  strm << "child_indices.size: " << p.child_indices->size() << std::endl;
29  else
30  strm << "child_indices: nullptr" << std::endl;
31 
32  return strm;
33  }
34 
35  std::ostream& operator<<(std::ostream &strm, const next_best_view::SpaceSamplePointPtr &p) {
36  return strm << *p;
37  }
38 
39 }
40 
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