| bioformats
    5.1.7
    | 
Properties specific to a particular writer. More...
#include <ome/bioformats/detail/FormatWriter.h>
 Collaboration diagram for ome::bioformats::detail::WriterProperties:
 Collaboration diagram for ome::bioformats::detail::WriterProperties:| Public Types | |
| typedef std::map< std::string, std::set< ome::xml::model::enums::PixelType > > | codec_pixel_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. | |
| codec_pixel_type_map | codec_pixel_types | 
| Supported pixel types. | |
| bool | stacks | 
| Stacks are supported. | |
Properties specific to a particular writer.
| 
 | inline | 
Constructor.
| name | the format name. | 
| description | a short description of the format. | 
 1.8.10
 1.8.10