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

Method SetQFileName

IO/Parallel/vtkMultiBlockPLOT3DReader.cxx:1400–1410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1398}
1399
1400void vtkMultiBlockPLOT3DReader::SetQFileName(const char* name)
1401{
1402 if (this->GetNumberOfFileNames() == 1 && this->GetFileName(0) &&
1403 strcmp(this->GetFileName(0), name) == 0)
1404 {
1405 return;
1406 }
1407 this->ClearFileNames();
1408 this->AddFileName(name);
1409 this->Modified();
1410}
1411
1412const char* vtkMultiBlockPLOT3DReader::GetQFileName()
1413{

Callers 15

Plot3DScalars.pyFile · 0.80
testReader3DMethod · 0.80
testReader2DMethod · 0.80
Plot3DVectors.pyFile · 0.80
TestGL2PSScalarBarFunction · 0.80
Plot3DMPIIO.pyFile · 0.80
RequestDataMethod · 0.80
TestPointWidgetFunction · 0.80
TestPlaneWidgetFunction · 0.80
TestScalarBarWidgetFunction · 0.80

Calls 5

GetNumberOfFileNamesMethod · 0.45
GetFileNameMethod · 0.45
ClearFileNamesMethod · 0.45
AddFileNameMethod · 0.45
ModifiedMethod · 0.45

Tested by 13

TestGL2PSScalarBarFunction · 0.64
TestPointWidgetFunction · 0.64
TestPlaneWidgetFunction · 0.64
TestScalarBarWidgetFunction · 0.64
TestLineWidgetFunction · 0.64
TestLineWidget2Function · 0.64
TestGlyph3DMapperArrowFunction · 0.64
TestGlyph3DMapperArrowFunction · 0.64
TestScalarBarFunction · 0.64
TestMultiBlockFunction · 0.64
MyMainFunction · 0.64