Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Types | Public Member Functions | Public Attributes
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 ()=default
 

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 21 of file ModelCoefficients.h.

◆ Ptr

Definition at line 20 of file ModelCoefficients.h.

Constructor & Destructor Documentation

◆ ModelCoefficients()

pcl::ModelCoefficients::ModelCoefficients ( )
default

Member Data Documentation

◆ header

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

Definition at line 15 of file ModelCoefficients.h.

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

◆ values

std::vector<float> pcl::ModelCoefficients::values

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