Skip to content

COMP: Fix cppcheck duplicate inherited member warnings.

This patch set addresses the duplicate inherited member warnings stil remaining from those originally pointed at: https://open.cdash.org/viewBuildError.php?type=1&buildid=4730716

The issues with vtk::ChartMatrix, vtk::RenderedTreeAreaRepresentation, and vtk::XRenderWindowInteractor classes had to do with the private implementations of their members being declared as protected.

The rest of the issues had to do with simple duplicate inherited members.

The documentation present for the DataSet ivar in vtk::SimpleCellTessellator is transferred to its parent class vtk::GenericCellTessellator.

Merge request reports