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

Method IsInteractiveModeSpecified

Testing/Rendering/vtkTesting.cxx:300–310  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

298
299//------------------------------------------------------------------------------
300int vtkTesting::IsInteractiveModeSpecified()
301{
302 for (size_t i = 0; i < this->Args.size(); ++i)
303 {
304 if (this->Args[i] == "-I")
305 {
306 return 1;
307 }
308 }
309 return 0;
310}
311//------------------------------------------------------------------------------
312int vtkTesting::IsFlagSpecified(const char* flag)
313{

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected