40 #ifndef PCL_GEOMETRY_PLANAR_POLYGON_H_
41 #define PCL_GEOMETRY_PLANAR_POLYGON_H_
51 template <
typename Po
intT>
64 Eigen::Vector4f& coefficients)
65 : contour_ (contour), coefficients_ (coefficients)
89 return (coefficients_);
93 const Eigen::Vector4f&
96 return (coefficients_);
104 Eigen::Vector4f coefficients_;
107 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
111 #endif //#ifndef PCL_GEOMETRY_PLANAR_POLYGON_H_