-
- Downloads
ENH: Change API of vtkRectilinearGrid::GetPoints()
The method now accepts an instance of vtkPoints that the user must pre-allocate externally. Since the user explicitely allocates that object, the responsibility for explicit de-allocation is more obvious in contrast to the previous API that was implicitely propagating ownership of the pointer to the caller. Change-Id: Ia289653d7d9ba2dc784f5851328c321c99e0a72e
Please register or sign in to comment