------------------------------------------------------------------------------
| 1054 | |
| 1055 | //------------------------------------------------------------------------------ |
| 1056 | void vtkAVSucdReader::DisableAllCellArrays() |
| 1057 | { |
| 1058 | this->CellDataArraySelection->DisableAllArrays(); |
| 1059 | } |
| 1060 | |
| 1061 | //------------------------------------------------------------------------------ |
| 1062 | int vtkAVSucdReader::GetLabel(char* string, int number, char* label) |
nothing calls this directly
no test coverage detected