MCPcopy 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
63vtkAssemblyNode* vtkAssemblyPath::GetLastNode()
64{
65 return this->Bottom ? static_cast<vtkAssemblyNode*>(this->Bottom->Item) : nullptr;
66}
67
68void vtkAssemblyPath::DeleteLastNode()
69{

Callers 15

DeleteLastNodeMethod · 0.95
WriteDataMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
WriteToStreamMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80
WriteDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected