7 #ifndef __FWVTKIO_METAIMAGEWRITER_HPP__ 8 #define __FWVTKIO_METAIMAGEWRITER_HPP__ 10 #include "fwVtkIO/config.hpp" 12 #include <fwData/Image.hpp> 13 #include <fwData/location/SingleFile.hpp> 15 #include <fwDataIO/writer/GenericObjectWriter.hpp> 17 #include <boost/filesystem/path.hpp> 41 ::fwDataIO::writer::factory::New< MetaImageWriter >
52 FWVTKIO_API
void write()
override;
55 FWVTKIO_API std::string extension()
override;
69 #endif // __FWVTKIO_METAIMAGEWRITER_HPP__
This class is an interface for class managing job.
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.
This class is derived by reader/writer.
#define fwCoreAllowSharedFromThis()
Generate getSptr and getConstSptr methods.
This namespace fwJobs provides jobs management.
generic class for all object writers.