#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <algorithm>
#include <vector>
#include <vnl/algo/vnl_matrix_inverse.h>
#include "itkPointShell.h"
Go to the source code of this file.
Namespaces | |
namespace | itk |
Defines | |
#define | _itkOrientationDistributionFunction_txx |
#define | ODF_PI 3.14159265358979323846 |
Functions | |
template<class T , unsigned int NOdfDirections> | |
std::ostream & | itk::operator<< (std::ostream &os, const OrientationDistributionFunction< T, NOdfDirections > &c) |
template<class T , unsigned int NOdfDirections> | |
std::istream & | itk::operator>> (std::istream &is, OrientationDistributionFunction< T, NOdfDirections > &dt) |
#define _itkOrientationDistributionFunction_txx |
Definition at line 17 of file itkOrientationDistributionFunction.txx.
#define ODF_PI 3.14159265358979323846 |
Definition at line 85 of file itkOrientationDistributionFunction.txx.
Referenced by itk::OrientationDistributionFunction< TComponent, NOdfDirections >::ComputeBaseMesh(), itk::OrientationDistributionFunction< TComponent, NOdfDirections >::GetInterpolatedComponent(), and itk::OrientationDistributionFunction< TComponent, NOdfDirections >::GetPrincipleCurvature().