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

Method GetNextItem

Common/Core/vtkOverrideInformationCollection.h:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65inline vtkOverrideInformation* vtkOverrideInformationCollection::GetNextItem()
66{
67 return static_cast<vtkOverrideInformation*>(this->GetNextItemAsObject());
68}
69
70VTK_ABI_NAMESPACE_END
71#endif

Callers 1

Calls 1

GetNextItemAsObjectMethod · 0.80

Tested by

no test coverage detected