Skip to content
  • Martin Nolte's avatar
    [vtkwriter] detect whether `bind`/`unbind` are present instead of `localContext` · c884782f
    Martin Nolte authored
    Currently the VTKWriter detects whether a function provides a method
    `localContext` to find out whether it may call `bind` and `unbind`.
    It will never actually call `localContext`.
    
    This behavior is quite surprising. To fix the issue, this patch actually
    checks for the methods that are actually called, i.e., `bind` and `unbind`.
    c884782f