Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
459
bool vtkGraphItem::Hit(const vtkContextMouseEvent& event)
460
{
461
vtkIdType v = this->HitVertex(event.GetPos());
462
return (v >= 0);
463
}
464
465
void vtkGraphItem::PlaceTooltip(vtkIdType v)
466
{
Callers
nothing calls this directly
Calls
1
HitVertex
Method · 0.95
Tested by
no test coverage detected