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

Method GetArcUpNodeId

Common/DataModel/vtkReebGraph.cxx:3279–3282  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3277
3278//------------------------------------------------------------------------------
3279vtkIdType vtkReebGraph::Implementation::GetArcUpNodeId(vtkIdType arcId)
3280{
3281 return (this->GetArc(arcId))->NodeId1;
3282}
3283
3284//------------------------------------------------------------------------------
3285double vtkReebGraph::Implementation::GetNodeScalarValue(vtkIdType nodeId)

Callers 1

PrintNodeDataMethod · 0.80

Calls 1

GetArcMethod · 0.95

Tested by

no test coverage detected