Point Cloud Library (PCL)  1.7.0
Public Types | Public Member Functions | Public Attributes
pcl::ModelCoefficients Struct Reference

#include <pcl/ModelCoefficients.h>

List of all members.

Public Types

typedef boost::shared_ptr
< ::pcl::ModelCoefficients
Ptr
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

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

Definition at line 24 of file ModelCoefficients.h.

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

Definition at line 23 of file ModelCoefficients.h.


Constructor & Destructor Documentation

Definition at line 14 of file ModelCoefficients.h.


Member Data Documentation

Definition at line 18 of file ModelCoefficients.h.

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

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

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