Skip to content

Refactor vtkSMReaderFactory.

vtkSMReaderFactory is now held by vtkClientSession. Also simplifying reader factory to no longer do "CanReaFile" checks. Those checks are not universally supported by readers anyways. Let's remove them for now, we may reintroduce that behavior in the future.

Merge request reports