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

Method IsValidImageSpecified

Testing/Rendering/vtkTesting.cxx:324–334  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

322}
323//------------------------------------------------------------------------------
324int vtkTesting::IsValidImageSpecified()
325{
326 for (size_t i = 1; i < this->Args.size(); ++i)
327 {
328 if (this->Args[i - 1] == "-V")
329 {
330 return 1;
331 }
332 }
333 return 0;
334}
335//------------------------------------------------------------------------------
336char* vtkTesting::IncrementFileName(const char* fname, int count)
337{

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected