Skip to content

Extending API to get information about picked location.

Utkarsh Ayachit requested to merge utkarsh.ayachit/vtk:pick_nearest_point into master

When using vtkHardwareSelector::GetPixelInformation() with a maxDist argument, we have no means to know which position's info was being returned. This change addresses that issue.

Merge request reports