Skip to content
  • Robert Maynard's avatar
    vtkAbstractArray gained support for runtime user defined free functions. · 9d914078
    Robert Maynard authored
    Previously VTK offered only a couple ways to free user allocated memory
    (free, delete, aligned_free ). Now with these changes VTK can be given
    a free function or lambda with the signature of void f(void*) at runtime to be
    called to release the use allocated memory.
    
    This is done to allow for better integration of VTK with custom allocator
    and other languages.
    9d914078