1 #ifndef PCL_MESSAGE_MODELCOEFFICIENTS_H
2 #define PCL_MESSAGE_MODELCOEFFICIENTS_H
8 #include <pcl/PCLHeader.h>
23 typedef boost::shared_ptr< ::pcl::ModelCoefficients>
Ptr;
24 typedef boost::shared_ptr< ::pcl::ModelCoefficients const>
ConstPtr;
30 inline std::ostream&
operator<<(std::ostream& s, const ::pcl::ModelCoefficients & v)
32 s <<
"header: " << std::endl;
34 s <<
"values[]" << std::endl;
35 for (
size_t i = 0; i < v.values.size (); ++i)
37 s <<
" values[" << i <<
"]: ";
38 s <<
" " << v.values[i] << std::endl;
45 #endif // PCL_MESSAGE_MODELCOEFFICIENTS_H
boost::shared_ptr< ::pcl::ModelCoefficients > Ptr
std::ostream & operator<<(std::ostream &os, const BivariatePolynomialT< real > &p)
boost::shared_ptr< ::pcl::ModelCoefficients const > ModelCoefficientsConstPtr
boost::shared_ptr< ::pcl::ModelCoefficients > ModelCoefficientsPtr
boost::shared_ptr< ::pcl::ModelCoefficients const > ConstPtr
std::vector< float > values