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

Method SetFileName

IO/Xdmf3/vtkXdmf3Reader.cxx:418–426  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

416
417//------------------------------------------------------------------------------
418void vtkXdmf3Reader::SetFileName(const char* filename)
419{
420 this->RemoveAllFileNames();
421 if (filename)
422 {
423 this->Internal->FileNames.emplace_back(filename);
424 }
425 this->SetFileNameInternal(filename);
426}
427
428//------------------------------------------------------------------------------
429void vtkXdmf3Reader::RemoveAllFileNames()

Callers 14

~vtkXdmf3ReaderMethod · 0.95
~vtkXdmf3WriterMethod · 0.45
TestXdmfConversionFunction · 0.45
RunTestFunction · 0.45
ManyFiles.pyFile · 0.45
~vtkXdmfReaderMethod · 0.45
CanReadFileMethod · 0.45
~vtkXdmfWriterMethod · 0.45

Calls 2

RemoveAllFileNamesMethod · 0.95
emplace_backMethod · 0.45

Tested by 4

TestXDMFConversionFunction · 0.36
XdmfTestVTKIOFunction · 0.36