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

Method IsDoneWithTraversal

Common/DataModel/vtkDataObjectTreeIterator.cxx:280–283  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

278
279//------------------------------------------------------------------------------
280int vtkDataObjectTreeIterator::IsDoneWithTraversal()
281{
282 return this->Internals->Iterator->IsDoneWithTraversal();
283}
284
285//------------------------------------------------------------------------------
286bool vtkDataObjectTreeIterator::IsDataObjectTree(vtkDataObject* dataObject)

Callers 6

GetCurrentDataObjectMethod · 0.95
GetCurrentMetaDataMethod · 0.95
HasCurrentMetaDataMethod · 0.95
NextMethod · 0.45
GoToFirstItemMethod · 0.45
GoToNextItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected