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

Method executeScriptAndRender

Qt/Python/pqPythonManager.cxx:232–236  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

230
231//-----------------------------------------------------------------------------
232void pqPythonManager::executeScriptAndRender(const QString& filename, vtkTypeUInt32 location)
233{
234 this->executeScript(filename, location);
235 pqApplicationCore::instance()->render();
236}
237
238//----------------------------------------------------------------------------
239void pqPythonManager::updateMacroList()

Callers 2

updateScriptsListMethod · 0.80

Calls 3

executeScriptMethod · 0.95
instanceFunction · 0.85
renderMethod · 0.45

Tested by

no test coverage detected