InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.4k stars 662 forks source link

STYLE: Replace `PushBackInput`, `PushFrontInput` with using-declarations #4487

Closed N-Dekker closed 5 months ago

N-Dekker commented 6 months ago

Replaced these member functions with the equivalent using-declarations, as they only just forwarded to their Superclass anyway.

Aims to address their lack of coverage, at https://open.cdash.org/viewCoverageFile.php?buildid=9419378&fileid=57778588


Inspired by @jhlegarreta https://discourse.itk.org/t/concerning-coverage-drops/6479 and issue #4486