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:59, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/PNGWriter (content was: "==PNGWriter.cxx== <source lang="cpp"> #include <vtkImageData.h> #include <vtkPNGWriter.h> #include <vtkSmartPointer.h> #include <vtkImageCanvasSource2D.h> #include <vtkImageCast.h> int main(int argc, char *argv[]) { std::string outputFilename; if( argc > 1) { outputFilename = argv[1]; } else { outputFilename = "output.png"; } int extent[6] = {0, 99, 0, 99, 0, 0}; vtkSmartPointer<vtkImageCanvasSource2D> imageSource = vtkSmartPointer<vtkIma...")