fw4spl
TransformationMatrix3DReaderService.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2018.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #pragma once
8 
9 #include "ioData/config.hpp"
10 
11 #include <fwIO/IReader.hpp>
12 
13 #include <boost/filesystem/path.hpp>
14 
15 namespace ioData
16 {
17 
34 {
35 
36 public:
38 
40  typedef ::fwIO::IReader SuperClass;
41 
52  IODATA_API virtual void configureWithIHM() override;
53 
57  IODATA_API virtual std::vector< std::string > getSupportedExtensions() override;
59 
61  IODATA_API virtual ::fwIO::IOPathType getIOPathType() const override;
62 
63 protected:
64 
74  IODATA_API virtual void starting( ) override;
75 
81  IODATA_API virtual void stopping( ) override;
82 
86  IODATA_API virtual void configuring() override;
87 
95  IODATA_API void updating() override;
96 
105  IODATA_API virtual void info(std::ostream& _sstream ) override;
107 
108 };
109 
110 } // namespace ioData
This service read a fwData::TransformationMatrix3D from a .trf file.
::fwIO::IReader SuperClass
Super class of reader services.
Reader service API. It manages extension points definition and extension configuration.
Definition: IReader.hpp:34
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.
The namespace ioData contains reader and writer services for basic fwData::Object which doesn&#39;t need ...