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

Method GetPoint

Common/DataModel/vtkStaticPointLocator2D.cxx:633–633  ·  view source on GitHub ↗

Fast path for double points.

Source from the content-addressed store, hash-verified

631
632 // Fast path for double points.
633 double* GetPoint(vtkIdType ptId) { return (this->FastPoints + 3 * ptId); }
634
635 // Initialize iterator and return starting bin idx. Also return the
636 // starting level of iteration (i.e., non-zero minR2 means that

Callers 8

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