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

Function Write

Qt/Python/pqPythonFileIO.cxx:67–71  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

65
66//-----------------------------------------------------------------------------
67bool Write(const QString& filename, vtkTypeUInt32 location, const QString& content)
68{
69 auto pxm = pqApplicationCore::instance()->getActiveServer()->proxyManager();
70 return pxm->SaveString(content.toStdString().c_str(), filename.toStdString().c_str(), location);
71}
72}
73
74//-----------------------------------------------------------------------------

Callers 7

InternalSerializeMethod · 0.85
_InternalSerializeMethod · 0.85
PrintMethod · 0.85
writeToFileMethod · 0.85
readFromFileMethod · 0.85
startMethod · 0.85

Calls 4

instanceFunction · 0.85
SaveStringMethod · 0.80
proxyManagerMethod · 0.45
getActiveServerMethod · 0.45

Tested by

no test coverage detected