MCPcopy Create free account
hub / github.com/Kitware/VTK / GetTemporaryPath

Method GetTemporaryPath

IO/Export/vtkJSONSceneExporter.cxx:442–445  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

440
441//------------------------------------------------------------------------------
442std::string vtkJSONSceneExporter::GetTemporaryPath() const
443{
444 return std::string(this->FileName) + ".pvtmp";
445}
446
447//------------------------------------------------------------------------------
448std::string vtkJSONSceneExporter::CurrentDataSetPath() const

Callers 4

CurrentDataSetPathMethod · 0.95
WriteDataMethod · 0.95
WriteTextureLODSeriesMethod · 0.95
WritePolyLODSeriesMethod · 0.95

Calls 1

stringClass · 0.50

Tested by

no test coverage detected