vtkPolyData
vtkPolyData is a class in the Visualization Toolkit (VTK), an open-source software system for 3D computer graphics, image processing, and visualization. It represents a geometric structure consisting of vertices, lines, polygons, and/or triangle strips. This class is fundamental in VTK for handling and manipulating polygonal data.
The primary components of vtkPolyData include points, cells, and data attributes. Points define the vertices of
vtkPolyData supports various operations for manipulating polygonal data, such as filtering, mapping, and rendering. It provides