<div dir="ltr">Hi,<div><br></div><div>I see in the code of vtkImageData::GetDimensions(int dims[3]) that the "Dimensions" member variable is not computed anymore since commit <a href="https://gitlab.kitware.com/vtk/vtk/commit/4345f286e7fbffe0d8734ade60824556cb1b3d3d" style="color:rgb(51,60,72);text-decoration:none;font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:15px;line-height:21.4286px">4345f286e7fbffe0d8734ade60824556cb1b3d3d</a>, for thread safe reasons.</div><div><br></div><div>I can understand the reason for this change if it can not be done otherway, but i think the documentation of the method should be updated, since it is curently : </div><div>"Dimensions are computed from Extents during this call."</div><div><br></div><div>It is true for the int *GetDimensions() implementation but not this one anymore.</div><div><br></div><div>Cheers,</div><div>Xabi</div></div>