|
SIRF
3.6.0
|
Class for an xml-definition generator for simple fully sampled reconstruction chain. More...
#include "chain_lib.h"
Static Public Member Functions | |
| static const char * | class_name () |
Static Public Member Functions inherited from sirf::ImagesReconstructor | |
| static const char * | class_name () |
Static Public Member Functions inherited from sirf::GadgetChain | |
| static const char * | class_name () |
Additional Inherited Members | |
Public Member Functions inherited from sirf::ImagesReconstructor | |
| void | set_dcm_prefix (const std::string &dcm_prefix) |
| Setting dcm prefix to a non-empty string redirects the output images to DICOM files (cf. get_output() below). | |
| std::string | dcm_prefix () const |
| bool | dcm_output () const |
| void | process (MRAcquisitionData &acquisitions) |
| gadgetron::shared_ptr< GadgetronImageData > | get_output () |
Public Member Functions inherited from sirf::GadgetChain | |
| 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 |
Protected Attributes inherited from sirf::GadgetChain | |
| std::string | host_ |
| std::string | port_ |
Class for an xml-definition generator for simple fully sampled reconstruction chain.