VTK/Examples/Cxx/Widgets/ContourWidget: Revision history

From KitwarePublic
Jump to navigationJump to search

There is no edit history for this page.

This page does not exist. The deletion, protection, and move log for the page are provided below for reference.

  • 02:52, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Widgets/ContourWidget (content was: "<div class="floatright">300px</div> This example generates a set of points which lie on a circle, and the contour through these points. This contour can be interactively warped/modified by dragging the control points. ==ContourWidget.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> // To setup the ContourWidget and its representation: #include <vtkContourWidget.h> #include <vtkProperty.h> #include <vtkOrientedG...")