Implementation of vtkTriQuadraticPyramid cell
The purpose of this MR is to implement the vtkCell API of the 19-node-pyramid cell named vtkTriQuadraticPyramid.
Along with the addition of this API, several filters, readers and tests will be updated to incorporate vtkTriQuadraticPyramid.
Filters:
vtkCellValidatorvtkUnstructuredGridGeometryFiltervtkReflectionFiltervtkBoxClipDatasetvtkCellTypeSource
Readers:
vtkIossReader
Tests:
contourQuadraticCellsclipQuadraticCellsExtractEdgesQuadraticCellsTestCellValidatorTestUnstructuredGridGeometryFilterUnitTestCellsquadCellConsistencyquadraticIntersectionquadraticEvaluationTestInterpolationDerivsTestInterpolationFunctionsTestHigherOrderCellUnitTestDataSetSurfaceFilterTestGenericCellTestCellTypeSource
This MR required the following MRs to be fully complete:
Once this MR is merged, paraview/paraview!5152 (merged) can follow.
Edited by Spiros Tsalikis