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

Function GetNextDataArray

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

* Reentrant safe way to get an object in a collection. Just pass the * same cookie back and forth. */

Source from the content-addressed store, hash-verified

44 * same cookie back and forth.
45 */
46 vtkDataArray* GetNextDataArray(vtkCollectionSimpleIterator& cookie)
47 {
48 return static_cast<vtkDataArray*>(this->GetNextItemAsObject(cookie));
49 }
50
51protected:
52 vtkDataArrayCollection() = default;

Callers

nothing calls this directly

Calls 1

GetNextItemAsObjectMethod · 0.80

Tested by

no test coverage detected