Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkGroupDiffusionHeadersFilter.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 
18 #ifndef _mitkGroupDiffusionHeadersFilter_h
19 #define _mitkGroupDiffusionHeadersFilter_h
20 
22 
23 #include "mitkBaseProcess.h"
25 
26 namespace mitk
27 {
33  {
34  public:
36 
37  itkFactorylessNewMacro(Self)
38  itkCloneMacro(Self)
39 
41  typedef HeaderType::Pointer HeaderPointer;
42  typedef std::vector<HeaderPointer> InputType;
43 
44  typedef std::vector<InputType> OutputType;
45 
50  virtual void SetInput( InputType input );
51 
56  virtual void SetInput( const unsigned int& idx, InputType input );
57 
62  virtual void SetNthOutput( const unsigned int& idx, InputType output );
63 
67  InputType GetInput( void );
68 
73  InputType GetInput( const unsigned int& idx );
74 
75  OutputType GetOutput();
76 
77  virtual DataObjectPointer MakeOutput ( DataObjectPointerArraySizeType ){}
78 
79  virtual DataObjectPointer MakeOutput(const DataObjectIdentifierType& ) {}
80 
81  virtual void GenerateOutputInformation();
82 
83  virtual void Update();
84 
85  protected:
86 
91 
95  virtual ~GroupDiffusionHeadersFilter();
96 
99 
100  private:
101 
102  void operator=( const Self& ); //purposely not implemented
103  }
104  ;
105 
106 } //end of namespace mitk
107 
108 #endif
109 
110 
itk::DataObject::DataObjectIdentifierType DataObjectIdentifierType
Base of all data objects.
Definition: mitkBaseData.h:39
static void Update(vtkPolyData *)
Definition: mitkSurface.cpp:35
Superclass of all classes generating some kind of mitk::BaseData.
STL namespace.
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKDIFFUSIONCORE_EXPORT
virtual DataObjectPointer MakeOutput(const DataObjectIdentifierType &)
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:44
Groups Headers containing Diffusion Information.