39#ifndef vtkConvertToPolyhedra_h
40#define vtkConvertToPolyhedra_h
42#include "vtkFiltersCoreModule.h"
67 vtkSetMacro(OutputAllCells,
bool);
68 vtkGetMacro(OutputAllCells,
bool);
69 vtkBooleanMacro(OutputAllCells,
bool);
convert 3D linear cells to vtkPolyhedra
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information, and printing the state of the object.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkConvertToPolyhedra() override=default
static vtkConvertToPolyhedra * New()
Standard methods for instantiation, obtaining type information, and printing the state of the object.
a simple class to control print indentation
Superclass for algorithms that produce only unstructured grid as output.