38 #ifndef OME_BIOFORMATS_DETAIL_FORMATWRITER_H
39 #define OME_BIOFORMATS_DETAIL_FORMATWRITER_H
41 #include <ome/bioformats/FormatWriter.h>
42 #include <ome/bioformats/FormatHandler.h>
59 typedef std::map<std::string,
84 const std::string& description):
86 description(description),
88 compression_suffixes(),
93 compression_suffixes.push_back(boost::filesystem::path(
""));
119 ome::compat::shared_ptr<std::ostream>
out;
164 isThisType(
const boost::filesystem::path& name,
165 bool open =
true)
const;
213 setMetadataRetrieve(ome::compat::shared_ptr< ::ome::xml::meta::MetadataRetrieve>& retrieve);
216 const ome::compat::shared_ptr< ::ome::xml::meta::MetadataRetrieve>&
220 ome::compat::shared_ptr< ::ome::xml::meta::MetadataRetrieve>&
363 ome::compat::array<dimension_size_type, 3>
375 const std::set<ome::xml::model::enums::PixelType>&
379 const std::set<ome::xml::model::enums::PixelType>&
389 const std::string& codec)
const;
392 const std::set<std::string>&
400 const boost::optional<std::string>&
408 const boost::optional<bool>&
425 setId(
const boost::filesystem::path&
id);
429 close(
bool fileOnly =
false);
440 const std::vector<boost::filesystem::path>&
444 const std::vector<boost::filesystem::path>&
452 #endif // OME_BIOFORMATS_DETAIL_FORMATWRITER_H
Open Microscopy Environment C++ implementation.
Definition: CoreMetadata.cpp:40
PixelType enumeration.
Definition: PixelType.h:69