Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetNumberOfNeighbors
Method
GetNumberOfNeighbors
Common/DataModel/vtkPointLocator.cxx:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
}
39
int GetNumberOfNeighbors() { return this->Count; }
40
void Reset() { this->Count = 0; }
41
42
int* GetPoint(int i) { return (this->Count > i ? (this->P + 3 * i) : nullptr); }
Callers
7
FindClosestPoint
Method · 0.45
FindClosestPointWithinRadius
Method · 0.45
FindDistributedPoints
Method · 0.45
FindClosestNPoints
Method · 0.45
FindPointsWithinRadius
Method · 0.45
IsInsertedPoint
Method · 0.45
FindClosestInsertedPoint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected