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

Method GetNextItem

IO/Image/vtkImageReader2Collection.cxx:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16vtkImageReader2* vtkImageReader2Collection::GetNextItem()
17{
18 return static_cast<vtkImageReader2*>(this->GetNextItemAsObject());
19}
20
21vtkImageReader2* vtkImageReader2Collection::GetNextImageReader2(vtkCollectionSimpleIterator& cookie)
22{

Callers 9

VRMLImporter.pyFile · 0.45
BuildPlanesMethod · 0.45
ValidateWorldPositionMethod · 0.45
GetDistanceFromObjectMethod · 0.45
ComputeWorldPositionMethod · 0.45
ValidateWorldPositionMethod · 0.45
GetDistanceFromObjectMethod · 0.45

Calls 1

GetNextItemAsObjectMethod · 0.80

Tested by

no test coverage detected