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

Method ClearFileNames

IO/IOSS/vtkIOSSReader.cxx:254–263  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

252
253//----------------------------------------------------------------------------
254void vtkIOSSReader::ClearFileNames()
255{
256 auto& internals = (*this->Internals);
257 if (!internals.FileNames.empty())
258 {
259 internals.FileNames.clear();
260 internals.FileNamesMTime.Modified();
261 this->Modified();
262 }
263}
264
265//----------------------------------------------------------------------------
266const char* vtkIOSSReader::GetFileName(int index) const

Callers 3

TestIOSSAttributesFunction · 0.45
SetQFileNameMethod · 0.45
SetFileNameMethod · 0.45

Calls 3

emptyMethod · 0.45
clearMethod · 0.45
ModifiedMethod · 0.45

Tested by 1

TestIOSSAttributesFunction · 0.36