|
Point Cloud Library (PCL)
1.15.1-dev
|
#include <pcl/ModelCoefficients.h>
Collaboration diagram for pcl::ModelCoefficients:Public Types | |
| using | Ptr = shared_ptr< ::pcl::ModelCoefficients > |
| using | ConstPtr = shared_ptr< const ::pcl::ModelCoefficients > |
Public Member Functions | |
| ModelCoefficients ()=default | |
Public Attributes | |
| ::pcl::PCLHeader | header |
| std::vector< float > | values |
Definition at line 11 of file ModelCoefficients.h.
| using pcl::ModelCoefficients::ConstPtr = shared_ptr<const ::pcl::ModelCoefficients> |
Definition at line 21 of file ModelCoefficients.h.
| using pcl::ModelCoefficients::Ptr = shared_ptr< ::pcl::ModelCoefficients> |
Definition at line 20 of file ModelCoefficients.h.
|
default |
| ::pcl::PCLHeader pcl::ModelCoefficients::header |
Definition at line 15 of file ModelCoefficients.h.
Referenced by pcl::SACSegmentation< PointT >::segment().
| std::vector<float> pcl::ModelCoefficients::values |
Definition at line 17 of file ModelCoefficients.h.
Referenced by pcl::PlaneRefinementComparator< PointT, PointNT, PointLT >::compare(), pcl::people::PersonCluster< PointT >::drawTBoundingBox(), pcl::ModelOutlierRemoval< PointT >::getModelCoefficients(), pcl::lineWithLineIntersection(), pcl::SACSegmentation< PointT >::segment(), pcl::OrganizedMultiPlaneSegmentation< PointT, PointNT, PointLT >::segment(), pcl::PlanarPolygon< PointT >::setCoefficients(), and pcl::ModelOutlierRemoval< PointT >::setModelCoefficients().