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

Method InitPointInsertion

Common/DataModel/vtkPointLocator.cxx:1097–1100  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Initialize the point insertion process. The newPts is an object representing point coordinates into which incremental insertion methods place their data. Bounds are the box that the points lie in.

Source from the content-addressed store, hash-verified

1095// point coordinates into which incremental insertion methods place their
1096// data. Bounds are the box that the points lie in.
1097int vtkPointLocator::InitPointInsertion(vtkPoints* newPts, const double bounds[6])
1098{
1099 return this->InitPointInsertion(newPts, bounds, 0);
1100}
1101
1102//------------------------------------------------------------------------------
1103// Initialize the point insertion process. The newPts is an object representing

Callers

nothing calls this directly

Calls 10

FreeSearchStructureMethod · 0.95
fill_nFunction · 0.85
ComputeDivisionsMethod · 0.80
ceilFunction · 0.50
UnRegisterMethod · 0.45
RegisterMethod · 0.45
InflateMethod · 0.45
GetBoundsMethod · 0.45
GetNumberOfPointsMethod · 0.45

Tested by

no test coverage detected