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

Method AddArgument

Testing/Rendering/vtkTesting.cxx:172–175  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

170
171//------------------------------------------------------------------------------
172void vtkTesting::AddArgument(const char* arg)
173{
174 this->Args.emplace_back(arg);
175}
176
177//------------------------------------------------------------------------------
178void vtkTesting::AddArguments(int argc, const char** argv)

Callers 15

compare_imagesFunction · 0.45
testEncodingsMethod · 0.45
android_mainFunction · 0.45
AddArgumentsMethod · 0.45
PNGCompareFunction · 0.45
testFunction · 0.45
testPythonItemMethod · 0.45
TestSurfaceLICFunction · 0.45
ImageDataLIC2DFunction · 0.45
ExecuteMethod · 0.45

Calls 1

emplace_backMethod · 0.45

Tested by

no test coverage detected