Deletion log

From KitwarePublic
Jump to navigationJump to search

Below is a list of the most recent deletions.

Logs
  • 02:29, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Broken/Graphs/EdgeWidth (content was: "Currently broken: doesn't attempt to change edge width. ==EdgeWidth.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkMutableUndirectedGraph.h> #include <vtkGraphWriter.h> #include <vtkGraphLayoutView.h> #include <vtkRenderWindowInteractor.h> #include <vtkGraphLayoutStrategy.h> #include <vtkSimple2DLayoutStrategy.h> int main(int, char *[]) { vtkSmartPointer<vtkMutableUndirectedGraph> g = vtkSmartPointer<vtkMutableUndirectedGraph>::New(); vtkIdType v...")