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

Method GetDataRoot

Testing/Core/vtkTestUtilities.h:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164};
165
166inline char* vtkTestUtilities::GetDataRoot(int argc, char* argv[])
167{
168 return vtkTestUtilities::GetArgOrEnvOrDefault(
169 "-D", argc, argv, "VTK_DATA_ROOT", "../../../../VTKData");
170}
171
172inline char* vtkTestUtilities::ExpandDataFileName(
173 int argc, char* argv[], const char* fname, int slash)

Callers 15

TestPIOReaderHDF5Function · 0.45
TestFDSReaderFunction · 0.45
TestFDSReader3Function · 0.45
TestFDSReader2Function · 0.45
TestBTSReaderFunction · 0.45
TestNetCDFUGRIDReaderFunction · 0.45
TestNetCDFCFWriterFunction · 0.45
TestXMLGhostCellsImportFunction · 0.45
TestCesium3DTilesWriterFunction · 0.45
TestERFReaderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected