Point Cloud Library (PCL)
1.8.1
|
#include </build/pcl-t1m5xI/pcl-1.8.1+dfsg1/doc/tutorials/content/sources/iccv2011/include/surface.h>
Public Member Functions | |
Mesh () | |
Mesh () | |
Mesh () | |
Public Attributes | |
PointCloudPtr | points |
std::vector< pcl::Vertices > | faces |
|
inline |
Definition at line 17 of file surface.h.
References pcl::copyPointCloud(), faces, points, pcl::ConcaveHull< PointInT >::reconstruct(), pcl::ConvexHull< PointInT >::reconstruct(), pcl::MeshConstruction< PointInT >::reconstruct(), pcl::ConcaveHull< PointInT >::setAlpha(), pcl::PCLBase< PointInT >::setInputCloud(), pcl::GreedyProjectionTriangulation< PointInT >::setMaximumAngle(), pcl::GreedyProjectionTriangulation< PointInT >::setMaximumNearestNeighbors(), pcl::GreedyProjectionTriangulation< PointInT >::setMinimumAngle(), pcl::GreedyProjectionTriangulation< PointInT >::setMu(), pcl::GreedyProjectionTriangulation< PointInT >::setNormalConsistency(), pcl::MovingLeastSquares< PointInT, PointOutT >::setPolynomialFit(), pcl::MovingLeastSquares< PointInT, PointOutT >::setPolynomialOrder(), pcl::PCLSurfaceBase< PointInT >::setSearchMethod(), pcl::MovingLeastSquares< PointInT, PointOutT >::setSearchMethod(), pcl::MovingLeastSquares< PointInT, PointOutT >::setSearchRadius(), pcl::GreedyProjectionTriangulation< PointInT >::setSearchRadius(), and pcl::MovingLeastSquares< PointInT, PointOutT >::setSqrGaussParam().
std::vector< pcl::Vertices > Mesh::faces |