39 #ifndef OME_XML_MODEL_OMETRANSFORMRESOLVER_H 40 #define OME_XML_MODEL_OMETRANSFORMRESOLVER_H 47 #include <boost/filesystem.hpp> 57 class OMETransformResolverImpl;
163 Transform(
const boost::filesystem::path& file);
171 Transform(
const boost::filesystem::path& file,
221 std::set<std::string>
240 std::pair<std::vector<Transform>,
Quality>
242 const std::string& target)
const;
256 ome::compat::shared_ptr<OMETransformResolverImpl>
impl;
266 template<
class charT,
class traits>
267 inline std::basic_ostream<charT,traits>&
268 operator<< (std::basic_ostream<charT,traits>& os,
277 #endif // OME_XML_MODEL_OMETRANSFORMRESOLVER_H
Open Microscopy Environment C++ implementation.