#include <vtkMPEG2Writer.h>
Inheritance diagram for vtkMPEG2Writer:
vtkMPEG2Writer writes Movie files. The data type of the file is unsigned char regardless of the input type.
Definition at line 36 of file vtkMPEG2Writer.h.
Public Types | |
typedef vtkGenericMovieWriter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Start () |
void | Write () |
void | End () |
Static Public Member Functions | |
static vtkMPEG2Writer * | New () |
static int | IsTypeOf (const char *type) |
static vtkMPEG2Writer * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMPEG2Writer () | |
~vtkMPEG2Writer () | |
void | Initialize () |
Protected Attributes | |
vtkMPEG2WriterInternal * | Internals |
long | Time |
int | ActualWrittenTime |
int | Initialized |
MPEG2_structure * | MPEGStructure |
vtkMPEG2Writer::vtkMPEG2Writer | ( | ) | [protected] |
vtkMPEG2Writer::~vtkMPEG2Writer | ( | ) | [protected] |
static vtkMPEG2Writer* vtkMPEG2Writer::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
virtual const char* vtkMPEG2Writer::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkGenericMovieWriter.
static int vtkMPEG2Writer::IsTypeOf | ( | const char * | type | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkGenericMovieWriter.
virtual int vtkMPEG2Writer::IsA | ( | const char * | type | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkGenericMovieWriter.
static vtkMPEG2Writer* vtkMPEG2Writer::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkGenericMovieWriter.
void vtkMPEG2Writer::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkGenericMovieWriter.
void vtkMPEG2Writer::Start | ( | ) | [virtual] |
These methods start writing an Movie file, write a frame to the file and then end the writing process.
Implements vtkGenericMovieWriter.
void vtkMPEG2Writer::Write | ( | ) | [virtual] |
These methods start writing an Movie file, write a frame to the file and then end the writing process.
Implements vtkGenericMovieWriter.
void vtkMPEG2Writer::End | ( | ) | [virtual] |
These methods start writing an Movie file, write a frame to the file and then end the writing process.
Implements vtkGenericMovieWriter.
void vtkMPEG2Writer::Initialize | ( | ) | [protected] |
vtkMPEG2WriterInternal* vtkMPEG2Writer::Internals [protected] |
Definition at line 55 of file vtkMPEG2Writer.h.
long vtkMPEG2Writer::Time [protected] |
Definition at line 57 of file vtkMPEG2Writer.h.
int vtkMPEG2Writer::ActualWrittenTime [protected] |
Definition at line 58 of file vtkMPEG2Writer.h.
int vtkMPEG2Writer::Initialized [protected] |
Definition at line 62 of file vtkMPEG2Writer.h.
MPEG2_structure* vtkMPEG2Writer::MPEGStructure [protected] |
Definition at line 64 of file vtkMPEG2Writer.h.