SIRF
3.4.0
|
A particular type of Gadget chain that has AcquisitionData on input and output. More...
#include "gadgetron_x.h"
Public Member Functions | |
void | process (MRAcquisitionData &acquisitions) |
gadgetron::shared_ptr< MRAcquisitionData > | get_output () |
![]() | |
void | set_host (const std::string host) |
void | set_port (const std::string port) |
void | add_reader (std::string id, gadgetron::shared_ptr< aGadget > sptr_g) |
void | add_writer (std::string id, gadgetron::shared_ptr< aGadget > sptr_g) |
void | set_endgadget (gadgetron::shared_ptr< aGadget > sptr_g) |
void | add_gadget (std::string id, gadgetron::shared_ptr< aGadget > sptr_g) |
gadgetron::shared_ptr< aGadget > | gadget_sptr (std::string id) |
std::string | xml () const |
Static Public Member Functions | |
static const char * | class_name () |
![]() | |
static const char * | class_name () |
Additional Inherited Members | |
![]() | |
std::string | host_ |
std::string | port_ |
A particular type of Gadget chain that has AcquisitionData on input and output.