Public Member Functions | Protected Attributes
pcl::PlanarPolygon< PointT > Class Template Reference

PlanarPolygon represents a planar (2D) polygon, potentially in a 3D space. More...

#include <planar_polygon.h>

Inheritance diagram for pcl::PlanarPolygon< PointT >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Eigen::Vector4f & getCoefficients ()
 Getter for the coefficients.
const Eigen::Vector4f & getCoefficients () const
 Getter for the coefficients.
pcl::PointCloud< PointT >
::VectorType & 
getContour ()
 Getter for the contour / boundary.
const pcl::PointCloud< PointT >
::VectorType & 
getContour () const
 Getter for the contour / boundary.
 PlanarPolygon ()
 Empty constructor for PlanarPolygon.
 PlanarPolygon (typename pcl::PointCloud< PointT >::VectorType &contour, Eigen::Vector4f &coefficients)
 Constructor for PlanarPolygon.
virtual ~PlanarPolygon ()
 Destructor.

Protected Attributes

Eigen::Vector4f coefficients_
 A list of model coefficients (a,b,c,d).
pcl::PointCloud< PointT >
::VectorType 
contour_
 A list of points on the boundary/contour of the planar region.

Detailed Description

template<typename PointT>
class pcl::PlanarPolygon< PointT >

PlanarPolygon represents a planar (2D) polygon, potentially in a 3D space.

Author:
Alex Trevor

Definition at line 52 of file planar_polygon.h.


Constructor & Destructor Documentation

template<typename PointT>
pcl::PlanarPolygon< PointT >::PlanarPolygon ( ) [inline]

Empty constructor for PlanarPolygon.

Definition at line 56 of file planar_polygon.h.

template<typename PointT>
pcl::PlanarPolygon< PointT >::PlanarPolygon ( typename pcl::PointCloud< PointT >::VectorType &  contour,
Eigen::Vector4f &  coefficients 
) [inline]

Constructor for PlanarPolygon.

Parameters:
[in]contoura vector of points bounding the polygon
[in]coefficientsa vector of the plane's coefficients (a,b,c,d)

Definition at line 63 of file planar_polygon.h.

template<typename PointT>
virtual pcl::PlanarPolygon< PointT >::~PlanarPolygon ( ) [inline, virtual]

Destructor.

Definition at line 69 of file planar_polygon.h.


Member Function Documentation

template<typename PointT>
Eigen::Vector4f& pcl::PlanarPolygon< PointT >::getCoefficients ( ) [inline]

Getter for the coefficients.

Definition at line 87 of file planar_polygon.h.

template<typename PointT>
const Eigen::Vector4f& pcl::PlanarPolygon< PointT >::getCoefficients ( ) const [inline]

Getter for the coefficients.

Definition at line 94 of file planar_polygon.h.

template<typename PointT>
pcl::PointCloud<PointT>::VectorType& pcl::PlanarPolygon< PointT >::getContour ( ) [inline]

Getter for the contour / boundary.

Definition at line 73 of file planar_polygon.h.

template<typename PointT>
const pcl::PointCloud<PointT>::VectorType& pcl::PlanarPolygon< PointT >::getContour ( ) const [inline]

Getter for the contour / boundary.

Definition at line 80 of file planar_polygon.h.


Member Data Documentation

template<typename PointT>
Eigen::Vector4f pcl::PlanarPolygon< PointT >::coefficients_ [protected]

A list of model coefficients (a,b,c,d).

Definition at line 104 of file planar_polygon.h.

template<typename PointT>
pcl::PointCloud<PointT>::VectorType pcl::PlanarPolygon< PointT >::contour_ [protected]

A list of points on the boundary/contour of the planar region.

Definition at line 101 of file planar_polygon.h.


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


pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:19:51