Skip to content
Snippets Groups Projects
Commit 9c2c31d5 authored by Spiros Tsalikis's avatar Spiros Tsalikis
Browse files

Add changelog

parent b8df7960
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,9 @@ vtkExtractSelection now properly works for vtkUniformGridAMR subclasses.
This was achieved by Modifying vtkDataObjectTree to support vtkUniformGridAMR for CopyStructure, GetDataSet, SetDataSet.
Also when creating the hierarchy of a vtkUniformGrid, now all composite indices are in a level are included.
Finally, as we prepare to deprecate vtkMultiBlockDataSet, if the input is a vtkUniformGridAMR, vtkExtractSelection now
generates a vtkPartitionedDataSetCollection instead of a vtkMultiBlockDataSet.
generates a vtkPartitionedDataSetCollection instead of a vtkMultiBlockDataSet. Also the following protected function
has been deprecated.
```
void CutAMRBlock(
vtkPlane* cutPlane, unsigned int blockIdx, vtkUniformGrid* grid, vtkMultiBlockDataSet* dataSet);
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment