Skip to content
  • David Gobbi's avatar
    Prefer GetIncrements(incs) over getting a pointer · 0f2b56e4
    David Gobbi authored
    The GetIncrements() method calls ComputeIncrements(), and if you do not
    supply your own array, then the vtkImageData::Increments ivar is modified
    and returned.  This means that the signature of ComputeIncrements() that
    returns a pointer is not thread safe.
    0f2b56e4