pqOutputPort is a server manager model item for an output port of any pqPipelineSource item.
More...
#include <pqOutputPort.h>
|
void | renderAllViews (bool force=false) |
| This method updates all render modules to which all representations for this source belong, if force is true, it for an immediate render otherwise render on idle. More...
|
|
pqOutputPort is a server manager model item for an output port of any pqPipelineSource item.
This makes it possible to refer to a particular output port in the server manager model. The pqPipelineSource keeps references to all its output ports. The only way to access pqOutputPort items is through the pqPipelineSource. One can obtain the pqPipelineSource item from a pqOutputPort using getSource(). Once the outputs can be named, we will change this class to use output port names instead of numbers.
Definition at line 55 of file pqOutputPort.h.
§ pqOutputPort()
§ ~pqOutputPort()
virtual pqOutputPort::~pqOutputPort |
( |
| ) |
|
|
virtual |
§ getOutputPortProxy()
vtkSMOutputPort* pqOutputPort::getOutputPortProxy |
( |
| ) |
const |
Returns the vtkSMOutputPort proxy for this port.
§ getSource()
§ getSourceProxy()
vtkSMSourceProxy* pqOutputPort::getSourceProxy |
( |
| ) |
const |
Return the vtkSMSourceProxy for the source.
§ getServer()
pqServer* pqOutputPort::getServer |
( |
| ) |
const |
Returns the server connection on which this output port exists.
§ getPortNumber()
int pqOutputPort::getPortNumber |
( |
| ) |
const |
|
inline |
Returns the port number of the output port which this item represents.
Definition at line 78 of file pqOutputPort.h.
§ getPortName()
QString pqOutputPort::getPortName |
( |
| ) |
const |
Returns the port name for this output port.
§ getNumberOfConsumers()
int pqOutputPort::getNumberOfConsumers |
( |
| ) |
const |
Returns the number of consumers connected to this output port.
§ getConsumer()
Get the consumer at a particular index on this output port.
§ getConsumers()
Returns a list of consumers.
§ getRepresentations()
Returns a list of representations for this output port in the given view.
If view == NULL, returns all representations of this port.
§ getRepresentation()
Returns the first representation for this output port in the given view.
If view is NULL, returns 0.
§ getViews()
QList<pqView*> pqOutputPort::getViews |
( |
| ) |
const |
Returns a list of render modules in which this output port has representations added (the representations may not be visible).
§ getDataInformation()
vtkPVDataInformation* pqOutputPort::getDataInformation |
( |
| ) |
const |
Returns the current data information at this output port.
This does not update the pipeline, it simply returns the data information for data currently present on the output port on the server.
§ getTemporalDataInformation()
vtkPVTemporalDataInformation* pqOutputPort::getTemporalDataInformation |
( |
| ) |
|
Collects data information over time.
This can potentially be a very slow process, so use with caution.
§ getDataClassName()
const char* pqOutputPort::getDataClassName |
( |
| ) |
const |
Returns the class name of the output data.
§ getSelectionInput()
vtkSMSourceProxy* pqOutputPort::getSelectionInput |
( |
| ) |
|
Calls vtkSMSourceProxy::GetSelectionInput() on the underlying source proxy.
§ getSelectionInputPort()
unsigned int pqOutputPort::getSelectionInputPort |
( |
| ) |
|
Calls vtkSMSourceProxy::GetSelectionInputPort() on the underlying source proxy.
§ setSelectionInput()
void pqOutputPort::setSelectionInput |
( |
vtkSMSourceProxy * |
src, |
|
|
int |
port |
|
) |
| |
§ renderAllViews
void pqOutputPort::renderAllViews |
( |
bool |
force = false | ) |
|
|
slot |
This method updates all render modules to which all representations for this source belong, if force is true, it for an immediate render otherwise render on idle.
§ connectionAdded
Fired when a connection is added between this output port and a consumer.
§ preConnectionAdded
§ connectionRemoved
Fired when a connection is removed between this output port and a consumer.
§ preConnectionRemoved
§ representationAdded
fired when a representation is added.
§ representationRemoved
fired when a representation is removed.
§ visibilityChanged
Fired when the visbility of a representation for the source changes.
Also fired when representationAdded or representationRemoved is fired since that too implies change in source visibility.
§ onRepresentationVisibilityChanged
void pqOutputPort::onRepresentationVisibilityChanged |
( |
| ) |
|
|
protectedslot |
§ removeConsumer()
§ addConsumer()
§ addRepresentation()
§ removeRepresentation()
§ pqPipelineFilter
§ pqDataRepresentation
§ Source
§ PortNumber
int pqOutputPort::PortNumber |
|
protected |
The documentation for this class was generated from the following file: