fw4spl
TagValueConfigurableSplitter.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 "fwDicomIOFilterQt/config.hpp"
10 
11 #include <fwDicomIOFilter/splitter/TagValueSplitter.hpp>
12 
13 #include <fwMedData/DicomSeries.hpp>
14 
15 namespace fwDicomIOFilterQt
16 {
17 namespace splitter
18 {
19 
24 {
25 public:
28  (()), ::fwDicomIOFilter::factory::New< TagValueConfigurableSplitter > );
29 
32 
34  FWDICOMIOFILTERQT_API virtual ~TagValueConfigurableSplitter();
35 
37  FWDICOMIOFILTERQT_API virtual std::string getName() const override;
38 
40  FWDICOMIOFILTERQT_API virtual std::string getDescription() const override;
41 
43  FWDICOMIOFILTERQT_API virtual bool isConfigurationRequired() const override;
44 
46  FWDICOMIOFILTERQT_API virtual bool isConfigurableWithGUI() const override;
47 
49  FWDICOMIOFILTERQT_API virtual void configureWithGUI() override;
50 
51 protected:
53  FWDICOMIOFILTERQT_API static const std::string s_FILTER_NAME;
54 
56  FWDICOMIOFILTERQT_API static const std::string s_FILTER_DESCRIPTION;
57 
58 };
59 
60 } // namespace splitter
61 } // namespace fwDicomIOFilterQt
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.
Key class used to restrict access to Filter construction. See http://www.drdobbs.com/184402053.
static FWDICOMIOFILTERQT_API const std::string s_FILTER_NAME
Filter name.
Filter that uses a tag to split the instances.
fwDicomIOFilterQt contains filters used to pre-process images before reading.
static FWDICOMIOFILTERQT_API const std::string s_FILTER_DESCRIPTION
Filter description.