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

#include <vtkSIWriterProxy.h>

Inheritance diagram for vtkSIWriterProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSIWriterProxy:
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 void AddInput (int input_port, vtkAlgorithmOutput *connection, const char *method)
virtual void CleanInputs (const char *method)

Static Public Member Functions

static vtkSIWriterProxyNew ()
static int IsTypeOf (const char *type)
static vtkSIWriterProxySafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSIWriterProxy ()
 ~vtkSIWriterProxy ()
virtual bool CreateVTKObjects (vtkSMMessage *message)
virtual bool ReadXMLAttributes (vtkPVXMLElement *element)
virtual void SetFileNameMethod (const char *)

Protected Attributes

char * FileNameMethod

Detailed Description

ServerImplementation for WriterProxy

Definition at line 25 of file vtkSIWriterProxy.h.


Constructor & Destructor Documentation

vtkSIWriterProxy::vtkSIWriterProxy ( ) [protected]
vtkSIWriterProxy::~vtkSIWriterProxy ( ) [protected]

Member Function Documentation

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

virtual void vtkSIWriterProxy::AddInput ( int  input_port,
vtkAlgorithmOutput connection,
const char *  method 
) [virtual]

These methods are called to add/remove input connections by vtkSIInputProperty. This indirection makes it possible for subclasses to insert VTK-algorithms in the input pipeline. Overridden to insert "CompleteArrays" filter in the pipeline.

Reimplemented from vtkSIProxy.

virtual void vtkSIWriterProxy::CleanInputs ( const char *  method) [virtual]

These methods are called to add/remove input connections by vtkSIInputProperty. This indirection makes it possible for subclasses to insert VTK-algorithms in the input pipeline. Overridden to insert "CompleteArrays" filter in the pipeline.

Reimplemented from vtkSIProxy.

virtual bool vtkSIWriterProxy::CreateVTKObjects ( vtkSMMessage message) [protected, virtual]

Creates the VTKObjects. Overridden to add post-filters to the pipeline.

Reimplemented from vtkSISourceProxy.

virtual bool vtkSIWriterProxy::ReadXMLAttributes ( vtkPVXMLElement element) [protected, virtual]

Read xml-attributes.

Reimplemented from vtkSISourceProxy.

virtual void vtkSIWriterProxy::SetFileNameMethod ( const char *  ) [protected, virtual]

Member Data Documentation

Definition at line 54 of file vtkSIWriterProxy.h.


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