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

Function Read

Qt/Python/pqPythonFileIO.cxx:60–64  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

58//-----------------------------------------------------------------------------
59//-----------------------------------------------------------------------------
60QString Read(const QString& filename, vtkTypeUInt32 location)
61{
62 auto pxm = pqApplicationCore::instance()->getActiveServer()->proxyManager();
63 return QString(pxm->LoadString(filename.toStdString().c_str(), location).c_str());
64}
65
66//-----------------------------------------------------------------------------
67bool Write(const QString& filename, vtkTypeUInt32 location, const QString& content)

Callers 5

_InternalParseMethod · 0.85
_InternalParseMethod · 0.85
SkipMethod · 0.85
readFromFileMethod · 0.85

Calls 5

instanceFunction · 0.85
LoadStringMethod · 0.80
QStringClass · 0.50
proxyManagerMethod · 0.45
getActiveServerMethod · 0.45

Tested by

no test coverage detected