|
ParaView
|
#include <vtkSICompoundSourceProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual vtkAlgorithmOutput * | GetOutputPort (int port) |
Static Public Member Functions | |
| static vtkSICompoundSourceProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSICompoundSourceProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSICompoundSourceProxy () | |
| ~vtkSICompoundSourceProxy () | |
| virtual bool | ReadXMLAttributes (vtkPVXMLElement *element) |
| virtual bool | CreateOutputPorts () |
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.
| vtkSICompoundSourceProxy::vtkSICompoundSourceProxy | ( | ) | [protected] |
| vtkSICompoundSourceProxy::~vtkSICompoundSourceProxy | ( | ) | [protected] |
| 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.
1.7.5.1