Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
itkDWIVoxelFunctor.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 #ifndef _itk_DWIVoxelFunctor_h_
18 #define _itk_DWIVoxelFunctor_h_
19 
21 #include "vnl/vnl_vector.h"
22 #include "vnl/vnl_matrix.h"
23 #include <itkObject.h>
24 #include <itkObjectFactory.h>
25 
26 namespace itk
27 {
28 
34 {
35 protected:
37  virtual ~DWIVoxelFunctor(){}
38 
39 public:
43  typedef itk::Object Superclass;
44 
46  itkTypeMacro(DWIVoxelFunctor, Object)
48  //itkFactorylessNewMacro(Self)
49  //itkCloneMacro(Self)
50 
51 
58  virtual void operator()(vnl_matrix<double> & /*newSignal*/,const vnl_matrix<double> & /*SignalMatrix*/, const double & /*S0*/)=0;
59 
60 };
61 
62 }
63 
64 #endif
The DWIVoxelFunctor class Abstract basisclass for voxelprocessing of Diffusion Weighted Images...
SmartPointer< Self > Pointer
#define MITKDIFFUSIONCORE_EXPORT
SmartPointer< const Self > ConstPointer