Skip to content

Use std::set instead of vector to hold instances of render window interactor

When calling RenderWindowInteractor::ReInitialize, the same instance of render window interactor was added to the static vector Instances. Use a set to avoid duplicates

Merge request reports