ANIMA
4.0
|
#include <animaSimuBlochSP-GRE.h>
Public Types | |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef itk::SmartPointer< Self > | Pointer |
typedef SimuBlochSPGRE | 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 | SetInputB1 (const TImage *B1) |
void | SetInputM0 (const TImage *M0) |
void | SetInputT1 (const TImage *T1) |
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 |
SimuBlochSPGRE () | |
virtual | ~SimuBlochSPGRE () |
Definition at line 8 of file animaSimuBlochSP-GRE.h.
typedef Superclass::OutputImageRegionType anima::SimuBlochSPGRE< TImage >::OutputImageRegionType |
Definition at line 16 of file animaSimuBlochSP-GRE.h.
typedef itk::SmartPointer<Self> anima::SimuBlochSPGRE< TImage >::Pointer |
Definition at line 14 of file animaSimuBlochSP-GRE.h.
typedef SimuBlochSPGRE anima::SimuBlochSPGRE< TImage >::Self |
Standard class typedefs.
Definition at line 12 of file animaSimuBlochSP-GRE.h.
typedef itk::ImageToImageFilter<TImage, TImage> anima::SimuBlochSPGRE< TImage >::Superclass |
Definition at line 13 of file animaSimuBlochSP-GRE.h.
|
protected |
Definition at line 12 of file animaSimuBlochSP-GRE.hxx.
|
inlineprotectedvirtual |
Definition at line 47 of file animaSimuBlochSP-GRE.h.
References anima::SimuBlochSPGRE< TImage >::DynamicThreadedGenerateData().
virtual::itk::LightObject::Pointer anima::SimuBlochSPGRE< TImage >::CreateAnother | ( | void | ) | const |
|
protectedvirtual |
Does the real work.
Definition at line 43 of file animaSimuBlochSP-GRE.hxx.
Referenced by anima::SimuBlochSPGRE< TImage >::SetInputB1(), and anima::SimuBlochSPGRE< TImage >::~SimuBlochSPGRE().
|
virtual |
|
virtual |
Run-time type information (and related methods).
|
virtual |
|
virtual |
|
static |
Method for creation through the object factory.
|
virtual |
void anima::SimuBlochSPGRE< TImage >::SetInputB1 | ( | const TImage * | B1 | ) |
B1 inhomogeneity image
Definition at line 36 of file animaSimuBlochSP-GRE.hxx.
References anima::SimuBlochSPGRE< TImage >::DynamicThreadedGenerateData().
void anima::SimuBlochSPGRE< TImage >::SetInputM0 | ( | const TImage * | M0 | ) |
M0 image / Rho map
Definition at line 30 of file animaSimuBlochSP-GRE.hxx.
void anima::SimuBlochSPGRE< TImage >::SetInputT1 | ( | const TImage * | T1 | ) |
T1 map
Definition at line 18 of file animaSimuBlochSP-GRE.hxx.
void anima::SimuBlochSPGRE< TImage >::SetInputT2s | ( | const TImage * | T2s | ) |
T2s map
Definition at line 24 of file animaSimuBlochSP-GRE.hxx.
|
virtual |
|
virtual |