MCPcopy 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

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

Calls

no outgoing calls

Tested by

no test coverage detected