#include "MitkDiffusionImagingExports.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.
Classes | |
| class | itk::OrientationDistributionFunction< TComponent, NOdfDirections > |
| Represents an ODF for Q-Ball imaging. More... | |
Namespaces | |
| namespace | itk |
Defines | |
| #define | ITK_TEMPLATE_OrientationDistributionFunction(_, EXPORT, x, y) |
Typedefs | |
| typedef std::ostream | itk::OutputStreamType |
| typedef std::istream | itk::InputStreamType |
Functions | |
| template<typename TComponent , unsigned int NOdfDirections> | |
| MitkDiffusionImaging_EXPORT OutputStreamType & | itk::operator<< (OutputStreamType &os, const OrientationDistributionFunction< TComponent, NOdfDirections > &c) |
| template<typename TComponent , unsigned int NOdfDirections> | |
| MitkDiffusionImaging_EXPORT InputStreamType & | itk::operator>> (InputStreamType &is, OrientationDistributionFunction< TComponent, NOdfDirections > &c) |
namespace itk { \ _(2(class MitkDiffusionImaging_EXPORT EXPORT OrientationDistributionFunction< ITK_TEMPLATE_2 x >)) \ namespace Templates { typedef OrientationDistributionFunction< ITK_TEMPLATE_2 x > \ OrientationDistributionFunction##y; } \ }
Definition at line 227 of file itkOrientationDistributionFunction.h.
1.7.2