Constant gradient. More...
#include <seqgradconst.h>

Public Member Functions | |
| SeqGradConst (const STD_string &object_label, direction gradchannel, float gradstrength, double gradduration) | |
| SeqGradConst (const SeqGradConst &sgc) | |
| SeqGradConst (const STD_string &object_label="unnamedSeqGradConst") | |
| SeqGradConst & | operator= (const SeqGradConst &sgc) |
Friends | |
| class | SeqGradVector |
Constant gradient.
This class represents a gradient object with a constant gradient field
Definition at line 33 of file seqgradconst.h.
| SeqGradConst::SeqGradConst | ( | const STD_string & | object_label, | |
| direction | gradchannel, | |||
| float | gradstrength, | |||
| double | gradduration | |||
| ) |
Constructs a constant gradient field labeled 'object_label' with the following properties:
| SeqGradConst::SeqGradConst | ( | const SeqGradConst & | sgc | ) |
Constructs a copy of 'sgc'
| SeqGradConst::SeqGradConst | ( | const STD_string & | object_label = "unnamedSeqGradConst" |
) |
Construct an empty gradient object with the given label
| SeqGradConst& SeqGradConst::operator= | ( | const SeqGradConst & | sgc | ) |
Assignment operator that makes this gradient channel object become a copy of 'sgc'
1.7.1