Deletion log

From KitwarePublic
Jump to navigationJump to search

Below is a list of the most recent deletions.

Logs
  • 01:56, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/DataObjectToTable (content was: "How to get point coordinates into the table? ==DataObjectToTable.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkPolyData.h> #include <vtkDataObjectToTable.h> #include <vtkTable.h> int main(int argc, char *argv[]) { //Create a sphere vtkSmartPointer<vtkSphereSource> sphereSource = vtkSmartPointer<vtkSphereSource>::New(); sphereSource->Update(); vtkSmartPointer<vtkDataObjectToTable> dataObjectToTable =...")