#include <ModelCoefficients.h>
Public Types | |
typedef boost::shared_ptr < ::pcl::ModelCoefficients const > | ConstPtr |
typedef boost::shared_ptr < ::pcl::ModelCoefficients > | Ptr |
Public Member Functions | |
ModelCoefficients () | |
Public Attributes | |
::pcl::PCLHeader | header |
std::vector< float > | values |
Definition at line 12 of file ModelCoefficients.h.
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.
pcl::ModelCoefficients::ModelCoefficients | ( | ) | [inline] |
Definition at line 14 of file ModelCoefficients.h.
Definition at line 18 of file ModelCoefficients.h.
std::vector<float> pcl::ModelCoefficients::values |
Definition at line 20 of file ModelCoefficients.h.