Skip to content

Remove vtkDataObject dependency from CommonCore

David Gobbi requested to merge dgobbi/vtk:remove-data-object-from-core into master

This eliminates the need to include vtkDataObject.h within Common/Core/vtkInformationDataObjectKey.cxx, and removes the circular dependency between CommonCore and CommonDataModel.

Closes: #18818 (closed)

Edited by David Gobbi

Merge request reports