MCPcopy 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
58vtkAssemblyNode* vtkAssemblyPath::GetFirstNode()
59{
60 return this->Top ? static_cast<vtkAssemblyNode*>(this->Top->Item) : nullptr;
61}
62
63vtkAssemblyNode* vtkAssemblyPath::GetLastNode()
64{

Callers 15

SubclassHoverActionMethod · 0.80
OnLeftButtonDownMethod · 0.80
OnMiddleButtonDownMethod · 0.80
OnRightButtonDownMethod · 0.80
OnLeftButtonDownMethod · 0.80
OnRightButtonDownMethod · 0.80
OnLeftButtonDownMethod · 0.80
OnLeftButtonDownMethod · 0.80

Calls

no outgoing calls

Tested by 1

OnLeftButtonDownMethod · 0.64