28 #ifndef __vtkvmtkLinearToQuadraticSurfaceMeshFilter_h 29 #define __vtkvmtkLinearToQuadraticSurfaceMeshFilter_h 31 #include "vtkUnstructuredGridAlgorithm.h" 32 #include "vtkvmtkWin32Header.h" 38 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
42 vtkSetMacro(SubdivisionMethod,
int);
43 vtkGetMacro(SubdivisionMethod,
int);
45 { this->SubdivisionMethod = LINEAR_SUBDIVISION; }
47 { this->SubdivisionMethod = BUTTERFLY_SUBDIVISION; }
53 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
void SetSubdivisionMethodToLinear()
Converts linear surface elements to quadratic surface elements via either linear subdivision of lapla...
void SetSubdivisionMethodToButterfly()