7 #ifndef __FWVTKIO_SERIESDBREADER_HPP__ 8 #define __FWVTKIO_SERIESDBREADER_HPP__ 10 #include "fwVtkIO/config.hpp" 12 #include <fwData/location/MultiFiles.hpp> 14 #include <fwDataIO/reader/GenericObjectReader.hpp> 16 #include <fwMedData/Series.hpp> 17 #include <fwMedData/SeriesDB.hpp> 19 #include <boost/filesystem/path.hpp> 43 ::fwDataIO::reader::factory::New< SeriesDBReader >
54 FWVTKIO_API
void read()
override;
57 FWVTKIO_API std::string extension()
override;
61 void setLazyMode(
bool lazyMode)
63 m_lazyMode = lazyMode;
79 #endif // __FWVTKIO_SERIESDBREADER_HPP__
This class is an interface for class managing job.
Namespace containing medical data.
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
generic class for all object readers.
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.
#define fwCoreAllowSharedFromThis()
Generate getSptr and getConstSptr methods.
This class is derived by reader/writer.
This namespace fwJobs provides jobs management.