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

Method GetNextNode

Rendering/Core/vtkAssemblyPath.cxx:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53vtkAssemblyNode* vtkAssemblyPath::GetNextNode()
54{
55 return static_cast<vtkAssemblyNode*>(this->GetNextItemAsObject());
56}
57
58vtkAssemblyNode* vtkAssemblyPath::GetFirstNode()
59{

Callers 10

GetMTimeMethod · 0.95
ComputeWorldPositionMethod · 0.80
ComputeWorldPositionMethod · 0.80
ComputeWorldPositionMethod · 0.80
ComputeWorldPositionMethod · 0.80
StartCursorMethod · 0.80
StartSliceMotionMethod · 0.80
StartWindowLevelMethod · 0.80
UpdateCursorMethod · 0.80
ShallowCopyMethod · 0.80

Calls 1

GetNextItemAsObjectMethod · 0.80

Tested by

no test coverage detected