Skip to content

Override GetCellTypes() function in vtkUnstructuredGrid

This MR overrides the GetCellTypes(vtkCellTypes* types) function in vtkUnstructuredGrid to computed the list of cell types lazily and updated only when needed. This provides a faster query of whether vtkContour3DLinearGrid can fully process a dataset.

Edited by Cory Quammen

Merge request reports