Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetLastNode
Method
GetLastNode
Rendering/Core/vtkAssemblyPath.cxx:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
vtkAssemblyNode* vtkAssemblyPath::GetLastNode()
64
{
65
return this->Bottom ? static_cast<vtkAssemblyNode*>(this->Bottom->Item) : nullptr;
66
}
67
68
void vtkAssemblyPath::DeleteLastNode()
69
{
Callers
15
DeleteLastNode
Method · 0.95
WriteData
Method · 0.80
WriteData
Method · 0.80
WriteData
Method · 0.80
WriteToStream
Method · 0.80
WriteData
Method · 0.80
WriteData
Method · 0.80
WriteData
Method · 0.80
WriteData
Method · 0.80
WriteData
Method · 0.80
WriteData
Method · 0.80
WriteData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected