18 #ifndef __itkODFFromSPFImageFilter_h 19 #define __itkODFFromSPFImageFilter_h 33 template <
class TInputImage,
class TOutputImage >
61 itkSetMacro(ODFOrder,
int);
62 itkGetMacro(ODFOrder,
int);
63 itkSetMacro(BMax,
double);
64 itkGetMacro(BMax,
double);
83 void ThreadedGenerateData(
const typename TOutputImage::RegionType& outputRegionForThread,ThreadIdType threadId )
ITK_OVERRIDE;
85 typename LightObject::Pointer InternalClone()
const ITK_OVERRIDE;
87 void PrintSelf(std::ostream& os, Indent indent)
const ITK_OVERRIDE;
91 void operator=(
const Self&);
107 #if ITK_TEMPLATE_EXPLICIT 108 # include "Templates/itkODFFromSPFImageFilter+-.h" 111 #if !defined(ITK_MANUAL_INSTANTIATION) && !defined(__itkODFFromSPFImageFilter_hxx) Superclass::VectorType VectorType
Superclass::MatrixPointer MatrixPointer
virtual ~ODFFromSPFImageFilter()
FeaturesFromSPFImageFilter< TInputImage, TOutputImage > Superclass
SmartPointer< const Self > ConstPointer
#define itkTypedefMaskedImageToImageMacro(Superclass)
SmartPointer< Self > Pointer
Superclass::STDVectorPointer STDVectorPointer
calculate ODFs from SPF coefficients
ODFFromSPFImageFilter Self
Superclass::BasisType BasisType
Superclass::VectorPointer VectorPointer
Superclass::STDVectorType STDVectorType
Superclass::MatrixType MatrixType
Compute some features (DWI/EAP profile, ODFs, scalar indices) from SPF coefficients.