9 #include "ioITK/config.hpp" 11 #include <fwIO/IWriter.hpp> 13 #include <boost/filesystem/path.hpp> 50 IOITK_API static
void saveImage( const ::
boost::filesystem::path& inrFile, const
CSPTR(::
fwData::Image)& image );
55 IOITK_API virtual
void starting() override;
58 IOITK_API virtual
void stopping() override;
61 IOITK_API virtual
void configuring() override;
64 IOITK_API
void updating() override;
67 IOITK_API
void info(
std::ostream& _sstream ) override;
70 IOITK_API virtual
void configureWithIHM() override;
73 IOITK_API ::
fwIO::IOPathType getIOPathType() const override;
#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.
Writer for .inr.gz image.
The namespace ioITK contains services for reader, writer and helper for itk image.