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

Method GetTempDirectory

Testing/Rendering/vtkTesting.cxx:224–231  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

222}
223//------------------------------------------------------------------------------
224const char* vtkTesting::GetTempDirectory()
225{
226 string td =
227 vtkTestingGetArgOrEnvOrDefault("-T", this->Args, "VTK_TEMP_DIR", "../../../Testing/Temporary");
228 this->SetTempDirectory(vtksys::SystemTools::CollapseFullPath(td).c_str());
229
230 return this->TempDirectory;
231}
232//------------------------------------------------------------------------------
233const char* vtkTesting::GetValidImageFileName()
234{

Calls 2

c_strMethod · 0.45

Tested by

no test coverage detected