ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkSMPWriterProxy Class Reference

proxy for a VTK writer that supports parallel writing. More...

#include <vtkSMPWriterProxy.h>

Inheritance diagram for vtkSMPWriterProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSMPWriterProxy:
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)

Static Public Member Functions

static vtkSMPWriterProxyNew ()
static int IsTypeOf (const char *type)
static vtkSMPWriterProxySafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMPWriterProxy ()
 ~vtkSMPWriterProxy ()

Detailed Description

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.


Constructor & Destructor Documentation

vtkSMPWriterProxy::vtkSMPWriterProxy ( ) [protected]
vtkSMPWriterProxy::~vtkSMPWriterProxy ( ) [protected]

Member Function Documentation

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.


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