28 #ifndef __vtkvmtkLinearizeMeshFilter_h 29 #define __vtkvmtkLinearizeMeshFilter_h 31 #include "vtkUnstructuredGridAlgorithm.h" 32 #include "vtkvmtkWin32Header.h" 38 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
42 vtkSetMacro(CleanOutput,
int);
43 vtkGetMacro(CleanOutput,
int);
44 vtkBooleanMacro(CleanOutput,
int);
50 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
Convert linear mesh elements to quadratic mesh elements by ignoring mid side nodes.