------------------------------------------------------------------------------
| 582 | |
| 583 | //------------------------------------------------------------------------------ |
| 584 | void vtkSLACReader::AddModeFileName(const char* fname) |
| 585 | { |
| 586 | this->Internal->ModeFileNames.emplace_back(fname); |
| 587 | this->Modified(); |
| 588 | } |
| 589 | |
| 590 | void vtkSLACReader::RemoveAllModeFileNames() |
| 591 | { |
no test coverage detected