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

Method InsertPoint

Common/DataModel/vtkIncrementalOctreePointLocator.cxx:1304–1308  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1302
1303//------------------------------------------------------------------------------
1304void vtkIncrementalOctreePointLocator::InsertPoint(vtkIdType ptId, const double x[3])
1305{
1306 this->GetLeafContainer(this->OctreeRootNode, x)
1307 ->InsertPoint(this->LocatorPoints, x, this->MaxPointsPerLeaf, &ptId, 1, this->NumberOfNodes);
1308}
1309
1310//------------------------------------------------------------------------------
1311vtkIdType vtkIncrementalOctreePointLocator::InsertNextPoint(const double x[3])

Callers 4

FindClosestNPointsMethod · 0.45
InsertUniquePointMethod · 0.45
InsertNextPointMethod · 0.45

Calls 1

GetLeafContainerMethod · 0.95

Tested by

no test coverage detected