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

Function GetBondId

Common/DataModel/vtkMolecule.h:399–399  ·  view source on GitHub ↗

* Return the edge id from the underlying graph. */

Source from the content-addressed store, hash-verified

397 * Return the edge id from the underlying graph.
398 */
399 vtkIdType GetBondId(vtkIdType a, vtkIdType b) { return this->GetEdgeId(a, b); }
400
401 ///@{
402 /**

Callers

nothing calls this directly

Calls 1

GetEdgeIdMethod · 0.80

Tested by

no test coverage detected