38 #ifndef OME_FILES_FILEINFO_H 39 #define OME_FILES_FILEINFO_H 83 template<
class charT,
class traits>
84 inline std::basic_ostream<charT,traits>&
85 operator<< (std::basic_ostream<charT,traits>& os,
88 return os <<
"filename = " << info.
filename 89 <<
"\nreader = " << info.reader
90 <<
"\nused to initialize = " << info.usedToInitialize;
96 #endif // OME_FILES_FILEINFO_H boost::filesystem::path filename
Absolute path to this file.
Definition: FileInfo.h:57
Basic metadata for a file.
Definition: FileInfo.h:54
bool usedToInitialize
true if this file can be passed to the appropriate reader's FormatReader::setId() method; false if ot...
Definition: FileInfo.h:73
std::string reader
FormatReader implementation used to read this file.
Definition: FileInfo.h:67