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

Method ReorderChildren

Common/DataModel/vtkTree.cxx:195–198  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

193
194//------------------------------------------------------------------------------
195void vtkTree::ReorderChildren(vtkIdType parent, vtkIdTypeArray* children)
196{
197 this->ReorderOutVertices(parent, children);
198}
199
200//------------------------------------------------------------------------------
201void vtkTree::PrintSelf(ostream& os, vtkIndent indent)

Callers 1

ReorderTreeAtVertexMethod · 0.80

Calls 1

ReorderOutVerticesMethod · 0.80

Tested by

no test coverage detected