ome-files
0.1.1
|
Properties specific to a particular reader. More...
#include <ome/files/detail/FormatReader.h>
Public Member Functions | |
ReaderProperties (const std::string &name, const std::string &description) | |
Constructor. More... | |
Public Attributes | |
std::string | name |
Format name. | |
std::string | description |
Format description. | |
std::vector< boost::filesystem::path > | suffixes |
Filename suffixes this format can handle. | |
std::vector< boost::filesystem::path > | compression_suffixes |
Filename compression suffixes this format can handle. | |
std::set< MetadataOptions::MetadataLevel > | metadata_levels |
Supported metadata levels. A typical default is {METADATA_MINIMUM,METADATA_NO_OVERLAYS,METADATA_ALL}. | |
Properties specific to a particular reader.
|
inline |
Constructor.
name | the format name. |
description | a short description of the format. |