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

Method IsDoneWithTraversal

Common/Core/vtkCollectionIterator.cxx:67–70  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

65
66//------------------------------------------------------------------------------
67int vtkCollectionIterator::IsDoneWithTraversal()
68{
69 return (this->Element ? 0 : 1);
70}
71
72//------------------------------------------------------------------------------
73vtkObject* vtkCollectionIterator::GetCurrentObject()

Callers 11

SelectSocketsMethod · 0.45
ProcessRequestMethod · 0.45
ExecuteEachMethod · 0.45
MarkOutputsGeneratedMethod · 0.45
NeedToExecuteDataMethod · 0.45
ExecuteEachMethod · 0.45
AddPerBlockFieldDataFunction · 0.45
CheckPerBlockFieldDataFunction · 0.45
GetNumberOfKeysMethod · 0.45
Serialize_vtkInformationFunction · 0.45

Calls

no outgoing calls

Tested by 2

AddPerBlockFieldDataFunction · 0.36
CheckPerBlockFieldDataFunction · 0.36