| 594 | } |
| 595 | |
| 596 | unsigned int vtkSLACReader::GetNumberOfModeFileNames() |
| 597 | { |
| 598 | return static_cast<unsigned int>(this->Internal->ModeFileNames.size()); |
| 599 | } |
| 600 | |
| 601 | const char* vtkSLACReader::GetModeFileName(unsigned int idx) |
| 602 | { |
no test coverage detected