MSV-Project / MSVTK

Multiscale Visualization ToolKit
https://web.archive.org/web/20141218040109/http://msvtk.org/
Apache License 2.0
14 stars 8 forks source link

21 msvVTKEmbeddedProbeFilter complete #23

Closed rchristie closed 11 years ago

rchristie commented 11 years ago

Please review, and hopefully pull this into master. This should close Issue 21. There is a nice time-varying example in my GridViewerApplication branch at Examples/Data/TimeGrid2/distort_msv.msv

rchristie commented 11 years ago

Note this has been added in Libs/VTK/Graphics because that is where the original vtkProbeFilter is. There is a moderate amount of code copied from vtkProbeFilter. I couldn't usefully derive the new filter from vtkProbeFilter: at some future point both classes could be refactored to share code.

rchristie commented 11 years ago

Thanks for the review Julien. Hopefully latest commits should resolve the issues you raised.