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

Method HasNext

Common/DataModel/vtkTreeIterator.cxx:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64bool vtkTreeIterator::HasNext()
65{
66 return this->NextId != -1;
67}
68
69void vtkTreeIterator::Restart()
70{

Callers 15

parentMethod · 0.45
ReorderTreeMethod · 0.45
ConvertSelectionMethod · 0.45
PaintMethod · 0.45
UpdatePositionsMethod · 0.45
IsStructureValidMethod · 0.45
ComputeCustomMetricMethod · 0.45
CommitSimplificationMethod · 0.45
BuildEdgeListMethod · 0.45

Calls

no outgoing calls

Tested by 8

TestGraphIteratorsFunction · 0.36
TestTreeDFSIteratorFunction · 0.36
TestTreeBFSIteratorFunction · 0.36
TestGraphAttribIteratorsFunction · 0.36
RequestDataMethod · 0.36
RequestDataMethod · 0.36
CompareDataFunction · 0.36
DisplayReebGraphFunction · 0.36