ome-files
0.5.0
|
Properties specific to a particular writer. More...
#include <ome/files/detail/FormatWriter.h>
Public Types | |
typedef std::map< ome::xml::model::enums::PixelType, std::set< std::string > > | pixel_compression_type_map |
Map of codec to pixel types. | |
Public Member Functions | |
WriterProperties (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< std::string > | compression_types |
Supported compression types. | |
pixel_compression_type_map | pixel_compression_types |
Supported compression codecs types for each pixel type. | |
bool | stacks |
Stacks are supported. | |
Properties specific to a particular writer.
|
inline |
Constructor.
name | the format name. |
description | a short description of the format. |