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

Method IsFlagSpecified

Testing/Rendering/vtkTesting.cxx:312–322  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

310}
311//------------------------------------------------------------------------------
312int vtkTesting::IsFlagSpecified(const char* flag)
313{
314 for (size_t i = 0; i < this->Args.size(); ++i)
315 {
316 if (this->Args[i] == flag)
317 {
318 return 1;
319 }
320 }
321 return 0;
322}
323//------------------------------------------------------------------------------
324int vtkTesting::IsValidImageSpecified()
325{

Callers 15

TestPIOReaderHDF5Function · 0.80
TestFDSReaderFunction · 0.80
TestFDSReader3Function · 0.80
TestFDSReader2Function · 0.80
TestBTSReaderFunction · 0.80
TestNetCDFUGRIDReaderFunction · 0.80
TestNetCDFCFWriterFunction · 0.80
TestCesium3DTilesWriterFunction · 0.80
TestERFReaderFunction · 0.80
TestHDFWriterTemporalFunction · 0.80
TestHDFReaderFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected