VTK/Examples/Broken/QuadricSurfaceFitting: 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.

  • 01:58, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Broken/QuadricSurfaceFitting (content was: "This example currently does not work. This example finds the best fit quadric surface through a set of points. [http://www.vtk.org/Wiki/images/1/18/QuadricSurface_InputPoints.vtp Here] is an example data set. ==QuadricSurfaceFitting.cxx== <source lang="cpp"> #include <vtkPolyData.h> #include <vtkImageData.h> #include <vtkXMLPolyDataWriter.h> #include <vtkXMLPolyDataReader.h> #include <vtkSmartPointer.h> #include <vtkMath.h> #include <vtkQuadric.h> #include <vtkContourFilter.h...")