6 #include <pcl/PCLHeader.h>
13 using Ptr = shared_ptr< ::pcl::PointIndices>;
14 using ConstPtr = shared_ptr<const ::pcl::PointIndices>;
26 inline std::ostream&
operator << (std::ostream& s, const ::pcl::PointIndices &v)
28 s <<
"header: " << std::endl;
30 s <<
"indices[]" << std::endl;
31 for (std::size_t i = 0; i < v.indices.size (); ++i)
33 s <<
" indices[" << i <<
"]: ";
34 s <<
" " << v.indices[i] << std::endl;
std::ostream & operator<<(std::ostream &os, const BivariatePolynomialT< real > &p)
IndicesAllocator<> Indices
Type used for indices in PCL.
PointIndices::Ptr PointIndicesPtr
PointIndices::ConstPtr PointIndicesConstPtr
shared_ptr< ::pcl::PointIndices > Ptr
shared_ptr< const ::pcl::PointIndices > ConstPtr
Defines basic non-point types used by PCL.