vtkQuadricDecimation: skip handling of non-triangles
CollapseEdge() assumed triangles, but when a degenerate cell is present in the input, some it may encounter empty cells and crash. This commit adds a guard against processing cells other than triangles.
Edited by Cory Quammen