9 #include "ioVTK/config.hpp" 11 #include <fwData/Mesh.hpp> 13 #include <fwIO/IReader.hpp> 15 #include <boost/filesystem/path.hpp> 67 IOVTK_API virtual
void configureWithIHM() override;
71 IOVTK_API virtual ::
fwIO::IOPathType getIOPathType() const override;
78 IOVTK_API virtual
void starting() override;
85 IOVTK_API virtual
void stopping() override;
92 IOVTK_API virtual
void configuring() override;
100 IOVTK_API
void updating() override;
108 IOVTK_API
void info(
std::ostream& _sstream ) override;
120 void loadMesh( const ::
boost::filesystem::path _vtkFile, ::
fwData::Mesh::sptr _pMesh );
128 void notificationOfUpdate();
134 bool m_bServiceIsConfigured;
139 ::
boost::filesystem::path m_fsMeshPath;
142 SPTR(JobCreatedSignalType) m_sigJobCreated;
Reader service API. It manages extension points definition and extension configuration.
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
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...