ParaView
Public Member Functions
pqProxySelection Class Reference

pqProxySelection is used to specify a selection comprising of proxies. More...

#include <pqProxySelection.h>

List of all members.

Public Member Functions

bool copyFrom (vtkSMProxySelectionModel *other)
 copy values from vtkSMProxySelectionModel.
bool copyTo (vtkSMProxySelectionModel *other) const
 copy values to vtkSMProxySelectionModel. Clears any existing selection.

Detailed Description

pqProxySelection is used to specify a selection comprising of proxies.

pqProxySelection provides methods to convert to and from vtkSMProxySelectionModel.

Definition at line 44 of file pqProxySelection.h.


Member Function Documentation

bool pqProxySelection::copyFrom ( vtkSMProxySelectionModel other)

copy values from vtkSMProxySelectionModel.

All proxies in the vtkSMProxySelectionModel must be known to pqServerManagerModel otherwise it will be ignored. Returns true, if the selection was changed, otherwise returns false.

bool pqProxySelection::copyTo ( vtkSMProxySelectionModel other) const

copy values to vtkSMProxySelectionModel. Clears any existing selection.


The documentation for this class was generated from the following file: