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
System updates will be applied on Nov 27th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
When calling RenderWindowInteractor::ReInitialize, the same instance of render window interactor was added to the static vector Instances. Use a set to avoid duplicates