#include <pcl/surface/vtk_smoothing/vtk_utils.h>
Definition at line 48 of file vtk_utils.h.
◆ convertToPCL()
Convert the vtkPolyData object back to PolygonMesh.
- Parameters
-
[in] | vtk_polygons | |
[out] | triangles | the PolygonMesh to store the vtkPolyData in. |
◆ convertToVTK()
Convert a PCL PolygonMesh to a VTK vtkPolyData.
- Parameters
-
[in] | triangles | PolygonMesh to be converted to vtkPolyData, stored in the object. |
[out] | triangles_out_vtk | |
◆ mesh2vtk()
Convert a PCL PolygonMesh to a vtkPolyData object.
- Parameters
-
[in] | mesh | Reference to PCL Polygon Mesh |
[out] | poly_data | Pointer (vtkSmartPointer) to a vtkPolyData object |
- Returns
- Number of points in the point cloud of mesh.
◆ vtk2mesh()
Convert vtkPolyData object to a PCL PolygonMesh.
- Parameters
-
[in] | poly_data | Pointer (vtkSmartPointer) to a vtkPolyData object |
[out] | mesh | PCL Polygon Mesh to fill |
- Returns
- Number of points in the point cloud of mesh.
The documentation for this class was generated from the following file: