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

Method GetInternals

Common/DataModel/vtkDataObjectTreeIterator.cxx:423–431  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

421
422//------------------------------------------------------------------------------
423vtkDataObjectTreeInternals* vtkDataObjectTreeIterator::GetInternals(vtkDataObjectTree* cd)
424{
425 if (cd)
426 {
427 return cd->Internals;
428 }
429
430 return nullptr;
431}
432
433//------------------------------------------------------------------------------
434void vtkDataObjectTreeIterator::PrintSelf(ostream& os, vtkIndent indent)

Callers 3

SetStorageMethod · 0.45
GetInternalsMethod · 0.45
GetInternalsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected