|
ParaView
|
helper class to write animation geometry in a data file. More...
#include <vtkSMAnimationSceneGeometryWriter.h>


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 *) |
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 | |
| vtkSMProxy * | GeometryWriter |
| vtkSMProxy * | ViewModule |
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.
| vtkSMAnimationSceneGeometryWriter::vtkSMAnimationSceneGeometryWriter | ( | ) | [protected] |
| vtkSMAnimationSceneGeometryWriter::~vtkSMAnimationSceneGeometryWriter | ( | ) | [protected] |
| 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.
Definition at line 57 of file vtkSMAnimationSceneGeometryWriter.h.
vtkSMProxy* vtkSMAnimationSceneGeometryWriter::ViewModule [protected] |
Definition at line 58 of file vtkSMAnimationSceneGeometryWriter.h.
1.7.5.1