21 #include <odinqt/ldrwidget.h>
22 #include <odinqt/ldrblockwidget.h>
24 #include <odinseq/odinpulse.h>
25 #include <odinseq/seqsim.h>
32 static const char* get_compName();
37 struct PulsarCancel {};
42 class PulsarView :
public QWidget,
public virtual LDReditWidget {
46 PulsarView(QWidget *parent=0);
49 void initPulsarView();
55 void newCaption(
const char* text);
61 void slotFileSaveAs();
64 void exportRfampASCII();
65 void exportRfphaASCII();
69 void exportMampASCII();
70 void exportMphaASCII();
72 void exportPulseLDR();
75 void edit_systemInfo();
79 void updateMagnetization();
88 void vriteArray(
const STD_string& filename,
const fvector& data);
90 void exportASCIIpulse(
const fvector& data);
91 void exportASCIImag(
const fvector& data);
Virtual Sample for Simulation.
MAGSI-based Magnetization Simulator.