9 #include "ioVTK/config.hpp" 11 #include <fwCom/Signal.hpp> 13 #include <fwIO/IWriter.hpp> 15 #include <boost/filesystem/path.hpp> 76 IOVTK_API virtual
void configureWithIHM() override;
80 IOVTK_API virtual ::
fwIO::IOPathType getIOPathType() const override;
87 IOVTK_API virtual
void starting() override;
94 IOVTK_API virtual
void stopping() override;
101 IOVTK_API virtual
void configuring() override;
109 IOVTK_API
void updating() override;
117 IOVTK_API
void info(
std::ostream& _sstream ) override;
124 bool m_bServiceIsConfigured;
129 ::
boost::filesystem::path m_fsMeshPath;
131 SPTR(JobCreatedSignalType) m_sigJobCreated;
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
Writer service API. It manages extension points definition and extension configuration.
The namespace fwIO contains the base interface for reader and writer services.
Contains the representation of the data objects used in the framework.
This namespace fwJobs provides jobs management.
The namespace ioVTK contains reader, writer and helper using the fwVtkIO lib for output and input act...