ParaView
|
helper class to write animation geometry in a data file. More...
#include <vtkSMAnimationSceneGeometryWriter.h>
Public Types | |
typedef vtkSMAnimationSceneWriter | Superclass |
![]() | |
typedef vtkSMSessionObject | Superclass |
![]() | |
typedef vtkSMObject | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual vtkSMProxy * | GetViewModule () |
void | SetViewModule (vtkSMProxy *) |
![]() | |
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) |
Static Public Member Functions | |
static vtkSMAnimationSceneGeometryWriter * | New () |
static int | IsTypeOf (const char *type) |
static vtkSMAnimationSceneGeometryWriter * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkSMAnimationSceneWriter * | SafeDownCast (vtkObject *o) |
![]() | |
static vtkSMSessionObject * | New () |
static int | IsTypeOf (const char *type) |
static vtkSMSessionObject * | SafeDownCast (vtkObject *o) |
![]() | |
static vtkSMObject * | New () |
static int | IsTypeOf (const char *type) |
static vtkSMObject * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkSMAnimationSceneGeometryWriter () | |
~vtkSMAnimationSceneGeometryWriter () | |
virtual bool | SaveInitialize (int startCount) |
Called to initialize saving. More... | |
virtual bool | SaveFrame (double time) |
Called to save a particular frame. More... | |
virtual bool | SaveFinalize () |
Called to finalize saving. More... | |
![]() | |
vtkSMAnimationSceneWriter () | |
~vtkSMAnimationSceneWriter () | |
void | ExecuteEvent (vtkObject *caller, unsigned long eventid, void *calldata) |
![]() | |
vtkSMSessionObject () | |
~vtkSMSessionObject () | |
![]() | |
vtkSMObject () | |
~vtkSMObject () | |
Protected Attributes | |
vtkSMProxy * | GeometryWriter |
vtkSMProxy * | ViewModule |
![]() | |
unsigned long | ObserverID |
vtkSMAnimationScene * | AnimationScene |
bool | Saving |
bool | SaveFailed |
char * | FileName |
double | PlaybackTimeWindow [2] |
int | StartFileCount |
![]() | |
vtkWeakPointer< vtkSMSession > | Session |
helper class to write animation geometry in a data file.
vtkSMAnimationSceneGeometryWriter is a concrete implementation of vtkSMAnimationSceneWriter that can write the geometry as a data file. This writer can only write the visible geometry in one view.
Definition at line 33 of file vtkSMAnimationSceneGeometryWriter.h.
Definition at line 37 of file vtkSMAnimationSceneGeometryWriter.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkSMAnimationSceneWriter.
|
static |
|
virtual |
Reimplemented from vtkSMAnimationSceneWriter.
|
static |
void vtkSMAnimationSceneGeometryWriter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
void vtkSMAnimationSceneGeometryWriter::SetViewModule | ( | vtkSMProxy * | ) |
|
protectedvirtual |
Called to initialize saving.
Implements vtkSMAnimationSceneWriter.
|
protectedvirtual |
Called to save a particular frame.
Implements vtkSMAnimationSceneWriter.
|
protectedvirtual |
Called to finalize saving.
Implements vtkSMAnimationSceneWriter.
|
protected |
Definition at line 64 of file vtkSMAnimationSceneGeometryWriter.h.
|
protected |
Definition at line 65 of file vtkSMAnimationSceneGeometryWriter.h.