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

Method GetArcDownNodeId

Common/DataModel/vtkReebGraph.cxx:3273–3276  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3271
3272//------------------------------------------------------------------------------
3273vtkIdType vtkReebGraph::Implementation::GetArcDownNodeId(vtkIdType arcId)
3274{
3275 return (this->GetArc(arcId))->NodeId0;
3276}
3277
3278//------------------------------------------------------------------------------
3279vtkIdType vtkReebGraph::Implementation::GetArcUpNodeId(vtkIdType arcId)

Callers 1

PrintNodeDataMethod · 0.80

Calls 1

GetArcMethod · 0.95

Tested by

no test coverage detected