26 #ifndef __vtkvmtkUnstructuredGridTetraFilter_h 27 #define __vtkvmtkUnstructuredGridTetraFilter_h 29 #include "vtkUnstructuredGridAlgorithm.h" 30 #include "vtkvmtkWin32Header.h" 32 class vtkOrderedTriangulator;
40 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
42 vtkSetMacro(TetrahedraOnly,
int);
43 vtkGetMacro(TetrahedraOnly,
int);
44 vtkBooleanMacro(TetrahedraOnly,
int);
50 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
52 int TriangulateQuad(vtkUnstructuredGrid* output, vtkIdList *quadPtIds, vtkIdList *ptIds);
56 void Execute(vtkUnstructuredGrid *, vtkUnstructuredGrid *);
Convert the elements of a mesh to linear tetrahedra.
vtkOrderedTriangulator * Triangulator