All public logs
From KitwarePublic
Jump to navigationJump to search
Combined display of all available logs of KitwarePublic. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:29, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Broken/Graphs/Conversions/MutableUndirectedGraphToMutableDirectedGraph (content was: "This conversion should be possible and simply use a default directedness for the new edges. ==MutableUndirectedGraphToMutableDirectedGraph.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPoints.h> #include <vtkMutableDirectedGraph.h> #include <vtkMutableUndirectedGraph.h> int main (int, char *[]) { //create a graph vtkSmartPointer<vtkMutableUndirectedGraph> mug = vtkSmartPointer<vtkMutableUndirectedGraph>::New(); //add 4 vertices to the graph...")