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

Method GetNumberOfPaths

Rendering/Core/vtkAssembly.cxx:267–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267int vtkAssembly::GetNumberOfPaths()
268{
269 this->UpdatePaths();
270 return this->Paths->GetNumberOfItems();
271}
272
273// Build the assembly paths if necessary. UpdatePaths()
274// is only called when the assembly is at the root

Callers

nothing calls this directly

Calls 2

UpdatePathsMethod · 0.95
GetNumberOfItemsMethod · 0.45

Tested by

no test coverage detected