MCPcopy Create free account
hub / github.com/Kitware/ParaView / GetActiveSession

Method GetActiveSession

Remoting/Core/vtkProcessModule.cxx:557–564  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

555
556//----------------------------------------------------------------------------
557vtkSession* vtkProcessModule::GetActiveSession()
558{
559 if (this->Internals->ActiveSessionStack.empty())
560 {
561 return nullptr;
562 }
563 return this->Internals->ActiveSessionStack.back();
564}
565
566//----------------------------------------------------------------------------
567vtkSession* vtkProcessModule::GetSession()

Callers 15

GetSessionMethod · 0.95
GetNumberOfRanksFunction · 0.45
EnableActorSyncMethod · 0.45
vtkPVViewMethod · 0.45
InitializeLiveMethod · 0.45
getReadersMethod · 0.45
onStateLoadedMethod · 0.45
onActiveServerChangedMethod · 0.45
processPluginsMethod · 0.45
switchActiveServerMethod · 0.45

Calls 2

backMethod · 0.80
emptyMethod · 0.45

Tested by 2

GetNumberOfRanksFunction · 0.36