Deletion log

From KitwarePublic
Jump to navigationJump to search

Below is a list of the most recent deletions.

Logs
  • 23:29, 27 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/MiscPointData (content was: "This demo attaches a vector (in this case a float vector of length 1) to each point in a polydata. ==MiscPointData.cxx== <source lang="cpp"> #include <vtkCellData.h> #include <vtkDoubleArray.h> #include <vtkPoints.h> #include <vtkPolyData.h> #include <vtkPointData.h> #include <vtkSmartPointer.h> #include <vtkXMLPolyDataReader.h> #include <vtkPolyDataNormals.h> #include <vtkFloatArray.h> #include <vtkMath.h> #include <string> int main(int argc, char *argv[]) { // Parse comma...")