16#ifndef vtkPolyDataToUnstructuredGrid_h
17#define vtkPolyDataToUnstructuredGrid_h
19#include "vtkFiltersCoreModule.h"
22VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
Filter which converts a polydata to unstructured grid.
static bool CanBeProcessedFast(vtkPolyData *polyData)
Check if a polydata has only 1 cell array populated, therefore it can be just shallow copied.
~vtkPolyDataToUnstructuredGrid() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkPolyDataToUnstructuredGrid()
static vtkPolyDataToUnstructuredGrid * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for algorithms that produce only unstructured grid as output.