Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
inline vtkOverrideInformation* vtkOverrideInformationCollection::GetNextItem()
66
{
67
return static_cast<vtkOverrideInformation*>(this->GetNextItemAsObject());
68
}
69
70
VTK_ABI_NAMESPACE_END
71
#endif
Callers
1
GetCollectionItemType
Class · 0.45
Calls
1
GetNextItemAsObject
Method · 0.80
Tested by
no test coverage detected