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

Method Hit

Views/Infovis/vtkGraphItem.cxx:459–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459bool vtkGraphItem::Hit(const vtkContextMouseEvent& event)
460{
461 vtkIdType v = this->HitVertex(event.GetPos());
462 return (v >= 0);
463}
464
465void vtkGraphItem::PlaceTooltip(vtkIdType v)
466{

Callers

nothing calls this directly

Calls 1

HitVertexMethod · 0.95

Tested by

no test coverage detected