30#ifndef vtkConvertToPolyhedra_h
31#define vtkConvertToPolyhedra_h
33#include "vtkFiltersCoreModule.h"
36VTK_ABI_NAMESPACE_BEGIN
59 vtkSetMacro(OutputAllCells,
bool);
60 vtkGetMacro(OutputAllCells,
bool);
61 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.