MCPcopy Create free account
hub / github.com/Kitware/VTK / GetNextItem

Function GetNextItem

Rendering/Image/vtkImageSliceCollection.h:61–61  ·  view source on GitHub ↗

* Access routine provided for compatibility with previous * versions of VTK. Please use the GetNextImage() variant * where possible. */

Source from the content-addressed store, hash-verified

59 * where possible.
60 */
61 vtkImageSlice* GetNextItem() { return this->GetNextImage(); }
62
63protected:
64 vtkImageSliceCollection() = default;

Callers

nothing calls this directly

Calls 1

GetNextImageMethod · 0.80

Tested by

no test coverage detected