Main Page
Namespaces
Classes
Files
File List
File Members
src
pcl
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
next_best_view::SpaceSamplePoint
SpaceSamplePoint.
Definition:
SpaceSamplePoint.hpp:55
next_best_view::SpaceSamplePoint::child_indices
IndicesPtr child_indices
Definition:
SpaceSamplePoint.hpp:59
boost::shared_ptr
next_best_view
this namespace contains all generally usable classes.
Definition:
CameraModelFilter.hpp:26
typedef.hpp
next_best_view::operator<<
std::ostream & operator<<(std::ostream &strm, const next_best_view::DefaultViewportPoint &p)
Definition:
DefaultViewportPoint.cpp:24
next_best_view::SpaceSamplePoint::getPoint
gm::Point getPoint() const
Definition:
SpaceSamplePoint.hpp:74
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