NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkToolWorkingDataNameFilter.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #ifndef niftkToolWorkingDataNameFilter_h
16 #define niftkToolWorkingDataNameFilter_h
17 
18 #include "niftkMIDASExports.h"
19 
20 #include <mitkDataStorage.h>
21 
23 
24 namespace niftk
25 {
26 
48 {
49 
50 public:
51 
53  itkNewMacro(ToolWorkingDataNameFilter)
54 
55 protected:
56 
58  virtual ~ToolWorkingDataNameFilter();
59 
60  ToolWorkingDataNameFilter(const ToolWorkingDataNameFilter&); // Purposefully not implemented.
61  ToolWorkingDataNameFilter& operator=(const ToolWorkingDataNameFilter&); // Purposefully not implemented.
62 
63 private:
64 
65 };
66 
67 }
68 
69 #endif
70 
71 
A filter that takes a named property, for example "name", and a list of strings to check against...
Definition: niftkDataNodeStringPropertyFilter.h:33
A filter that returns Pass=false if the name is in the following list, and true otherwise.
Definition: niftkToolWorkingDataNameFilter.h:47
Definition: niftkExceptionObject.h:21