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

Method RemoveTree

Common/DataModel/vtkHyperTreeGrid.cxx:1054–1057  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1052
1053//------------------------------------------------------------------------------
1054size_t vtkHyperTreeGrid::RemoveTree(vtkIdType index)
1055{
1056 return this->HyperTrees.erase(index);
1057}
1058
1059//------------------------------------------------------------------------------
1060void vtkHyperTreeGrid::ShallowCopy(vtkDataObject* src)

Callers 3

TestTreeDeletionFunction · 0.80
ProcessHTGMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by 1

TestTreeDeletionFunction · 0.64