|
ParaView
|
#include <vtkSIWriterProxy.h>


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 vtkSIWriterProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSIWriterProxy * | SafeDownCast (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 |
ServerImplementation for WriterProxy
Definition at line 25 of file vtkSIWriterProxy.h.
| vtkSIWriterProxy::vtkSIWriterProxy | ( | ) | [protected] |
| vtkSIWriterProxy::~vtkSIWriterProxy | ( | ) | [protected] |
| 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] |
char* vtkSIWriterProxy::FileNameMethod [protected] |
Definition at line 54 of file vtkSIWriterProxy.h.
1.7.5.1