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

Function GetNextItem

Common/Core/vtkDataArrayCollection.h:35–35  ·  view source on GitHub ↗

* Get the next dataarray in the list. */

Source from the content-addressed store, hash-verified

33 * Get the next dataarray in the list.
34 */
35 vtkDataArray* GetNextItem() { return static_cast<vtkDataArray*>(this->GetNextItemAsObject()); }
36
37 /**
38 * Get the ith dataarray in the list.

Callers

nothing calls this directly

Calls 1

GetNextItemAsObjectMethod · 0.80

Tested by

no test coverage detected