Skip to content
  • Andreas Buykx's avatar
    Avoid unnecessary allocation of vtkInformation · 48861127
    Andreas Buykx authored
    Calling Modified on any vtkDataArray caused an vtkInformation instance
    to be created if none existed yet. This leads to unnecessary dynamic
    memory allocation and deallocation.
    
    Solved by testing whether the array has a vtkInformation instance before
    getting it and resetting its keys.
    48861127