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

Function null_edge

Infovis/BoostGraphAlgorithms/vtkBoostGraphAdapter.h:454–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452 static vertex_descriptor null_vertex() { return -1; }
453 typedef vtkEdgeType edge_descriptor;
454 static edge_descriptor null_edge() { return vtkEdgeType(-1, -1, -1); }
455 typedef vtk_out_edge_pointer_iterator out_edge_iterator;
456 typedef vtk_in_edge_pointer_iterator in_edge_iterator;
457

Callers

nothing calls this directly

Calls 1

vtkEdgeTypeClass · 0.50

Tested by

no test coverage detected