Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
InitChildIterator
Method · 0.95
Initialize
Method · 0.95
IsDoneWithTraversal
Method · 0.95
Calls
1
GetInternals
Method · 0.45
Tested by
no test coverage detected