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

Method AddArguments

Testing/Rendering/vtkTesting.cxx:178–184  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

176
177//------------------------------------------------------------------------------
178void vtkTesting::AddArguments(int argc, const char** argv)
179{
180 for (int i = 0; i < argc; ++i)
181 {
182 this->Args.emplace_back(argv[i]);
183 }
184}
185
186//------------------------------------------------------------------------------
187void vtkTesting::AddArguments(int argc, char** argv)

Callers 15

TestPIOReaderHDF5Function · 0.45
TestFDSReaderFunction · 0.45
TestFDSReader3Function · 0.45
TestFDSReader2Function · 0.45
TestBTSReaderFunction · 0.45
TestVRMLExporterFunction · 0.45
TestNetCDFUGRIDReaderFunction · 0.45
TestNetCDFCFWriterFunction · 0.45
TestXMLGhostCellsImportFunction · 0.45

Calls 1

emplace_backMethod · 0.45

Tested by

no test coverage detected