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).

Logs
  • 02:11, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/FindAllArrayNames (content was: "This example shows how to find out the names of all of the data arrays stored in a vtkPolyData. ==FindAllArrayNames.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkPolyData.h> #include <vtkPointData.h> #include <vtkCellData.h> #include <vtkXMLPolyDataReader.h> #include <vtkSphereSource.h> #include <vtkCubeSource.h> #include <vtkXMLPolyDataWriter.h> #include <vector> #include <string> void FindAllData(vtkPolyData* polydata); int main(int argc, char *ar...")