MCPcopy 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

FindClosestPointMethod · 0.45
FindDistributedPointsMethod · 0.45
FindClosestNPointsMethod · 0.45
IsInsertedPointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected