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

Function GetNextOverrideInformation

Common/Core/vtkOverrideInformationCollection.h:43–46  ·  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

41 * same cookie back and forth.
42 */
43 vtkOverrideInformation* GetNextOverrideInformation(vtkCollectionSimpleIterator& cookie)
44 {
45 return static_cast<vtkOverrideInformation*>(this->GetNextItemAsObject(cookie));
46 }
47
48protected:
49 vtkOverrideInformationCollection() = default;

Callers

nothing calls this directly

Calls 1

GetNextItemAsObjectMethod · 0.80

Tested by

no test coverage detected