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

Function GetInternals

Common/DataModel/vtkDataObjectTreeIterator.cxx:246–249  ·  view source on GitHub ↗

Description: Helper method used by vtkInternals to get access to the internals of vtkDataObjectTree.

Source from the content-addressed store, hash-verified

244 // Helper method used by vtkInternals to get access to the internals of
245 // vtkDataObjectTree.
246 vtkDataObjectTreeInternals* GetInternals(vtkDataObjectTree* cd)
247 {
248 return this->CompositeDataIterator->GetInternals(cd);
249 }
250
251 vtkInternals() { this->Iterator = new vtkIterator(this); }
252 ~vtkInternals()

Callers

nothing calls this directly

Calls 1

GetInternalsMethod · 0.45

Tested by

no test coverage detected