|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | SetFrameRate (double) |
|
virtual double | GetFrameRate () |
|
virtual void | SetMagnification (int) |
| Set the magnification factor to use for the saved animation. More...
|
|
virtual int | GetMagnification () |
| Set the magnification factor to use for the saved animation. More...
|
|
virtual void | SetQuality (int) |
| Get/Set the quality for the generated movie. More...
|
|
virtual int | GetQuality () |
| Get/Set the quality for the generated movie. More...
|
|
virtual void | SetCompression (bool) |
| Turns on(the default) or off compression. More...
|
|
virtual bool | GetCompression () |
| Turns on(the default) or off compression. More...
|
|
virtual void | CompressionOn () |
| Turns on(the default) or off compression. More...
|
|
virtual void | CompressionOff () |
| Turns on(the default) or off compression. More...
|
|
virtual void | SetSubsampling (int) |
| Get/Set the setting whether the movie encoder should use subsampling of the chrome planes or not, if applicable. More...
|
|
virtual int | GetSubsampling () |
| Get/Set the setting whether the movie encoder should use subsampling of the chrome planes or not, if applicable. More...
|
|
virtual void | SubsamplingOn () |
| Get/Set the setting whether the movie encoder should use subsampling of the chrome planes or not, if applicable. More...
|
|
virtual void | SubsamplingOff () |
| Get/Set the setting whether the movie encoder should use subsampling of the chrome planes or not, if applicable. More...
|
|
virtual int | GetErrorCode () |
| Get the error code which is set if there's an error while writing the images. More...
|
|
virtual void | SetBackgroundColor (double, double, double) |
| Get/Set the RGB background color to use to fill empty spaces in the image. More...
|
|
virtual void | SetBackgroundColor (double [3]) |
| Get/Set the RGB background color to use to fill empty spaces in the image. More...
|
|
virtual double * | GetBackgroundColor () |
| Get/Set the RGB background color to use to fill empty spaces in the image. More...
|
|
virtual void | GetBackgroundColor (double &, double &, double &) |
| Get/Set the RGB background color to use to fill empty spaces in the image. More...
|
|
virtual void | GetBackgroundColor (double [3]) |
| Get/Set the RGB background color to use to fill empty spaces in the image. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | SetAnimationScene (vtkSMProxy *) |
| Convenience method to set the proxy. More...
|
|
bool | Save () |
| Begin the saving. More...
|
|
virtual void | SetAnimationScene (vtkSMAnimationScene *) |
| Get/Set the animation scene that this writer will write. More...
|
|
virtual vtkSMAnimationScene * | GetAnimationScene () |
| Get/Set the animation scene that this writer will write. More...
|
|
virtual void | SetFileName (const char *) |
| Get/Set the filename. More...
|
|
virtual char * | GetFileName () |
| Get/Set the filename. More...
|
|
virtual void | SetStartFileCount (int) |
| Get/Set the start file count. More...
|
|
virtual int | GetStartFileCount () |
| Get/Set the start file count. More...
|
|
virtual void | SetPlaybackTimeWindow (double, double) |
| Get/Set time window that we want to write If PlaybackTimeWindow[0] > PlaybackTimeWindow[1] that mean that we want to export the full time range available. More...
|
|
void | SetPlaybackTimeWindow (double [2]) |
| Get/Set time window that we want to write If PlaybackTimeWindow[0] > PlaybackTimeWindow[1] that mean that we want to export the full time range available. More...
|
|
virtual double * | GetPlaybackTimeWindow () |
| Get/Set time window that we want to write If PlaybackTimeWindow[0] > PlaybackTimeWindow[1] that mean that we want to export the full time range available. More...
|
|
virtual void | GetPlaybackTimeWindow (double &, double &) |
| Get/Set time window that we want to write If PlaybackTimeWindow[0] > PlaybackTimeWindow[1] that mean that we want to export the full time range available. More...
|
|
virtual void | GetPlaybackTimeWindow (double [2]) |
| Get/Set time window that we want to write If PlaybackTimeWindow[0] > PlaybackTimeWindow[1] that mean that we want to export the full time range available. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual vtkSMSessionProxyManager * | GetSessionProxyManager () |
| Return the corresponding ProxyManager if any. More...
|
|
virtual void | SetSession (vtkSMSession *) |
| Get/Set the session on wihch this object exists. More...
|
|
virtual vtkSMSession * | GetSession () |
| Get/Set the session on wihch this object exists. More...
|
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
pqAnimationSceneImageWriter is a subclass of vtkSMAnimationSceneImageWriter which knows how to generate images from a plot view modules.
Definition at line 42 of file pqAnimationSceneImageWriter.h.