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

Method Next

Common/DataModel/vtkTreeIterator.cxx:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54vtkIdType vtkTreeIterator::Next()
55{
56 vtkIdType last = this->NextId;
57 if (last != -1)
58 {
59 this->NextId = this->NextInternal();
60 }
61 return last;
62}
63
64bool vtkTreeIterator::HasNext()
65{

Callers 15

GetDistinctCellTypesMethod · 0.45
IsStructureValidMethod · 0.45
NextGraphEdgeMethod · 0.45
ComputeCustomMetricMethod · 0.45
CommitSimplificationMethod · 0.45
NextGraphEdgeMethod · 0.45
ClearLastCellMethod · 0.45
NullDataMethod · 0.45
BeginFunction · 0.45

Calls 1

NextInternalMethod · 0.45

Tested by 15

GeneratePointInPlaneFunction · 0.36
RandomSphereFunction · 0.36
TestNegativeResultFunction · 0.36
ProjectAlongRayFunction · 0.36
RandomPointFunction · 0.36
TestGraphIteratorsFunction · 0.36
TestTreeDFSIteratorFunction · 0.36
TestTreeBFSIteratorFunction · 0.36
RandomCircleFunction · 0.36
RandomSphereFunction · 0.36