Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetFirstNode
Method
GetFirstNode
Rendering/Core/vtkAssemblyPath.cxx:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
vtkAssemblyNode* vtkAssemblyPath::GetFirstNode()
59
{
60
return this->Top ? static_cast<vtkAssemblyNode*>(this->Top->Item) : nullptr;
61
}
62
63
vtkAssemblyNode* vtkAssemblyPath::GetLastNode()
64
{
Callers
15
ComputeInteractionState
Method · 0.80
SubclassHoverAction
Method · 0.80
OnLeftButtonDown
Method · 0.80
OnMiddleButtonDown
Method · 0.80
OnRightButtonDown
Method · 0.80
ComputeInteractionState
Method · 0.80
OnLeftButtonDown
Method · 0.80
OnRightButtonDown
Method · 0.80
ComputeInteractionState
Method · 0.80
OnLeftButtonDown
Method · 0.80
OnLeftButtonDown
Method · 0.80
ComputeInteractionState
Method · 0.80
Calls
no outgoing calls
Tested by
1
OnLeftButtonDown
Method · 0.64