|
ParaView
|
proxy for a VTK writer that supports parallel writing. More...
#include <vtkSMPWriterProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkSMPWriterProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMPWriterProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMPWriterProxy () | |
| ~vtkSMPWriterProxy () | |
proxy for a VTK writer that supports parallel writing.
vtkSMPWriterProxy is the proxy for all writers that can write in parallel. The only extra functionality provided by this class is that it sets up the piece information on the writer.
Definition at line 29 of file vtkSMPWriterProxy.h.
| vtkSMPWriterProxy::vtkSMPWriterProxy | ( | ) | [protected] |
| vtkSMPWriterProxy::~vtkSMPWriterProxy | ( | ) | [protected] |
| static vtkSMPWriterProxy* vtkSMPWriterProxy::New | ( | ) | [static] |
Reimplemented from vtkSMWriterProxy.
Reimplemented in vtkSMPSWriterProxy.
| virtual const char* vtkSMPWriterProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMWriterProxy.
Reimplemented in vtkSMPSWriterProxy.
| static int vtkSMPWriterProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMWriterProxy.
Reimplemented in vtkSMPSWriterProxy.
| virtual int vtkSMPWriterProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMWriterProxy.
Reimplemented in vtkSMPSWriterProxy.
| static vtkSMPWriterProxy* vtkSMPWriterProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMWriterProxy.
Reimplemented in vtkSMPSWriterProxy.
| void vtkSMPWriterProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMWriterProxy.
Reimplemented in vtkSMPSWriterProxy.
1.7.5.1