MCPcopy Create free account
hub / github.com/Kitware/VTK / GetPoint

Method GetPoint

Common/DataModel/vtkStaticPointLocator.cxx:692–692  ·  view source on GitHub ↗

Fast path for double points.

Source from the content-addressed store, hash-verified

690
691 // Fast path for double points.
692 double* GetPoint(vtkIdType ptId) { return (this->FastPoints + 3 * ptId); }
693
694 // Initialize iterator and return starting bin idx (also the starting bin
695 // (i,j,k). Return the starting level of iteration (i.e., non-zero minR2

Callers 7

GatherPointsMethod · 0.95
AddPointsMethod · 0.95
FindClosestPointMethod · 0.45
FindClosestNPointsMethod · 0.45
IntersectWithLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected