ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkSMAnimationSceneGeometryWriter Class Reference

helper class to write animation geometry in a data file. More...

#include <vtkSMAnimationSceneGeometryWriter.h>

Inheritance diagram for vtkSMAnimationSceneGeometryWriter:
Inheritance graph
[legend]
Collaboration diagram for vtkSMAnimationSceneGeometryWriter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkSMProxyGetViewModule ()
void SetViewModule (vtkSMProxy *)

Static Public Member Functions

static
vtkSMAnimationSceneGeometryWriter
New ()
static int IsTypeOf (const char *type)
static
vtkSMAnimationSceneGeometryWriter
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMAnimationSceneGeometryWriter ()
 ~vtkSMAnimationSceneGeometryWriter ()
virtual bool SaveInitialize ()
virtual bool SaveFrame (double time)
virtual bool SaveFinalize ()

Protected Attributes

vtkSMProxyGeometryWriter
vtkSMProxyViewModule

Detailed Description

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 31 of file vtkSMAnimationSceneGeometryWriter.h.


Constructor & Destructor Documentation

vtkSMAnimationSceneGeometryWriter::vtkSMAnimationSceneGeometryWriter ( ) [protected]
vtkSMAnimationSceneGeometryWriter::~vtkSMAnimationSceneGeometryWriter ( ) [protected]

Member Function Documentation

static vtkSMAnimationSceneGeometryWriter* vtkSMAnimationSceneGeometryWriter::New ( ) [static]

Reimplemented from vtkSMSessionObject.

virtual const char* vtkSMAnimationSceneGeometryWriter::GetClassName ( ) [virtual]

Reimplemented from vtkSMAnimationSceneWriter.

static int vtkSMAnimationSceneGeometryWriter::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkSMAnimationSceneWriter.

virtual int vtkSMAnimationSceneGeometryWriter::IsA ( const char *  type) [virtual]

Reimplemented from vtkSMAnimationSceneWriter.

static vtkSMAnimationSceneGeometryWriter* vtkSMAnimationSceneGeometryWriter::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkSMAnimationSceneWriter.

void vtkSMAnimationSceneGeometryWriter::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkSMAnimationSceneWriter.

virtual vtkSMProxy* vtkSMAnimationSceneGeometryWriter::GetViewModule ( ) [virtual]
void vtkSMAnimationSceneGeometryWriter::SetViewModule ( vtkSMProxy )
virtual bool vtkSMAnimationSceneGeometryWriter::SaveInitialize ( ) [protected, virtual]

Called to initialize saving.

Implements vtkSMAnimationSceneWriter.

virtual bool vtkSMAnimationSceneGeometryWriter::SaveFrame ( double  time) [protected, virtual]

Called to save a particular frame.

Implements vtkSMAnimationSceneWriter.

virtual bool vtkSMAnimationSceneGeometryWriter::SaveFinalize ( ) [protected, virtual]

Called to finalize saving.

Implements vtkSMAnimationSceneWriter.


Member Data Documentation

Definition at line 57 of file vtkSMAnimationSceneGeometryWriter.h.

Definition at line 58 of file vtkSMAnimationSceneGeometryWriter.h.


The documentation for this class was generated from the following file: