Skip to content

Commit 2c2ff11

Browse files
committed
ENH: MeshToPolyData transform cells and cell data
1 parent efb7c90 commit 2c2ff11

File tree

7 files changed

+479
-425
lines changed

7 files changed

+479
-425
lines changed

ITKKWStyleOverwrite.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
itkMeshToPolyDataFilter\.hxx Namespace Disable
2+
itkMeshToPolyDataFilterTest\.cxx Namespace Disable

include/itkMeshToPolyDataFilter.h

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,18 @@ namespace itk
2626

2727
/** \class MeshToPolyDataFilter
2828
*
29-
* \brief Filters a image by iterating over its pixels.
29+
* \brief Convert a PointSet or Mesh to PolyData
3030
*
31-
* Filters a image by iterating over its pixels in a multi-threaded way
32-
* and {to be completed by the developer}.
31+
* Convert an itk::PointSet or itk::Mesh to an itk::PolyData for visualization
32+
* with vtk.js.
33+
*
34+
* Currently support ITK cell types:
35+
*
36+
* - itk::VertexCell
37+
* - itk::LineCell
38+
* - itk::TriangleCell
39+
* - itk::QuadrilateralCell
40+
* - itk::PolygonCell
3341
*
3442
* \ingroup MeshToPolyData
3543
*

0 commit comments

Comments
 (0)