|
ParaView
|
proxy for the parallel-serial writer. More...
#include <vtkSMPSWriterProxy.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 vtkSMPSWriterProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMPSWriterProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMPSWriterProxy () | |
| ~vtkSMPSWriterProxy () | |
proxy for the parallel-serial writer.
vtkSMPSWriterProxy is the proxy for all vtkParallelSerialWriter objects. It is responsible of setting the internal writer that is configured as a sub-proxy.
Definition at line 28 of file vtkSMPSWriterProxy.h.
| vtkSMPSWriterProxy::vtkSMPSWriterProxy | ( | ) | [protected] |
| vtkSMPSWriterProxy::~vtkSMPSWriterProxy | ( | ) | [protected] |
| static vtkSMPSWriterProxy* vtkSMPSWriterProxy::New | ( | ) | [static] |
Reimplemented from vtkSMPWriterProxy.
| virtual const char* vtkSMPSWriterProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMPWriterProxy.
| static int vtkSMPSWriterProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMPWriterProxy.
| virtual int vtkSMPSWriterProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMPWriterProxy.
| static vtkSMPSWriterProxy* vtkSMPSWriterProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMPWriterProxy.
| void vtkSMPSWriterProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMPWriterProxy.
1.7.5.1