Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make VtkPlot more object-oriented #379

Merged

Commits on Sep 4, 2018

  1. Make VtkPlot more object-oriented

    This will allow us to add more customization to the class without
    having a static function with an exceedingly long list of arguments...
    
    Signed-off-by: Patrick Avery <psavery@buffalo.edu>
    psavery committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    f16858a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. VtkPlot: Only make a new plot on first run

    Now, the old VtkPlot objects are re-used instead
    of being deleted and re-created.
    
    This prevents an issue where deleting the old object
    would sometimes result in crashing due to the Qt
    event loop.
    
    Signed-off-by: Patrick Avery <psavery@buffalo.edu>
    psavery committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    c69831e View commit details
    Browse the repository at this point in the history