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
  • 03:17, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Untested/Video/AVI (content was: "This example demonstrates how to make an AVI video. In this example, each frame of the video is a red rectangle moving across the frame incrementally. ==AVI.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> //#include <vtkJPEGReader.h> #include <vtkImageCanvasSource2D.h> #include <vtkAVIWriter.h> int main (int argc, char *argv[]) { //vtkSmartPointer<vtkJPEGReader> reader = // vtkSmartPointer<vtkJPEGReader>::New(); vtkSmartPointer<vtkImageCanvasSource2D> sour...")