Point Cloud Library (PCL)  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions
pcl::MeshProcessing Class Reference

MeshProcessing represents the base class for mesh processing algorithms. More...

#include <pcl/surface/processing.h>

Inheritance diagram for pcl::MeshProcessing:
Inheritance graph
[legend]

List of all members.

Public Types

typedef PolygonMesh::ConstPtr PolygonMeshConstPtr

Public Member Functions

 MeshProcessing ()
 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.

Detailed Description

MeshProcessing represents the base class for mesh processing algorithms.

Author:
Alexandru Eugen Ichim

Definition at line 52 of file processing.h.


Member Typedef Documentation

Definition at line 55 of file processing.h.


Constructor & Destructor Documentation

Constructor.

Definition at line 58 of file processing.h.


Member Function Documentation

Process the input surface mesh and store the results.

Parameters:
[out]outputthe resultant processed surface model

Set the input mesh that we want to process.

Parameters:
[in]inputthe input polygonal mesh

Definition at line 64 of file processing.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines