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

Method GoToNextItem

Common/Core/vtkCollectionIterator.cxx:58–64  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

56
57//------------------------------------------------------------------------------
58void vtkCollectionIterator::GoToNextItem()
59{
60 if (this->Element)
61 {
62 this->Element = this->Element->Next;
63 }
64}
65
66//------------------------------------------------------------------------------
67int vtkCollectionIterator::IsDoneWithTraversal()

Callers 15

FlattenMethod · 0.45
findPolyDataFunction · 0.45
WriteDataObjectMethod · 0.45
WriteAnActorMethod · 0.45
findPolyDataFunction · 0.45
RequestDataMethod · 0.45
ReadMidpointDataMethod · 0.45
findPolyDataFunction · 0.45
FlattenHierarchyMethod · 0.45
CreateSetsMetadataMethod · 0.45
GetMaxNameLengthMethod · 0.45

Calls

no outgoing calls

Tested by 15

PointCountsFunction · 0.36
VerifyArrayAttributeFunction · 0.36
TestBigEndianPlot3DFunction · 0.36
AddActorsFunction · 0.36
AddActorsFunction · 0.36
ValidateMeshTypeAMRImplFunction · 0.36
ValidateMeshTypeAMRFunction · 0.36
ComputeMaxNonEmptyLevelFunction · 0.36
ComputeNumberOfCellsFunction · 0.36
ComputeMaxNonEmptyLevelFunction · 0.36