#include <pcl/ModelCoefficients.h>
Public Types | |
using | Ptr = shared_ptr< ::pcl::ModelCoefficients > |
using | ConstPtr = shared_ptr< const ::pcl::ModelCoefficients > |
Public Member Functions | |
ModelCoefficients () | |
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 23 of file ModelCoefficients.h.
using pcl::ModelCoefficients::Ptr = shared_ptr< ::pcl::ModelCoefficients> |
Definition at line 22 of file ModelCoefficients.h.
| inline |
Definition at line 13 of file ModelCoefficients.h.
::pcl::PCLHeader pcl::ModelCoefficients::header |
Definition at line 17 of file ModelCoefficients.h.
Referenced by pcl::SACSegmentation< PointT >::segment().
std::vector<float> pcl::ModelCoefficients::values |
Definition at line 19 of file ModelCoefficients.h.
Referenced by pcl::PlaneRefinementComparator< PointT, PointNT, PointLT >::compare(), pcl::people::PersonCluster< PointT >::drawTBoundingBox(), pcl::ModelOutlierRemoval< PointT >::getModelCoefficients(), pcl::lineWithLineIntersection(), pcl::OrganizedMultiPlaneSegmentation< pcl::PointXYZRGBA, pcl::Normal, pcl::Label >::segment(), pcl::SACSegmentation< PointT >::segment(), pcl::PlanarPolygon< PointT >::setCoefficients(), and pcl::ModelOutlierRemoval< PointT >::setModelCoefficients().
© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_model_coefficients.html