11 #include "ioVTK/config.hpp" 13 #include <fwData/Mesh.hpp> 15 #include <fwIO/IWriter.hpp> 17 #include <boost/filesystem/path.hpp> 80 IOVTK_API
virtual void configureWithIHM()
override;
84 IOVTK_API virtual ::fwIO::IOPathType getIOPathType()
const override;
91 IOVTK_API
virtual void starting()
override;
98 IOVTK_API
virtual void stopping()
override;
105 IOVTK_API
virtual void configuring()
override;
113 IOVTK_API
void updating()
override;
121 IOVTK_API
void info(std::ostream& _sstream )
override;
129 bool m_bServiceIsConfigured;
134 ::boost::filesystem::path m_fsMeshPath;
136 SPTR(JobCreatedSignalType) m_sigJobCreated;
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
Writer service API. It manages extension points definition and extension configuration.
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...