9 #include "ioData/config.hpp" 11 #include <fwIO/IWriter.hpp> 13 #include <boost/filesystem/path.hpp> 77 IODATA_API
void configureWithIHM() override;
81 IODATA_API virtual ::
fwIO::IOPathType getIOPathType() const override;
94 virtual
void starting()
override 110 IODATA_API
virtual void configuring()
override;
119 IODATA_API
void updating()
override;
129 IODATA_API
virtual void info(std::ostream& _sstream )
override;
::fwIO::IWriter SuperClass
Super class of writer services.
#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.
virtual void stopping() override
Stopping method : default does nothing.
The namespace ioData contains reader and writer services for basic fwData::Object which doesn't need ...