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

Method GetNumberOfPaths

Rendering/Image/vtkImageStack.cxx:550–554  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

548
549//------------------------------------------------------------------------------
550int vtkImageStack::GetNumberOfPaths()
551{
552 this->UpdatePaths();
553 return this->Paths->GetNumberOfItems();
554}
555
556//------------------------------------------------------------------------------
557void vtkImageStack::UpdatePaths()

Callers

nothing calls this directly

Calls 2

UpdatePathsMethod · 0.95
GetNumberOfItemsMethod · 0.45

Tested by

no test coverage detected