Skip to content
  • Utkarsh Ayachit's avatar
    vtkImageReader: add missig `CanReadFile` · 1c7bd225
    Utkarsh Ayachit authored
    vtkImageReader can read raw binary files. vtkImageReader2, which is
    vtkImageReader's superclass, provides a `CanReadFile` that always
    returns 0. Hence we need to provide this method otherwise vtkImageReader
    will not say it reads raw files.
    1c7bd225