39 #ifndef OME_XML_MODEL_OMETRANSFORMRESOLVER_H 40 #define OME_XML_MODEL_OMETRANSFORMRESOLVER_H 49 #include <boost/filesystem.hpp> 56 class OMETransformResolverImpl;
162 Transform(
const boost::filesystem::path& file);
170 Transform(
const boost::filesystem::path& file,
220 std::set<std::string>
239 std::pair<std::vector<Transform>,
Quality>
241 const std::string& target)
const;
255 std::shared_ptr<OMETransformResolverImpl>
impl;
265 template<
class charT,
class traits>
266 inline std::basic_ostream<charT,traits>&
267 operator<< (std::basic_ostream<charT,traits>& os,
276 #endif // OME_XML_MODEL_OMETRANSFORMRESOLVER_H
Open Microscopy Environment C++ implementation.