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

#include <vtkSICompoundSourceProxy.h>

Inheritance diagram for vtkSICompoundSourceProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSICompoundSourceProxy:
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 vtkAlgorithmOutputGetOutputPort (int port)

Static Public Member Functions

static vtkSICompoundSourceProxyNew ()
static int IsTypeOf (const char *type)
static vtkSICompoundSourceProxySafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSICompoundSourceProxy ()
 ~vtkSICompoundSourceProxy ()
virtual bool ReadXMLAttributes (vtkPVXMLElement *element)
virtual bool CreateOutputPorts ()

Detailed Description

vtkSICompoundSourceProxy is the server-side helper for a vtkSMCompoundSourceProxy. It provides the mapping to the exposed output port to the underneath internal sub-proxy.

Definition at line 30 of file vtkSICompoundSourceProxy.h.


Constructor & Destructor Documentation

vtkSICompoundSourceProxy::vtkSICompoundSourceProxy ( ) [protected]
vtkSICompoundSourceProxy::~vtkSICompoundSourceProxy ( ) [protected]

Member Function Documentation

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

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

Reimplemented from vtkSISourceProxy.

virtual vtkAlgorithmOutput* vtkSICompoundSourceProxy::GetOutputPort ( int  port) [virtual]

Returns the vtkAlgorithmOutput for an output port, if valid.

Reimplemented from vtkSISourceProxy.

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

Read xml-attributes.

Reimplemented from vtkSISourceProxy.

virtual bool vtkSICompoundSourceProxy::CreateOutputPorts ( ) [protected, virtual]

Create the output ports and add post filters for each output port.

Reimplemented from vtkSISourceProxy.


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