|
Point Cloud Library (PCL)
1.6.0
|
The ear clipping triangulation algorithm. More...
#include <pcl/surface/ear_clipping.h>


Public Types | |
| typedef PolygonMesh::ConstPtr | PolygonMeshConstPtr |
Public Member Functions | |
| EarClipping () | |
| Empty constructor. | |
| void | setInputMesh (const pcl::PolygonMeshConstPtr &input) |
| Set the input mesh that we want to process. | |
| void | process (pcl::PolygonMesh &output) |
| Process the input surface mesh and store the results. | |
The ear clipping triangulation algorithm.
The code is inspired by Flavien Brebion implementation, which is in n^3 and does not handle holes.
Definition at line 53 of file ear_clipping.h.
typedef PolygonMesh::ConstPtr pcl::MeshProcessing::PolygonMeshConstPtr [inherited] |
Definition at line 91 of file processing.h.
| pcl::EarClipping::EarClipping | ( | ) | [inline] |
Empty constructor.
Definition at line 59 of file ear_clipping.h.
| void pcl::MeshProcessing::process | ( | pcl::PolygonMesh & | output | ) | [inherited] |
Process the input surface mesh and store the results.
| [out] | output | the resultant processed surface model |
| void pcl::MeshProcessing::setInputMesh | ( | const pcl::PolygonMeshConstPtr & | input | ) | [inline, inherited] |
Set the input mesh that we want to process.
| [in] | input | the input polygonal mesh |
Definition at line 103 of file processing.h.
1.7.6.1