Small fixes and cleanup for vtkCellGrid
- Some issues with the CellGridSource example program (in
Examples/GUISupport/Qt/CellGridSource) have been identified and fixed. - The vtkCellGridCellToUnstructuredGrid algorithm now allows empty output in cell-grids without a crash.
- The cell-grid side filter properly marks itself as modified when its query-parameters are changed.
- The cell-grid source now produces
vtkDGVertcells with the properconstantfunction space for its shape and vector cell-attributes. - The cell-grid sides query has been split into a query and a cache class, the latter of which can be used by other filters.