MCPcopy Create free account
hub / github.com/Kitware/VTK / CanReadFileWithDataType

Method CanReadFileWithDataType

IO/XML/vtkXMLReader.cxx:1621–1624  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

CanReadFileMethod · 0.95

Calls 1

GetDataSetNameMethod · 0.45

Tested by

no test coverage detected