#include <MitkDiffusionCoreExports.h>
#include "itkIndent.h"
#include "itkFixedArray.h"
#include "itkMatrix.h"
#include "itkSymmetricEigenAnalysis.h"
#include "itkSimpleFastMutexLock.h"
#include "itkDiffusionTensor3D.h"
#include "vtkPolyData.h"
#include "vtkPoints.h"
#include "vtkCellArray.h"
#include "vtkDelaunay2D.h"
#include "vtkCleanPolyData.h"
#include "vtkAppendPolyData.h"
#include "vtkPlane.h"
Go to the source code of this file.
|
template<typename TComponent , unsigned int NOdfDirections> |
MITKDIFFUSIONCORE_EXPORT OutputStreamType & | itk::operator<< (OutputStreamType &os, const OrientationDistributionFunction< TComponent, NOdfDirections > &c) |
|
template<typename TComponent , unsigned int NOdfDirections> |
MITKDIFFUSIONCORE_EXPORT InputStreamType & | itk::operator>> (InputStreamType &is, OrientationDistributionFunction< TComponent, NOdfDirections > &c) |
|
#define ITK_TEMPLATE_OrientationDistributionFunction |
( |
|
_, |
|
|
|
EXPORT, |
|
|
|
x, |
|
|
|
y |
|
) |
| |