ANIMA
4.0
|
#include <animaSimuBlochIR-SE.h>
Public Types | |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef itk::SmartPointer< Self > | Pointer |
typedef SimuBlochIRSE | Self |
typedef itk::ImageToImageFilter< TImage, TImage > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual double | GetTE () |
virtual double | GetTI () |
virtual double | GetTR () |
void | SetInputM0 (const TImage *M0) |
void | SetInputT1 (const TImage *T1) |
void | SetInputT2 (const TImage *T2) |
virtual void | SetTE (double _arg) |
virtual void | SetTI (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 |
SimuBlochIRSE () | |
virtual | ~SimuBlochIRSE () |
Definition at line 9 of file animaSimuBlochIR-SE.h.
typedef Superclass::OutputImageRegionType anima::SimuBlochIRSE< TImage >::OutputImageRegionType |
Definition at line 17 of file animaSimuBlochIR-SE.h.
typedef itk::SmartPointer<Self> anima::SimuBlochIRSE< TImage >::Pointer |
Definition at line 15 of file animaSimuBlochIR-SE.h.
typedef SimuBlochIRSE anima::SimuBlochIRSE< TImage >::Self |
Standard class typedefs.
Definition at line 13 of file animaSimuBlochIR-SE.h.
typedef itk::ImageToImageFilter<TImage, TImage> anima::SimuBlochIRSE< TImage >::Superclass |
Definition at line 14 of file animaSimuBlochIR-SE.h.
|
protected |
Definition at line 12 of file animaSimuBlochIR-SE.hxx.
|
inlineprotectedvirtual |
Definition at line 45 of file animaSimuBlochIR-SE.h.
References anima::SimuBlochIRSE< TImage >::DynamicThreadedGenerateData().
virtual::itk::LightObject::Pointer anima::SimuBlochIRSE< TImage >::CreateAnother | ( | void | ) | const |
|
protectedvirtual |
Does the real work.
Definition at line 37 of file animaSimuBlochIR-SE.hxx.
Referenced by anima::SimuBlochIRSE< TImage >::SetInputM0(), and anima::SimuBlochIRSE< TImage >::~SimuBlochIRSE().
|
virtual |
Run-time type information (and related methods).
|
virtual |
|
virtual |
|
virtual |
|
static |
Method for creation through the object factory.
void anima::SimuBlochIRSE< TImage >::SetInputM0 | ( | const TImage * | M0 | ) |
M0 image / Rho map
Definition at line 30 of file animaSimuBlochIR-SE.hxx.
References anima::SimuBlochIRSE< TImage >::DynamicThreadedGenerateData().
void anima::SimuBlochIRSE< TImage >::SetInputT1 | ( | const TImage * | T1 | ) |
T1 map
Definition at line 18 of file animaSimuBlochIR-SE.hxx.
void anima::SimuBlochIRSE< TImage >::SetInputT2 | ( | const TImage * | T2 | ) |
T2 map
Definition at line 24 of file animaSimuBlochIR-SE.hxx.
|
virtual |
|
virtual |
|
virtual |