42 #ifndef vtkConvertToPolyhedra_h
43 #define vtkConvertToPolyhedra_h
45 #include "vtkFiltersCoreModule.h"
70 vtkSetMacro(OutputAllCells,
bool);
71 vtkGetMacro(OutputAllCells,
bool);
72 vtkBooleanMacro(OutputAllCells,
bool);
convert 3D linear cells to vtkPolyhedra
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Superclass for algorithms that produce only unstructured grid as output.