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

Method CurrentDataSetPath

IO/Export/vtkJSONSceneExporter.cxx:448–453  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

446
447//------------------------------------------------------------------------------
448std::string vtkJSONSceneExporter::CurrentDataSetPath() const
449{
450 std::stringstream path;
451 path << this->GetTemporaryPath() << "/" << this->DatasetCount + 1;
452 return vtksys::SystemTools::ConvertToOutputPath(path.str());
453}
454
455//------------------------------------------------------------------------------
456std::string vtkJSONSceneExporter::WriteDataSet(

Callers 2

WriteDataSetMethod · 0.95
WriteTextureMethod · 0.95

Calls 2

GetTemporaryPathMethod · 0.95
strMethod · 0.45

Tested by

no test coverage detected