Deletion log

From KitwarePublic
Jump to navigationJump to search

Below is a list of the most recent deletions.

Logs
  • 02:32, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/DataStructures/KdTreePointLocator/ClosestNPoints (content was: "==ClosestNPoints.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkPointSource.h> #include <vtkPolyData.h> #include <vtkCellArray.h> #include <vtkIdList.h> #include <vtkKdTreePointLocator.h> int main(int, char *[]) { //Create some random points vtkSmartPointer<vtkPointSource> pointSource = vtkSmartPointer<vtkPointSource>::New(); pointSource->SetNumberOfPoints(10); pointSource->Update(); //Create the tree vtkSmartPo...")