|
| pqPipelineRepresentation (const QString &group, const QString &name, vtkSMProxy *repr, pqServer *server, QObject *parent=NULL) |
|
virtual | ~pqPipelineRepresentation () |
|
vtkSMRepresentationProxy * | getRepresentationProxy () const |
|
| pqDataRepresentation (const QString &group, const QString &name, vtkSMProxy *display, pqServer *server, QObject *parent=0) |
|
virtual | ~pqDataRepresentation () |
|
pqPipelineSource * | getInput () const |
| Get the source/filter of which this is a display. More...
|
|
pqOutputPort * | getOutputPortFromInput () const |
| Returns the input pqPipelineSource's output port to which this representation is connected. More...
|
|
vtkPVDataInformation * | getInputDataInformation () const |
| Returns the data information for the data coming into the representation as input. More...
|
|
vtkPVTemporalDataInformation * | getInputTemporalDataInformation () const |
| Returns the temporal data information for the input. More...
|
|
vtkPVDataInformation * | getRepresentedDataInformation (bool update=true) const |
| Returns the represented data information. More...
|
|
bool | getDataBounds (double bounds[6]) |
| Get the data bounds for the input of this display. More...
|
|
virtual vtkSMProxy * | getLookupTableProxy () |
| Returns the lookuptable proxy, if any. More...
|
|
virtual pqScalarsToColors * | getLookupTable () |
| Returns the pqScalarsToColors object for the lookup table proxy if any. More...
|
|
unsigned long | getFullResMemorySize () |
| Returns the data size for the full-res data. More...
|
|
pqDataRepresentation * | getRepresentationForUpstreamSource () const |
| This is convienience method to return first representation for the upstream stream filter/source in the same view as this representation. More...
|
|
| pqRepresentation (const QString &group, const QString &name, vtkSMProxy *repr, pqServer *server, QObject *parent=NULL) |
|
virtual | ~pqRepresentation () |
|
virtual bool | isVisible () const |
| Returns if the status of the visbility property of this display. More...
|
|
virtual void | setVisible (bool visible) |
| Set the visibility. More...
|
|
pqView * | getView () const |
| Returns the view to which this representation has been added, if any. More...
|
|
vtkSMViewProxy * | getViewProxy () const |
| Returns the view proxy to which this representation has been added, if any. More...
|
|
| pqProxy (const QString &group, const QString &name, vtkSMProxy *proxy, pqServer *server, QObject *parent=NULL) |
|
virtual | ~pqProxy () |
|
pqServer * | getServer () const |
| Get the server on which this proxy exists. More...
|
|
void | rename (const QString &newname) |
| This is a convenience method. More...
|
|
const QString & | getSMName () |
| Get the name with which this proxy is registered on the server manager. More...
|
|
const QString & | getSMGroup () |
|
vtkSMProxy * | getProxy () const |
| Get the vtkSMProxy this object stands for. More...
|
|
ModifiedState | modifiedState () const |
| Gets whether or not the source has been modified. More...
|
|
void | setModifiedState (ModifiedState modified) |
| Sets whether or not the source has been modified. More...
|
|
vtkPVXMLElement * | getHints () const |
| Returns the hints for this proxy, if any. More...
|
|
QList< vtkSMProxy * > | getHelperProxies () const |
| Returns a list of all helper proxies. More...
|
|
QList< vtkSMProxy * > | getHelperProxies (const QString &key) const |
| Returns a list of all the helper proxies added with a given key. More...
|
|
QList< QString > | getHelperKeys () const |
| Returns the keys for helper proxies. More...
|
|
virtual void | addHelperProxy (const QString &key, vtkSMProxy *) |
| Concept of helper proxies: A pqProxy is created for every important vtkSMProxy registered. More...
|
|
void | removeHelperProxy (const QString &key, vtkSMProxy *) |
|
void | updateHelperProxies () const |
| Updates the internal datastructures using the proxies currently registered under the group that would be used for helper proxies. More...
|
|
vtkSMSessionProxyManager * | proxyManager () const |
| Returns the proxy manager by calling this->getProxy()->GetProxyManager();. More...
|
|
| pqServerManagerModelItem (QObject *parent=NULL) |
|
virtual | ~pqServerManagerModelItem () |
|
This is PQ representation for a single display.
A pqRepresentation represents a single vtkSMRepresentationProxy. The display can be added to only one render module or more (ofcouse on the same server, this class doesn't worry about that.
Definition at line 59 of file pqPipelineRepresentation.h.