Singleton that provides access to Insitu objects.
More...
#include <pqLiveInsituManager.h>
Inherits QObject.
Singleton that provides access to Insitu objects.
Some of these objects are pqServer, pqLiveInsituVisualizationManager, vtkSMLiveInsituLinkProxy.
Definition at line 27 of file pqLiveInsituManager.h.
◆ pqLiveInsituManager()
pqLiveInsituManager::pqLiveInsituManager |
( |
| ) |
|
|
protected |
◆ instance()
◆ linkProxy() [1/2]
Returns the link proxy to Catalyst or nullptr if not connected or if not a catalyst server.
◆ linkProxy() [2/2]
◆ isInsituServer()
static bool pqLiveInsituManager::isInsituServer |
( |
pqServer * |
server | ) |
|
|
static |
◆ isInsitu()
static bool pqLiveInsituManager::isInsitu |
( |
pqProxy * |
pipelineSource | ) |
|
|
static |
◆ isWriterParametersProxy()
static bool pqLiveInsituManager::isWriterParametersProxy |
( |
vtkSMProxy * |
proxy | ) |
|
|
static |
◆ pipelineSource()
◆ time() [1/2]
◆ connectionInitiated
void pqLiveInsituManager::connectionInitiated |
( |
pqServer * |
displaySession | ) |
|
|
signal |
◆ timeUpdated
void pqLiveInsituManager::timeUpdated |
( |
| ) |
|
|
signal |
◆ breakpointAdded
void pqLiveInsituManager::breakpointAdded |
( |
pqServer * |
insituSession | ) |
|
|
signal |
◆ breakpointRemoved
void pqLiveInsituManager::breakpointRemoved |
( |
pqServer * |
insituSession | ) |
|
|
signal |
◆ breakpointHit
void pqLiveInsituManager::breakpointHit |
( |
pqServer * |
insituSession | ) |
|
|
signal |
◆ selectedInsituServer()
pqServer* pqLiveInsituManager::selectedInsituServer |
( |
| ) |
|
Returns current Catalyst server.
The current Catalyst server is either selected or its displaySession is selected. If no server is selected we choose the first Catalyst server we find. We return nullptr if the client is not connected to Catalyst.
◆ isDisplayServer()
bool pqLiveInsituManager::isDisplayServer |
( |
pqServer * |
server | ) |
|
Is this the server where Catalyst displays its extracts.
◆ managerFromDisplay()
Returns the catalyst visualization manager associated with 'displaySession' or 'insituSession'.
◆ managerFromInsitu()
◆ connect()
Creates the manager and accept connections from Catalyst.
Can pass in a requested portNumber.
◆ breakpointTime()
double pqLiveInsituManager::breakpointTime |
( |
| ) |
const |
|
inline |
◆ breakpointTimeStep()
double pqLiveInsituManager::breakpointTimeStep |
( |
| ) |
const |
|
inline |
◆ setBreakpoint() [1/2]
void pqLiveInsituManager::setBreakpoint |
( |
double |
time | ) |
|
◆ setBreakpoint() [2/2]
void pqLiveInsituManager::setBreakpoint |
( |
vtkIdType |
timeStep | ) |
|
◆ removeBreakpoint()
void pqLiveInsituManager::removeBreakpoint |
( |
| ) |
|
◆ hasBreakpoint()
bool pqLiveInsituManager::hasBreakpoint |
( |
| ) |
const |
|
inline |
◆ time() [2/2]
double pqLiveInsituManager::time |
( |
| ) |
const |
|
inline |
◆ timeStep()
vtkIdType pqLiveInsituManager::timeStep |
( |
| ) |
const |
|
inline |
◆ waitTimestep()
void pqLiveInsituManager::waitTimestep |
( |
vtkIdType |
timeStep | ) |
|
◆ waitBreakpointHit()
void pqLiveInsituManager::waitBreakpointHit |
( |
| ) |
|
◆ onCatalystDisconnected
void pqLiveInsituManager::onCatalystDisconnected |
( |
| ) |
|
|
protectedslot |
called when Catalyst disconnects.
We clean up the Catalyst connection.
◆ onBreakpointHit
void pqLiveInsituManager::onBreakpointHit |
( |
pqServer * |
insituSession | ) |
|
|
protectedslot |
◆ onSourceAdded
◆ onDataUpdated
◆ isTimeBreakpointHit()
bool pqLiveInsituManager::isTimeBreakpointHit |
( |
| ) |
const |
|
protected |
◆ isTimeStepBreakpointHit()
bool pqLiveInsituManager::isTimeStepBreakpointHit |
( |
| ) |
const |
|
protected |
◆ INVALID_TIME
double pqLiveInsituManager::INVALID_TIME |
|
static |
◆ INVALID_TIME_STEP
vtkIdType pqLiveInsituManager::INVALID_TIME_STEP |
|
static |
◆ BreakpointTime
double pqLiveInsituManager::BreakpointTime |
|
protected |
◆ Time
double pqLiveInsituManager::Time |
|
protected |
◆ BreakpointTimeStep
vtkIdType pqLiveInsituManager::BreakpointTimeStep |
|
protected |
◆ TimeStep
The documentation for this class was generated from the following file: