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

Function GetNumberOfChildren

Common/DataModel/vtkTree.h:63–63  ·  view source on GitHub ↗

* Get the number of children of a vertex. */

Source from the content-addressed store, hash-verified

61 * Get the number of children of a vertex.
62 */
63 vtkIdType GetNumberOfChildren(vtkIdType v) { return this->GetOutDegree(v); }
64
65 /**
66 * Get the i-th child of a parent vertex.

Callers

nothing calls this directly

Calls 1

GetOutDegreeMethod · 0.80

Tested by

no test coverage detected