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

Method SetNumberOfChildren

Common/DataModel/vtkDataObjectTree.cxx:41–45  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

39
40//------------------------------------------------------------------------------
41void vtkDataObjectTree::SetNumberOfChildren(unsigned int num)
42{
43 this->Internals->Children.resize(num);
44 this->Modified();
45}
46
47//------------------------------------------------------------------------------
48unsigned int vtkDataObjectTree::GetNumberOfChildren()

Callers 6

SetChildMethod · 0.95
SetChildMetaDataMethod · 0.95
CompositeShallowCopyMethod · 0.95
DeepCopyMethod · 0.95
ShallowCopyMethod · 0.95
CopyStructureMethod · 0.80

Calls 2

resizeMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected