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

Method GetInternals

Common/DataModel/vtkDataObjectTreeIterator.cxx:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 vtkDataObjectTreeInternals* GetInternals(vtkDataObjectTree* cd)
54 {
55 return this->Parent->GetInternals(cd);
56 }
57
58 public:
59 vtkIterator(vtkInternals* parent)

Callers 3

InitChildIteratorMethod · 0.95
InitializeMethod · 0.95
IsDoneWithTraversalMethod · 0.95

Calls 1

GetInternalsMethod · 0.45

Tested by

no test coverage detected