Linear vtkCell: Add Drawing, Add Clip, use contour tables, and Cleanup code#
The code of all linear cells has been cleaned up, and the following improvements have been made:
All linear cells now have a drawing showing the numbering of their points.
Most linear cells now have a clip method implemented using
vtkMarchingCellsClipCasesThe contour tables of most linear cells, and
vtkMarchingSquaresLineCases,vtkMarchingCubesTriangleCases,vtkMarchingCubesPolygonCasestables have now been moved tovtkMarchingCellsContourCases. Because of that,vtkMarchingSquaresLineCases,vtkMarchingCubesTriangleCases,vtkMarchingCubesPolygonCaseshave been deprecated.It should be noted that the clip algorithm is inclusive of the IsoValue value, when InsideOut is false, and exclusive of the IsoValue value when InsideOut is true.