Reaction to export a script that will produce configured temporal data products simultaneously. More...
#include <pqTemporalExportReaction.h>
Public Member Functions | |
pqTemporalExportReaction (QAction *parent) | |
~pqTemporalExportReaction () override | |
Public Member Functions inherited from pqReaction | |
pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection) | |
Constructor. More... | |
~pqReaction () override | |
QAction * | parentAction () const |
Provides access to the parent action. More... | |
Protected Slots | |
void | onTriggered () override |
Called when the action is triggered. More... | |
Protected Slots inherited from pqReaction | |
virtual void | onTriggered () |
Called when the action is triggered. More... | |
virtual void | updateEnableState () |
virtual void | updateMasterEnableState (bool) |
Additional Inherited Members | |
Protected Attributes inherited from pqReaction | |
bool | IsMaster |
Reaction to export a script that will produce configured temporal data products simultaneously.
Each group of nodes in the MPI job will process a different subset of the temporal domain. Within a group the nodes split the data spatially as usual.
Definition at line 18 of file pqTemporalExportReaction.h.
pqTemporalExportReaction::pqTemporalExportReaction | ( | QAction * | parent | ) |
|
override |
|
overrideprotectedslot |
Called when the action is triggered.