Point Cloud Library (PCL) 1.12.0
Loading...
Searching...
No Matches
pcl::ModelCoefficients Struct Reference

#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 ()
 

Public Attributes

::pcl::PCLHeader header
 
std::vector< float > values
 

Detailed Description

Definition at line 11 of file ModelCoefficients.h.

Member Typedef Documentation

◆ ConstPtr

Definition at line 23 of file ModelCoefficients.h.

◆ Ptr

Definition at line 22 of file ModelCoefficients.h.

Constructor & Destructor Documentation

◆ ModelCoefficients()

pcl::ModelCoefficients::ModelCoefficients ( )
inline

Definition at line 13 of file ModelCoefficients.h.

Member Data Documentation

◆ header

::pcl::PCLHeader pcl::ModelCoefficients::header

Definition at line 17 of file ModelCoefficients.h.

Referenced by pcl::SACSegmentation< PointT >::segment().

◆ values


The documentation for this struct was generated from the following file: