bioformats
5.1.0
|
Basic metadata for a file. More...
#include <ome/bioformats/FileInfo.h>
Public Attributes | |
boost::filesystem::path | filename |
Absolute path to this file. | |
std::string | reader |
FormatReader implementation used to read this file. More... | |
bool | usedToInitialize |
true if this file can be passed to the appropriate reader's FormatReader::setId() method; false if otherwise. | |
Basic metadata for a file.
std::string ome::bioformats::FileInfo::reader |
FormatReader implementation used to read this file.
Referenced by ome::bioformats::detail::FormatReader::getAdvancedSeriesUsedFiles(), and ome::bioformats::detail::FormatReader::getAdvancedUsedFiles().