9 #include "ioTuto/config.hpp" 11 #include <fwIO/IReader.hpp> 13 #include <boost/filesystem/path.hpp> 39 IOTUTO_API virtual
std::vector<
std::
string > getSupportedExtensions() override;
52 IOTUTO_API virtual
void starting()
override 77 IOTUTO_API
virtual void configuring( )
override;
85 IOTUTO_API
void configureWithIHM()
override;
92 IOTUTO_API
void updating()
override;
102 IOTUTO_API
virtual void info(std::ostream& _sstream )
override;
106 IOTUTO_API ::fwIO::IOPathType getIOPathType()
const override;
virtual IOTUTO_API void stopping() override
Stopping method : default does nothing.
#define FW_DEPRECATED_MSG(message, version)
Use this macro when deprecating a function to warn the developer.
Reader service API. It manages extension points definition and extension configuration.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.