Split the cell-grid sides query…
… into a cache object and the query that uses the cache. This will allow other filters to use cached sides (specifically the forthcoming vtkCellGridCrinkleCleaver).
Showing
- Common/DataModel/CMakeLists.txt 1 addition, 0 deletionsCommon/DataModel/CMakeLists.txt
- Common/DataModel/vtkCellGrid.cxx 3 additions, 0 deletionsCommon/DataModel/vtkCellGrid.cxx
- Common/DataModel/vtkCellGridSidesCache.cxx 54 additions, 0 deletionsCommon/DataModel/vtkCellGridSidesCache.cxx
- Common/DataModel/vtkCellGridSidesCache.h 166 additions, 0 deletionsCommon/DataModel/vtkCellGridSidesCache.h
- Common/DataModel/vtkCellGridSidesQuery.cxx 51 additions, 6 deletionsCommon/DataModel/vtkCellGridSidesQuery.cxx
- Common/DataModel/vtkCellGridSidesQuery.h 20 additions, 153 deletionsCommon/DataModel/vtkCellGridSidesQuery.h
- Filters/CellGrid/vtkCellGridComputeSides.cxx 11 additions, 0 deletionsFilters/CellGrid/vtkCellGridComputeSides.cxx
- Filters/CellGrid/vtkDGSidesResponder.cxx 7 additions, 3 deletionsFilters/CellGrid/vtkDGSidesResponder.cxx
Loading
Please register or sign in to comment