9 #include "ioVTK/config.hpp" 11 #include <fwIO/IWriter.hpp> 13 #include <boost/filesystem/path.hpp> 77 IOVTK_API
virtual void configureWithIHM()
override;
89 IOVTK_API
static bool saveImage( const ::boost::filesystem::path& imgFile,
91 const SPTR(JobCreatedSignalType)& sigJobCreated);
95 IOVTK_API virtual ::fwIO::IOPathType getIOPathType()
const override;
102 IOVTK_API
virtual void starting()
override;
109 IOVTK_API
virtual void stopping()
override;
116 IOVTK_API
virtual void configuring()
override;
124 IOVTK_API
void updating()
override;
132 IOVTK_API
void info(std::ostream& _sstream )
override;
139 bool m_bServiceIsConfigured;
144 ::boost::filesystem::path m_fsImgPath;
146 SPTR(JobCreatedSignalType) m_sigJobCreated;
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
Writer service API. It manages extension points definition and extension configuration.
Contains the representation of the data objects used in the framework.
This class defines an image.
This namespace fwJobs provides jobs management.
The namespace ioVTK contains reader, writer and helper using the fwVtkIO lib for output and input act...