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

Method AddFileName

IO/IOSS/vtkIOSSReader.cxx:243–251  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

241
242//----------------------------------------------------------------------------
243void vtkIOSSReader::AddFileName(const char* fname)
244{
245 auto& internals = (*this->Internals);
246 if (fname != nullptr && !internals.FileNames.insert(fname).second)
247 {
248 internals.FileNamesMTime.Modified();
249 this->Modified();
250 }
251}
252
253//----------------------------------------------------------------------------
254void vtkIOSSReader::ClearFileNames()

Callers 15

TestIOSSCGNSFunction · 0.45
TestIOSSAttributesFunction · 0.45
TestFileFunction · 0.45
TestIOSSExodus2DVectorFunction · 0.45
TestIOSSGhostArrayFunction · 0.45
TestIOSSNoElementBlocksFunction · 0.45
TestIOSSExodusSetArraysFunction · 0.45
TestIOSSExodusFunction · 0.45

Calls 2

insertMethod · 0.45
ModifiedMethod · 0.45

Tested by 15

TestIOSSCGNSFunction · 0.36
TestIOSSAttributesFunction · 0.36
TestFileFunction · 0.36
TestIOSSExodus2DVectorFunction · 0.36
TestIOSSGhostArrayFunction · 0.36
TestIOSSNoElementBlocksFunction · 0.36
TestIOSSExodusSetArraysFunction · 0.36
TestIOSSExodusFunction · 0.36