Point Cloud Library (PCL) 1.12.0
|
#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.
std::vector<float> pcl::ModelCoefficients::values |
Definition at line 19 of file ModelCoefficients.h.
Referenced by pcl::people::PersonCluster< PointT >::drawTBoundingBox(), and pcl::PlanarPolygon< PointT >::setCoefficients().