|
ParaView
|
reference for an output port of a vtkAlgorithm. More...
#include <vtkSMOutputPort.h>


reference for an output port of a vtkAlgorithm.
This object manages one output port of an algorithm. It is used internally by vtkSMSourceProxy to manage all of it's outputs.
Definition at line 42 of file vtkSMOutputPort.h.
| vtkSMOutputPort::vtkSMOutputPort | ( | ) | [protected] |
Streaming plugin uses this to specify the prototypical piece to update the get information from.
| vtkSMOutputPort::~vtkSMOutputPort | ( | ) | [protected] |
Streaming plugin uses this to specify the prototypical piece to update the get information from.
| static vtkSMOutputPort* vtkSMOutputPort::New | ( | ) | [static] |
Reimplemented from vtkSMProxy.
| virtual const char* vtkSMOutputPort::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMProxy.
| static int vtkSMOutputPort::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMProxy.
| virtual int vtkSMOutputPort::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMProxy.
| static vtkSMOutputPort* vtkSMOutputPort::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMProxy.
| void vtkSMOutputPort::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMProxy.
| virtual vtkPVDataInformation* vtkSMOutputPort::GetDataInformation | ( | ) | [virtual] |
Returns data information. If data information is marked invalid, calls GatherDataInformation. If data information is gathered then this fires the vtkCommand::UpdateInformationEvent event.
| virtual vtkPVTemporalDataInformation* vtkSMOutputPort::GetTemporalDataInformation | ( | ) | [virtual] |
Returns data information collected over all timesteps provided by the pipeline. If the data information is not valid, this results iterating over the pipeline and hence can be slow. Use with caution.
| virtual const char* vtkSMOutputPort::GetDataClassName | ( | ) | [virtual] |
Returns the classname of the data object on this output port.
| virtual vtkPVClassNameInformation* vtkSMOutputPort::GetClassNameInformation | ( | ) | [virtual] |
Returns classname information.
| virtual void vtkSMOutputPort::InvalidateDataInformation | ( | ) | [virtual] |
Mark data information as invalid.
| virtual int vtkSMOutputPort::GetPortIndex | ( | ) | [virtual] |
Returns the index of the port the output is obtained from.
| vtkSMSourceProxy* vtkSMOutputPort::GetSourceProxy | ( | ) |
Provides access to the source proxy to which the output port belongs.
| static void vtkSMOutputPort::SetUseStreaming | ( | bool | value | ) | [static] |
Streaming plugin turns this on to prevent GUI from updating whole extent at one time.
Streaming plugin uses this to specify the prototypical piece to update the get information from.
| virtual void vtkSMOutputPort::GatherClassNameInformation | ( | ) | [protected, virtual] |
Get the classname of the dataset from server.
| virtual void vtkSMOutputPort::GatherDataInformation | ( | ) | [protected, virtual] |
Get information about dataset from server. Fires the vtkCommand::UpdateInformationEvent event.
| virtual void vtkSMOutputPort::GatherTemporalDataInformation | ( | ) | [protected, virtual] |
Get temporal information from the server.
| void vtkSMOutputPort::SetSourceProxy | ( | vtkSMSourceProxy * | src | ) | [protected] |
| void vtkSMOutputPort::SetCompoundSourceProxy | ( | vtkSMCompoundSourceProxy * | src | ) | [protected] |
| virtual void vtkSMOutputPort::UpdatePipelineInternal | ( | double | time, |
| bool | doTime | ||
| ) | [protected, virtual] |
An internal update pipeline method that subclasses may override.
| virtual void vtkSMOutputPort::SetPortIndex | ( | int | ) | [protected, virtual] |
friend class vtkSMSourceProxy [friend] |
These classes have been declared as friends to minimize the public interface exposed by vtkSMProxy. Each of these classes use a small subset of protected methods. This should be kept as such.
Reimplemented from vtkSMProxy.
Definition at line 135 of file vtkSMOutputPort.h.
friend class vtkSMCompoundSourceProxy [friend] |
These classes have been declared as friends to minimize the public interface exposed by vtkSMProxy. Each of these classes use a small subset of protected methods. This should be kept as such.
Reimplemented from vtkSMProxy.
Definition at line 136 of file vtkSMOutputPort.h.
int vtkSMOutputPort::PortIndex [protected] |
Definition at line 112 of file vtkSMOutputPort.h.
vtkWeakPointer<vtkSMSourceProxy> vtkSMOutputPort::SourceProxy [protected] |
Definition at line 115 of file vtkSMOutputPort.h.
Definition at line 116 of file vtkSMOutputPort.h.
Definition at line 118 of file vtkSMOutputPort.h.
int vtkSMOutputPort::ClassNameInformationValid [protected] |
Definition at line 119 of file vtkSMOutputPort.h.
vtkPVDataInformation* vtkSMOutputPort::DataInformation [protected] |
Definition at line 120 of file vtkSMOutputPort.h.
bool vtkSMOutputPort::DataInformationValid [protected] |
Definition at line 121 of file vtkSMOutputPort.h.
Definition at line 123 of file vtkSMOutputPort.h.
bool vtkSMOutputPort::TemporalDataInformationValid [protected] |
Definition at line 124 of file vtkSMOutputPort.h.
bool vtkSMOutputPort::UseStreaming [static, protected] |
Definition at line 126 of file vtkSMOutputPort.h.
int vtkSMOutputPort::DefaultPass [static, protected] |
Definition at line 127 of file vtkSMOutputPort.h.
int vtkSMOutputPort::DefaultNumPasses [static, protected] |
Definition at line 128 of file vtkSMOutputPort.h.
double vtkSMOutputPort::DefaultResolution [static, protected] |
Definition at line 129 of file vtkSMOutputPort.h.
1.7.5.1