35#ifndef vtkFFMPEGWriter_h
36#define vtkFFMPEGWriter_h
39#include "vtkIOFFMPEGModule.h"
41class vtkFFMPEGWriterInternal;
84 vtkSetClampMacro(
Rate,
int, 1, 5000);
static vtkFFMPEGWriter * New()
vtkFFMPEGWriterInternal * Internals
void Write() override
These methods start writing an Movie file, write a frame to the file and then end the writing process...
void End() override
These methods start writing an Movie file, write a frame to the file and then end the writing process...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkFFMPEGWriter() override
void Start() override
These methods start writing an Movie file, write a frame to the file and then end the writing process...
a simple class to control print indentation