|
ODIN
|
#include <seqsim.h>

Public Member Functions | |
| virtual void | prepare_simulation (const Sample &sample, CoilSensitivity *transmit_coil=0, CoilSensitivity *receive_coil=0, ProgressMeter *progmeter=0)=0 |
| virtual cvector | simulate (const SeqSimInterval &simvals, double gamma)=0 |
| virtual void | finalize_simulation ()=0 |
Public Member Functions inherited from SeqClass | |
| SeqClass & | set_temporary () |
Public Member Functions inherited from Labeled | |
| Labeled (const STD_string &label="unnamed") | |
| Labeled & | set_label (const STD_string &label) |
| const STD_string & | get_label () const |
| Labeled & | operator= (const Labeled &l) |
Additional Inherited Members | |
Protected Member Functions inherited from SeqClass | |
| void | marshall_error () const |
| virtual void | clear_container () |
| virtual bool | prep () |
Static Protected Member Functions inherited from SeqClass | |
| static void | clear_temporary () |
| static void | clear_containers () |
|
pure virtual |
Call this function after a simulation (i.e. after successive calls to simulate() )
Implemented in SeqSimMagsi.
|
pure virtual |
Prepare a simulation (i.e. before successive calls to simulate() ) with the parameters:
Implemented in SeqSimMagsi.
|
pure virtual |
Simulation with
Implemented in SeqSimMagsi.