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