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