ANIMA
4.0
|
#include <animaSimuBlochCoherentGRE.h>
Public Types | |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef itk::SmartPointer< Self > | Pointer |
typedef SimuBlochCoherentGRE | Self |
typedef itk::ImageToImageFilter< TImage, TImage > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual double | GetFA () |
virtual const char * | GetNameOfClass () const |
virtual double | GetTE () |
virtual double | GetTR () |
virtual void | SetFA (double _arg) |
void | SetInputM0 (const TImage *M0) |
void | SetInputT1 (const TImage *T1) |
void | SetInputT2 (const TImage *T2) |
void | SetInputT2s (const TImage *T2s) |
virtual void | SetTE (double _arg) |
virtual void | SetTR (double _arg) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
virtual void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) ITK_OVERRIDE |
SimuBlochCoherentGRE () | |
virtual | ~SimuBlochCoherentGRE () |
Definition at line 9 of file animaSimuBlochCoherentGRE.h.
typedef Superclass::OutputImageRegionType anima::SimuBlochCoherentGRE< TImage >::OutputImageRegionType |
Definition at line 17 of file animaSimuBlochCoherentGRE.h.
typedef itk::SmartPointer<Self> anima::SimuBlochCoherentGRE< TImage >::Pointer |
Definition at line 15 of file animaSimuBlochCoherentGRE.h.
typedef SimuBlochCoherentGRE anima::SimuBlochCoherentGRE< TImage >::Self |
Standard class typedefs.
Definition at line 13 of file animaSimuBlochCoherentGRE.h.
typedef itk::ImageToImageFilter<TImage, TImage> anima::SimuBlochCoherentGRE< TImage >::Superclass |
Definition at line 14 of file animaSimuBlochCoherentGRE.h.
|
protected |
Definition at line 12 of file animaSimuBlochCoherentGRE.hxx.
|
inlineprotectedvirtual |
Definition at line 49 of file animaSimuBlochCoherentGRE.h.
References anima::SimuBlochCoherentGRE< TImage >::DynamicThreadedGenerateData().
virtual::itk::LightObject::Pointer anima::SimuBlochCoherentGRE< TImage >::CreateAnother | ( | void | ) | const |
|
protectedvirtual |
Does the real work.
Definition at line 44 of file animaSimuBlochCoherentGRE.hxx.
Referenced by anima::SimuBlochCoherentGRE< TImage >::SetInputT2(), and anima::SimuBlochCoherentGRE< TImage >::~SimuBlochCoherentGRE().
|
virtual |
|
virtual |
Run-time type information (and related methods).
|
virtual |
|
virtual |
|
static |
Method for creation through the object factory.
|
virtual |
void anima::SimuBlochCoherentGRE< TImage >::SetInputM0 | ( | const TImage * | M0 | ) |
M0 image / Rho map
Definition at line 30 of file animaSimuBlochCoherentGRE.hxx.
void anima::SimuBlochCoherentGRE< TImage >::SetInputT1 | ( | const TImage * | T1 | ) |
T1 map
Definition at line 18 of file animaSimuBlochCoherentGRE.hxx.
void anima::SimuBlochCoherentGRE< TImage >::SetInputT2 | ( | const TImage * | T2 | ) |
T2 map
Definition at line 36 of file animaSimuBlochCoherentGRE.hxx.
References anima::SimuBlochCoherentGRE< TImage >::DynamicThreadedGenerateData().
void anima::SimuBlochCoherentGRE< TImage >::SetInputT2s | ( | const TImage * | T2s | ) |
T2s map
Definition at line 24 of file animaSimuBlochCoherentGRE.hxx.
|
virtual |
|
virtual |