Skip to content

Properly handle Get(Id3) in ArrayPortalCheck

Kenneth Moreland requested to merge kmorel/vtk-m:portal-check-3d into master

Previously, the ArrayPortalCheck wrapper did not allow access to the superclass' Get for 3D indices. This solves that problem and also fixes it for Set (assuming there is ever an instance of that).

Merge request reports