------------------------------------------------------------------------------
| 1619 | |
| 1620 | //------------------------------------------------------------------------------ |
| 1621 | int vtkXMLReader::CanReadFileWithDataType(const char* dsname) |
| 1622 | { |
| 1623 | return (dsname && strcmp(dsname, this->GetDataSetName()) == 0) ? 1 : 0; |
| 1624 | } |
| 1625 | |
| 1626 | //------------------------------------------------------------------------------ |
| 1627 | int vtkXMLReader::CanReadFileVersionString(const char* version) |
no test coverage detected