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

#include <vtkSIFileSeriesReaderProxy.h>

Inheritance diagram for vtkSIFileSeriesReaderProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSIFileSeriesReaderProxy:
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 vtkSIFileSeriesReaderProxyNew ()
static int IsTypeOf (const char *type)
static vtkSIFileSeriesReaderProxySafeDownCast (vtkObject *o)

Protected Member Functions

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

Protected Attributes

char * FileNameMethod

Detailed Description

vtkSISourceProxy is the server-side helper for a vtkSMSourceProxy. It adds support to handle various vtkAlgorithm specific Invoke requests coming from the client. vtkSISourceProxy also inserts post-processing filters for each output port from the vtkAlgorithm. These post-processing filters deal with things like parallelizing the data etc.

Definition at line 31 of file vtkSIFileSeriesReaderProxy.h.


Constructor & Destructor Documentation

vtkSIFileSeriesReaderProxy::vtkSIFileSeriesReaderProxy ( ) [protected]
vtkSIFileSeriesReaderProxy::~vtkSIFileSeriesReaderProxy ( ) [protected]

Member Function Documentation

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

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

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

Reimplemented from vtkSISourceProxy.

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

Read xml-attributes.

Reimplemented from vtkSISourceProxy.

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

Member Data Documentation

Definition at line 54 of file vtkSIFileSeriesReaderProxy.h.


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