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

Method GetNumberOfChildren

Common/DataModel/vtkDataObjectTree.cxx:48–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47//------------------------------------------------------------------------------
48unsigned int vtkDataObjectTree::GetNumberOfChildren()
49{
50 return static_cast<unsigned int>(this->Internals->Children.size());
51}
52
53//------------------------------------------------------------------------------
54void vtkDataObjectTree::SetChild(unsigned int index, vtkDataObject* dobj)

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