Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ SetStartVertex
Method
SetStartVertex
Common/DataModel/vtkTreeIterator.cxx:44–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void vtkTreeIterator::SetStartVertex(vtkIdType vertex)
45
{
46
if (this->StartVertex != vertex)
47
{
48
this->StartVertex = vertex;
49
this->Initialize();
50
this->Modified();
51
}
52
}
53
54
vtkIdType vtkTreeIterator::Next()
55
{
Callers
9
ReadNewickTree
Method · 0.80
ReadXMLData
Method · 0.80
ReorderTree
Method · 0.80
GetPositionScoreForVertex
Method · 0.80
InterpolateLine
Method · 0.80
InterpolateLine
Method · 0.80
FindVertex
Method · 0.80
DijkstraEdgeSearch
Method · 0.80
TestDijkstraGraphGeodesicPath
Function · 0.80
Calls
2
Initialize
Method · 0.45
Modified
Method · 0.45
Tested by
1
TestDijkstraGraphGeodesicPath
Function · 0.64