12 #ifndef __itkScalarMapFromSPFImageFilter_h 13 #define __itkScalarMapFromSPFImageFilter_h 28 template <
class TInputImage,
class TOutputImage=Image<
double,3> >
66 itkSetMacro(MapType, MapType);
67 itkGetMacro(MapType, MapType);
81 void ThreadedGenerateData(
const typename TOutputImage::RegionType& outputRegionForThread,ThreadIdType threadId )
ITK_OVERRIDE;
83 typename LightObject::Pointer InternalClone()
const ITK_OVERRIDE;
85 void PrintSelf(std::ostream& os, Indent indent)
const ITK_OVERRIDE;
92 void operator=(
const Self&);
101 #if ITK_TEMPLATE_EXPLICIT 102 # include "Templates/itkScalarMapFromSPFImageFilter+-.h" 105 #if !defined(ITK_MANUAL_INSTANTIATION) && !defined(__itkScalarMapFromSPFImageFilter_hxx) ScalarMapFromSPFImageFilter()
calculate ODFs from SPF coefficients
ScalarMapFromSPFImageFilter Self
#define itkTypedefMaskedImageToImageMacro(Superclass)
Superclass::VectorType VectorType
Superclass::MatrixPointer MatrixPointer
Superclass::VectorPointer VectorPointer
Superclass::STDVectorType STDVectorType
virtual ~ScalarMapFromSPFImageFilter()
SmartPointer< const Self > ConstPointer
Superclass::STDVectorPointer STDVectorPointer
Superclass::BasisType BasisType
Superclass::MatrixType MatrixType
SmartPointer< Self > Pointer
Compute some features (DWI/EAP profile, ODFs, scalar indices) from SPF coefficients.
void VerifyInputParameters() const ITK_OVERRIDE
FeaturesFromSPFImageFilter< TInputImage, TOutputImage > Superclass