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

Function AddEdgePoint

Common/DataModel/vtkGraph.h:589–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587 */
588 void AddEdgePoint(vtkIdType e, const double x[3]);
589 void AddEdgePoint(vtkIdType e, double x, double y, double z)
590 {
591 double p[3] = { x, y, z };
592 this->AddEdgePoint(e, p);
593 }
594
595 ///@{
596 /**

Callers

nothing calls this directly

Calls 1

AddEdgePointMethod · 0.80

Tested by

no test coverage detected