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

Method InitPathTraversal

Rendering/Image/vtkImageStack.cxx:533–537  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

531
532//------------------------------------------------------------------------------
533void vtkImageStack::InitPathTraversal()
534{
535 this->UpdatePaths();
536 this->Paths->InitTraversal();
537}
538
539//------------------------------------------------------------------------------
540vtkAssemblyPath* vtkImageStack::GetNextPath()

Callers

nothing calls this directly

Calls 2

UpdatePathsMethod · 0.95
InitTraversalMethod · 0.45

Tested by

no test coverage detected