Skip to content

vtkPartitionedDataSet/vtkPartitionedDataSetCollection improvements

  • vtkDataAssembly changes internal DOM to make it easier to support standard XPath selection supported by pugixml.
  • Improvements to vtkPartitionedDataSetCollection API to get/set using a 2-tuple index and also never have null blocks.
  • Fixes issues with vtkDataObjectTree::CopyStructure that could lead to invalid multiblock or partitioned-dataset or partitioned-dataset-collection when being copied for each other.
  • Adding vtkPartitionedDataSetAlgorithm and vtkPartitionedDataSetCollectionAlgorithm.
  • Adding a new filter to convert multiblock dataset to vtkPartitionedDataSetCollection and vice versa.
Edited by Utkarsh Ayachit

Merge request reports