9 #include "ioITK/config.hpp" 11 #include <fwIO/IWriter.hpp> 13 #include <boost/filesystem/path.hpp> 52 IOITK_API static
void saveImage(
53 const ::
boost::filesystem::path& imgPath,
59 IOITK_API virtual
void starting() override;
62 IOITK_API virtual
void stopping() override;
65 IOITK_API virtual
void configuring() override;
68 IOITK_API
void updating() override;
71 IOITK_API
void info(
std::ostream& _sstream ) override;
74 IOITK_API virtual
void configureWithIHM() override;
77 IOITK_API ::
fwIO::IOPathType getIOPathType() const override;
Write an image to jpg format.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
Writer service API. It manages extension points definition and extension configuration.
The namespace fwIO contains the base interface for reader and writer services.
Contains the representation of the data objects used in the framework.
The namespace ioITK contains services for reader, writer and helper for itk image.