| 1398 | } |
| 1399 | |
| 1400 | void 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 | |
| 1412 | const char* vtkMultiBlockPLOT3DReader::GetQFileName() |
| 1413 | { |