38 #ifndef OME_BIOFORMATS_DETAIL_FORMATREADER_H
39 #define OME_BIOFORMATS_DETAIL_FORMATREADER_H
45 #include <ome/bioformats/FormatReader.h>
46 #include <ome/bioformats/FormatHandler.h>
84 const std::string& description):
86 description(description),
88 compression_suffixes(),
91 compression_suffixes.push_back(boost::filesystem::path(
""));
121 ome::compat::shared_ptr<std::istream>
in;
243 initFile(
const boost::filesystem::path&
id);
253 isUsedFile(
const boost::filesystem::path& file);
314 ome::compat::shared_ptr< ::ome::xml::meta::MetadataStore>
328 coremetadata_list_type::value_type cm(core.at(index));
330 throw std::logic_error(
"CoreMetadata null");
345 coremetadata_list_type::value_type cm(core.at(index));
347 throw std::logic_error(
"CoreMetadata null");
353 const std::set<MetadataOptions::MetadataLevel>&
385 isThisType(
const boost::filesystem::path& name,
386 bool open =
true)
const;
391 std::size_t length)
const;
396 const uint8_t *end)
const;
524 ome::compat::array<dimension_size_type, 2>
595 close(
bool fileOnly =
false);
650 const std::vector<boost::filesystem::path>
654 const std::vector<boost::filesystem::path>
658 std::vector<FileInfo>
662 std::vector<FileInfo>
666 const boost::optional<boost::filesystem::path>&
685 ome::compat::array<dimension_size_type, 3>
689 ome::compat::array<dimension_size_type, 6>
693 const std::vector<ome::compat::shared_ptr< ::ome::bioformats::CoreMetadata> >&
706 setMetadataStore(ome::compat::shared_ptr< ::ome::xml::meta::MetadataStore>& store);
709 const ome::compat::shared_ptr< ::ome::xml::meta::MetadataStore>&
713 ome::compat::shared_ptr< ::ome::xml::meta::MetadataStore>&
717 std::vector<ome::compat::shared_ptr< ::ome::bioformats::FormatReader> >
733 const std::vector<std::string>&
741 const std::vector<std::string>&
798 setId(
const boost::filesystem::path&
id);
809 const std::vector<boost::filesystem::path>&
813 const std::vector<boost::filesystem::path>&
821 #endif // OME_BIOFORMATS_DETAIL_FORMATREADER_H
Open Microscopy Environment C++ implementation.
Definition: CoreMetadata.cpp:40
PixelType enumeration.
Definition: PixelType.h:69