Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
vtkIdType vtkTreeIterator::Next()
55
{
56
vtkIdType last = this->NextId;
57
if (last != -1)
58
{
59
this->NextId = this->NextInternal();
60
}
61
return last;
62
}
63
64
bool vtkTreeIterator::HasNext()
65
{
Callers
15
GetDistinctCellTypes
Method · 0.45
IsStructureValid
Method · 0.45
NextGraphEdge
Method · 0.45
ComputeCustomMetric
Method · 0.45
CommitSimplification
Method · 0.45
NextGraphEdge
Method · 0.45
vtkDirectedAcyclicGraphDFSVisit
Function · 0.45
ClearLastCell
Method · 0.45
NullData
Method · 0.45
GetNumberOfCellsUsingEdge
Method · 0.45
GetNumberOfCellsUsingFace
Method · 0.45
Begin
Function · 0.45
Calls
1
NextInternal
Method · 0.45
Tested by
15
GeneratePointInPlane
Function · 0.36
RandomSphere
Function · 0.36
TestNegativeResult
Function · 0.36
TestCoplanarNegativeResult
Function · 0.36
ProjectAlongRay
Function · 0.36
GenerateOverlappingSegments
Function · 0.36
RandomPoint
Function · 0.36
TestGraphIterators
Function · 0.36
TestTreeDFSIterator
Function · 0.36
TestTreeBFSIterator
Function · 0.36
RandomCircle
Function · 0.36
RandomSphere
Function · 0.36