DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkProfileFromSPFImageFilter.h>
Calculate DWI/EAP profile from SPF coefficients.
Definition at line 35 of file itkProfileFromSPFImageFilter.h.
Public Types | |
typedef Superclass::BasisType | BasisType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::MatrixPointer | MatrixPointer |
typedef Superclass::MatrixType | MatrixType |
typedef SmartPointer< Self > | Pointer |
typedef ProfileFromSPFImageFilter | Self |
typedef Superclass::STDVectorPointer | STDVectorPointer |
typedef Superclass::STDVectorType | STDVectorType |
typedef FeaturesFromSPFImageFilter< TInputImage, TOutputImage > | Superclass |
typedef Superclass::VectorPointer | VectorPointer |
typedef Superclass::VectorType | VectorType |
Public Types inherited from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage > | |
enum | BasisType { SPF =0, DSPF } |
typedef SmartPointer< const Self > | ConstPointer |
typedef utl_shared_ptr< MatrixType > | MatrixPointer |
typedef utl::NDArray< double, 2 > | MatrixType |
typedef SmartPointer< Self > | Pointer |
typedef FeaturesFromSPFImageFilter | Self |
typedef SphericalPolarFourierEstimationImageFilter< TInputImage, TOutputImage > | SPFIFilterBaseType |
typedef utl_shared_ptr< STDVectorType > | STDVectorPointer |
typedef std::vector< double > | STDVectorType |
typedef MaskedImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef utl_shared_ptr< VectorType > | VectorPointer |
typedef utl::NDArray< double, 1 > | VectorType |
Public Types inherited from itk::MaskedImageToImageFilter< TInputImage, TOutputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::IndexType | InputImageIndexType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::SizeType | InputImageSizeType |
typedef InputImageType::SpacingType | InputImageSpacingType |
typedef TInputImage | InputImageType |
typedef LoggerType::Pointer | LoggerPointer |
typedef ThreadLogger | LoggerType |
typedef utl_shared_ptr< LoggerVectorType > | LoggerVectorPointer |
typedef std::vector< LoggerPointer > | LoggerVectorType |
typedef MaskImageType::Pointer | MaskImagePointer |
typedef Image< double, 3 > | MaskImageType |
typedef OutputImageType::IndexType | OutputImageIndexType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef OutputImageType::SizeType | OutputImageSizeType |
typedef OutputImageType::SpacingType | OutputImageSpacingType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef MaskedImageToImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
void | ComputeSPFToFeatureTransform () ITK_OVERRIDE |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual double | GetRadius () |
virtual STDVectorPointer | GetRadiusVector () |
itkTypedefMaskedImageToImageMacro (Superclass) | |
virtual void | SetRadius (double _arg) |
virtual void | SetRadiusVector (STDVectorPointer _arg) |
Public Member Functions inherited from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage > | |
double | ComputeScale (const bool setScale=true) |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual double | GetBasisScale () |
virtual BasisType | GetBasisType () |
virtual bool | GetIsFourier () |
virtual bool | GetIsInQSpace () |
virtual double | GetMD0 () |
virtual MatrixPointer | GetOrientations () |
virtual int | GetRadialRank () |
virtual const ScalarImageType * | GetScaleImage () const |
virtual int | GetSHRank () |
virtual MatrixPointer | GetSPFToFeatureTransform () |
virtual double | GetTau () |
virtual void | IsFourierOff () |
virtual void | IsFourierOn () |
virtual void | IsInQSpaceOff () |
virtual void | IsInQSpaceOn () |
itkGetObjectMacro (ScaleImage, ScalarImageType) | |
itkTypedefMaskedImageToImageMacro (Superclass) | |
virtual void | SetBasisScale (const double scale) |
virtual void | SetBasisType (BasisType _arg) |
virtual void | SetIsFourier (bool _arg) |
virtual void | SetIsInQSpace (bool _arg) |
virtual void | SetMD0 (double _arg) |
virtual void | SetOrientations (MatrixPointer _arg) |
virtual void | SetRadialRank (int _arg) |
void | SetScaleImage (const ScalarImagePointer &scaleImage) |
virtual void | SetSHRank (int _arg) |
virtual void | SetTau (double _arg) |
Public Member Functions inherited from itk::MaskedImageToImageFilter< TInputImage, TOutputImage > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const LoggerType * | GetLogger () const |
virtual const MaskImageType * | GetMaskImage () const |
bool | IsMaskUsed () |
itkGetObjectMacro (MaskImage, MaskImageType) | |
itkGetObjectMacro (Logger, LoggerType) | |
itkSetGetMacro (LogLevel, int) | |
virtual void | SetLogger (LoggerType *_arg) |
virtual void | SetMaskImage (MaskImageType *_arg) |
void | SetMaskImage (const std::string &file) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MaskedImageToImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Private Member Functions | |
void | operator= (const Self &) |
ProfileFromSPFImageFilter (const Self &) | |
Private Attributes | |
double | m_Radius |
STDVectorPointer | m_RadiusVector |
Additional Inherited Members | |
Static Public Attributes inherited from itk::MaskedImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Protected Attributes inherited from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage > | |
double | m_BasisScale |
BasisType | m_BasisType |
bool | m_IsFourier |
bool | m_IsInQSpace |
double | m_MD0 |
MatrixPointer | m_Orientations |
int | m_RadialRank |
ScalarImageType::Pointer | m_ScaleImage |
int | m_SHRank |
SPFIFilterBaseType::Pointer | m_SPFIEstimator |
MatrixPointer | m_SPFToFeatureTransform |
double | m_Tau |
Protected Attributes inherited from itk::MaskedImageToImageFilter< TInputImage, TOutputImage > | |
LoggerPointer | m_Logger |
LoggerVectorPointer | m_LoggerVector |
int | m_LogLevel |
MaskImagePointer | m_MaskImage |
int | m_ThreadID |
typedef Superclass::BasisType itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::BasisType |
Definition at line 57 of file itkProfileFromSPFImageFilter.h.
typedef SmartPointer<const Self> itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 43 of file itkProfileFromSPFImageFilter.h.
typedef Superclass::MatrixPointer itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::MatrixPointer |
Definition at line 54 of file itkProfileFromSPFImageFilter.h.
typedef Superclass::MatrixType itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::MatrixType |
Definition at line 53 of file itkProfileFromSPFImageFilter.h.
typedef SmartPointer<Self> itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 42 of file itkProfileFromSPFImageFilter.h.
typedef ProfileFromSPFImageFilter itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 40 of file itkProfileFromSPFImageFilter.h.
typedef Superclass::STDVectorPointer itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::STDVectorPointer |
Definition at line 59 of file itkProfileFromSPFImageFilter.h.
typedef Superclass::STDVectorType itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::STDVectorType |
Definition at line 58 of file itkProfileFromSPFImageFilter.h.
typedef FeaturesFromSPFImageFilter<TInputImage,TOutputImage> itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 41 of file itkProfileFromSPFImageFilter.h.
typedef Superclass::VectorPointer itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::VectorPointer |
Definition at line 56 of file itkProfileFromSPFImageFilter.h.
typedef Superclass::VectorType itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::VectorType |
Definition at line 55 of file itkProfileFromSPFImageFilter.h.
|
inlineprotected |
Definition at line 71 of file itkProfileFromSPFImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 76 of file itkProfileFromSPFImageFilter.h.
References ITK_OVERRIDE.
|
private |
|
protected |
Definition at line 177 of file itkProfileFromSPFImageFilter.hxx.
|
virtual |
Reimplemented from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage >.
Definition at line 84 of file itkProfileFromSPFImageFilter.hxx.
References utlException, and utlShowPosition.
Referenced by itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::InternalClone().
virtual::itk::LightObject::Pointer itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
protected |
Definition at line 34 of file itkProfileFromSPFImageFilter.hxx.
References utl::RankToDimSH(), utlGlobalException, utlShowPosition, and itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::VerifyInputParameters().
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage >.
|
virtual |
|
virtual |
|
protected |
Definition at line 67 of file itkProfileFromSPFImageFilter.hxx.
References itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::ComputeSPFToFeatureTransform().
Referenced by itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::VerifyInputParameters().
itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::itkTypedefMaskedImageToImageMacro | ( | Superclass | ) |
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Reimplemented from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage >.
Definition at line 290 of file itkProfileFromSPFImageFilter.hxx.
|
virtual |
|
virtual |
|
protected |
Definition at line 214 of file itkProfileFromSPFImageFilter.hxx.
|
protectedvirtual |
Reimplemented from itk::FeaturesFromSPFImageFilter< TInputImage, TOutputImage >.
Definition at line 57 of file itkProfileFromSPFImageFilter.hxx.
References itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::InternalClone(), utlGlobalException, and utlShowPosition.
Referenced by itk::ProfileFromSPFImageFilter< TInputImage, TOutputImage >::GenerateOutputInformation().
|
private |
b value or r value, which is dependent on m_IsInQSpace
Definition at line 92 of file itkProfileFromSPFImageFilter.h.
|
private |
If it is set, the output will be samples, not SH coefficients
Definition at line 95 of file itkProfileFromSPFImageFilter.h.