7 #include <pcl/PCLHeader.h>
20 using Ptr = shared_ptr< ::pcl::ModelCoefficients>;
21 using ConstPtr = shared_ptr<const ::pcl::ModelCoefficients>;
27 inline std::ostream&
operator<<(std::ostream& s, const ::pcl::ModelCoefficients & v)
29 s <<
"header: " << std::endl;
31 s <<
"values[]" << std::endl;
32 for (std::size_t i = 0; i < v.values.size (); ++i)
34 s <<
" values[" << i <<
"]: ";
35 s <<
" " << v.values[i] << std::endl;
std::ostream & operator<<(std::ostream &os, const BivariatePolynomialT< real > &p)
ModelCoefficients::ConstPtr ModelCoefficientsConstPtr
ModelCoefficients::Ptr ModelCoefficientsPtr
shared_ptr< ::pcl::ModelCoefficients > Ptr
ModelCoefficients()=default
shared_ptr< const ::pcl::ModelCoefficients > ConstPtr
std::vector< float > values