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

Method GetChild

Common/DataModel/vtkDataObjectTree.cxx:85–93  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

83
84//------------------------------------------------------------------------------
85vtkDataObject* vtkDataObjectTree::GetChild(unsigned int index)
86{
87 if (index < this->Internals->Children.size())
88 {
89 return this->Internals->Children[index].DataObject;
90 }
91
92 return nullptr;
93}
94
95//------------------------------------------------------------------------------
96vtkInformation* vtkDataObjectTree::GetChildMetaData(unsigned int index)

Callers 9

SetDataSetMethod · 0.95
GetDataSetMethod · 0.95
PrintSelfMethod · 0.95
SetDataSetFromMethod · 0.45
GetMetaDataMethod · 0.45
HasMetaDataMethod · 0.45
CompositeShallowCopyMethod · 0.45
DeepCopyMethod · 0.45
ShallowCopyMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected