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

Method CanReadFileVersionString

IO/XML/vtkXMLReader.cxx:1627–1633  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1625
1626//------------------------------------------------------------------------------
1627int vtkXMLReader::CanReadFileVersionString(const char* version)
1628{
1629 int major = 0;
1630 int minor = 0;
1631 ::ReadStringVersion(version, major, minor);
1632 return this->CanReadFileVersion(major, minor);
1633}
1634
1635//------------------------------------------------------------------------------
1636int vtkXMLReader::IntersectExtents(int* extent1, int* extent2, int* result)

Callers 1

ReadVTKFileMethod · 0.95

Calls 2

CanReadFileVersionMethod · 0.95
ReadStringVersionFunction · 0.85

Tested by

no test coverage detected