Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
20
#include <
MitkDiffusionCoreExports.h
>
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
33
class
MITKDIFFUSIONCORE_EXPORT
DWIVoxelFunctor
:
public
Object
34
{
35
protected
:
36
DWIVoxelFunctor
(){}
37
virtual
~DWIVoxelFunctor
(){}
38
39
public
:
40
typedef
DWIVoxelFunctor
Self
;
41
typedef
SmartPointer<Self>
Pointer
;
42
typedef
SmartPointer<const Self>
ConstPointer
;
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
itk::DWIVoxelFunctor
The DWIVoxelFunctor class Abstract basisclass for voxelprocessing of Diffusion Weighted Images...
Definition:
itkDWIVoxelFunctor.h:33
itk
SET FUNCTIONS.
Definition:
itkIntelligentBinaryClosingFilter.h:34
itk::DWIVoxelFunctor::Pointer
SmartPointer< Self > Pointer
Definition:
itkDWIVoxelFunctor.h:41
itk::DWIVoxelFunctor::Self
DWIVoxelFunctor Self
Definition:
itkDWIVoxelFunctor.h:40
MITKDIFFUSIONCORE_EXPORT
#define MITKDIFFUSIONCORE_EXPORT
Definition:
MitkDiffusionCoreExports.h:15
itk::DWIVoxelFunctor::ConstPointer
SmartPointer< const Self > ConstPointer
Definition:
itkDWIVoxelFunctor.h:42
MitkDiffusionCoreExports.h
itk::DWIVoxelFunctor::Superclass
itk::Object Superclass
Definition:
itkDWIVoxelFunctor.h:43
itk::SmartPointer< Self >
itk::DWIVoxelFunctor::DWIVoxelFunctor
DWIVoxelFunctor()
Definition:
itkDWIVoxelFunctor.h:36
itk::DWIVoxelFunctor::~DWIVoxelFunctor
virtual ~DWIVoxelFunctor()
Definition:
itkDWIVoxelFunctor.h:37
git
MITK
Modules
DiffusionImaging
DiffusionCore
include
Algorithms
Reconstruction
MultishellProcessing
itkDWIVoxelFunctor.h
Generated on Fri Feb 3 2017 20:51:47 for Medical Imaging Interaction Toolkit by
1.8.9.1