cell_data_to_point_data_algorithm#
- cell_data_to_point_data_algorithm(inp, pass_cell_data: bool = False)[source]#
Add a filter that converts cell data to point data.
- Parameters:
- inp
pyvista.DataSet The input data whose cell data will be converted to point data.
- pass_cell_databool, default:
False If
True, the original cell data will be passed to the output.
- inp
- Returns:
- vtkCellDataToPointData
The vtkCellDataToPointData filter.