|
Point Cloud Library (PCL)
1.6.0
|
#include <pcl/ModelCoefficients.h>

Public Types | |
| typedef boost::shared_ptr < ::pcl::ModelCoefficients > | Ptr |
| typedef boost::shared_ptr < ::pcl::ModelCoefficients const > | ConstPtr |
Public Member Functions | |
| ModelCoefficients () | |
Public Attributes | |
| ::std_msgs::Header | header |
| std::vector< float > | values |
Definition at line 12 of file ModelCoefficients.h.
| typedef boost::shared_ptr< ::pcl::ModelCoefficients const> pcl::ModelCoefficients::ConstPtr |
Definition at line 24 of file ModelCoefficients.h.
| typedef boost::shared_ptr< ::pcl::ModelCoefficients> pcl::ModelCoefficients::Ptr |
Definition at line 23 of file ModelCoefficients.h.
| pcl::ModelCoefficients::ModelCoefficients | ( | ) | [inline] |
Definition at line 14 of file ModelCoefficients.h.
Definition at line 18 of file ModelCoefficients.h.
| std::vector<float> pcl::ModelCoefficients::values |
Definition at line 20 of file ModelCoefficients.h.
1.7.6.1