Deletion log

From KitwarePublic
Jump to navigationJump to search

Below is a list of the most recent deletions.

Logs
  • 02:33, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Broken/PolyData/DeletePoints (content was: "==DeletePoints.cxx== <source lang="cpp"> #include <vtkActor.h> #include <vtkCellArray.h> #include <vtkLine.h> #include <vtkPoints.h> #include <vtkPolyData.h> #include <vtkPolyDataMapper.h> #include <vtkRenderer.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkSmartPointer.h> int main(int, char *[]) { vtkSmartPointer<vtkPoints> points = vtkSmartPointer<vtkPoints>::New(); points->InsertNextPoint(0,0,0); points->InsertNextPoint(1,0,0)...")