Skip to content

Fix initialization of vtkAbstractPolyDataReader

Original pull request was for initialization of FileName member and number of input ports, but since then FileName was taken care of by another commit.

Number of input ports is initialized to 0 because a file reader is not expected to have input ports.

Edited by Andras Lasso

Merge request reports