Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ vtkDist2Tuple
Function
vtkDist2Tuple
Common/DataModel/vtkLocatorInterface.h:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
vtkIdType Id;
37
double Dist2;
38
vtkDist2Tuple()
39
: Id(-1)
40
, Dist2(0)
41
{
42
}
43
vtkDist2Tuple(vtkIdType id, double d2)
44
: Id(id)
45
, Dist2(d2)
Callers
1
GatherPoints
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected