#include <seqpulsar.h>
Inheritance diagram for SeqPulsarBP:


Public Member Functions | |
| SeqPulsarBP (const STD_string &object_label="unnamedSeqPulsarBP", float duration=1.0, float flipangle=90.0, const STD_string &nucleus="") | |
| SeqPulsarBP (const SeqPulsarBP &spb) | |
| SeqPulsarBP & | operator= (const SeqPulsarBP &spb) |
A block shaped shaped pulse
Definition at line 325 of file seqpulsar.h.
| SeqPulsarBP::SeqPulsarBP | ( | const STD_string & | object_label = "unnamedSeqPulsarBP", |
|
| float | duration = 1.0, |
|||
| float | flipangle = 90.0, |
|||
| const STD_string & | nucleus = "" | |||
| ) |
Constructs a block shaped pulse labeled 'object_label' with the following properties:
| SeqPulsarBP::SeqPulsarBP | ( | const SeqPulsarBP & | spb | ) |
Constructs a copy of 'spb'
| SeqPulsarBP& SeqPulsarBP::operator= | ( | const SeqPulsarBP & | spb | ) |
Assignment operator that makes this object become a copy of 'spb'
1.5.1