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
itkPointShell.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 __itkPointShell_h__
18
#define __itkPointShell_h__
19
20
#include "
mitkQBallImage.h
"
21
#include <
MitkDiffusionCoreExports.h
>
22
23
24
namespace
itk
25
{
26
// generate by n-fold subdivisions of an icosahedron
27
template
<
int
NPo
int
s,
class
TMatrixType >
28
class
PointShell
29
{
30
public
:
31
static
TMatrixType *
DistributePointShell
();
32
};
33
34
template
<
int
Npo
int
sShell1,
int
Npo
int
sShell2,
int
Npo
int
sShell3,
class
TMatrixTypeshell1,
class
TMatrixTypeshell2,
class
TMatrixTypeshell3>
35
class
ThreeLayerPointShell
36
{
37
public
:
38
static
TMatrixTypeshell1 *
DistributePointShell1
();
39
static
TMatrixTypeshell2 *
DistributePointShell2
();
40
static
TMatrixTypeshell3 *
DistributePointShell3
();
41
};
42
43
}
44
45
#include "
itkPointShell.txx
"
46
47
#endif //__itkPointShell_h__
itkPointShell.txx
itk
SET FUNCTIONS.
Definition:
itkIntelligentBinaryClosingFilter.h:34
itk::ThreeLayerPointShell
Definition:
itkPointShell.h:35
itk::ThreeLayerPointShell::DistributePointShell3
static TMatrixTypeshell3 * DistributePointShell3()
MitkDiffusionCoreExports.h
itk::PointShell
Definition:
itkPointShell.h:28
mitkQBallImage.h
itk::PointShell::DistributePointShell
static TMatrixType * DistributePointShell()
itk::ThreeLayerPointShell::DistributePointShell1
static TMatrixTypeshell1 * DistributePointShell1()
itk::ThreeLayerPointShell::DistributePointShell2
static TMatrixTypeshell2 * DistributePointShell2()
git
MITK
Modules
DiffusionImaging
DiffusionCore
include
Algorithms
Reconstruction
itkPointShell.h
Generated on Fri Feb 3 2017 20:51:48 for Medical Imaging Interaction Toolkit by
1.8.9.1