MCPcopy Create free account
hub / github.com/Kitware/VTK / DeleteLastNode

Method DeleteLastNode

Rendering/Core/vtkAssemblyPath.cxx:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void vtkAssemblyPath::DeleteLastNode()
69{
70 vtkAssemblyNode* node = this->GetLastNode();
71 this->vtkCollection::RemoveItem(node);
72 this->Transform->Pop();
73}
74
75void vtkAssemblyPath::ShallowCopy(vtkAssemblyPath* path)
76{

Callers 6

UpdatePathsMethod · 0.45
BuildPathsMethod · 0.45
UpdatePathsMethod · 0.45
BuildPathsMethod · 0.45
UpdatePathsMethod · 0.45
BuildPathsMethod · 0.45

Calls 2

GetLastNodeMethod · 0.95
PopMethod · 0.45

Tested by

no test coverage detected