7 #ifndef __FWITKIO_IMAGEREADER_HPP__ 8 #define __FWITKIO_IMAGEREADER_HPP__ 10 #include "fwItkIO/config.hpp" 12 #include <fwData/Image.hpp> 13 #include <fwData/location/SingleFile.hpp> 15 #include <fwDataIO/reader/GenericObjectReader.hpp> 17 #include <fwTools/ProgressAdviser.hpp> 31 ::fwDataIO::reader::factory::New< ImageReader >
39 FWITKIO_API
void read()
override;
44 #endif // __FWITKIO_IMAGEREADER_HPP__
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
FWITKIO_API void read() override
Defines an reader interface.
generic class for all object readers.
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.
This class is derived by reader/writer.
The namespace fwItkIO contains reader, writer and helper for itk image.
#define fwCoreAllowSharedFromThis()
Generate getSptr and getConstSptr methods.