8 #include <pcl/PCLHeader.h>
23 using Ptr = shared_ptr< ::pcl::ModelCoefficients>;
24 using ConstPtr = shared_ptr<const ::pcl::ModelCoefficients>;
30 inline std::ostream&
operator<<(std::ostream& s, const ::pcl::ModelCoefficients & v)
32 s <<
"header: " << std::endl;
34 s <<
"values[]" << std::endl;
35 for (std::size_t i = 0; i < v.values.size (); ++i)
37 s <<
" values[" << i <<
"]: ";
38 s <<
" " << v.values[i] << std::endl;