Point Cloud Library (PCL)  1.8.0
List of all members | Public Types | Public Member Functions | Public Attributes
pcl::ModelCoefficients Struct Reference

#include <pcl/ModelCoefficients.h>

Public Types

typedef boost::shared_ptr< ::pcl::ModelCoefficientsPtr
 
typedef boost::shared_ptr< ::pcl::ModelCoefficients const > ConstPtr
 

Public Member Functions

 ModelCoefficients ()
 

Public Attributes

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

Detailed Description

Definition at line 12 of file ModelCoefficients.h.

Member Typedef Documentation

◆ ConstPtr

typedef boost::shared_ptr< ::pcl::ModelCoefficients const> pcl::ModelCoefficients::ConstPtr

Definition at line 24 of file ModelCoefficients.h.

◆ Ptr

typedef boost::shared_ptr< ::pcl::ModelCoefficients> pcl::ModelCoefficients::Ptr

Definition at line 23 of file ModelCoefficients.h.

Constructor & Destructor Documentation

◆ ModelCoefficients()

pcl::ModelCoefficients::ModelCoefficients ( )
inline

Definition at line 14 of file ModelCoefficients.h.

Member Data Documentation

◆ header

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

Definition at line 18 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: