Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Public Attributes
pcl::ModelCoefficients Struct Reference

#include <pcl/ModelCoefficients.h>

Collaboration diagram for pcl::ModelCoefficients:
Collaboration graph
[legend]

Public Types

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

Public Member Functions

 ModelCoefficients ()
 

Public Attributes

::std_msgs::Header 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

pcl::ModelCoefficients::ModelCoefficients ( )
inline

Definition at line 14 of file ModelCoefficients.h.

Member Data Documentation

::std_msgs::Header pcl::ModelCoefficients::header

Definition at line 18 of file ModelCoefficients.h.

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

Definition at line 20 of file ModelCoefficients.h.


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