SIRF  3.4.0
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
sirf::GadgetChain Class Reference

Gadget chain class. More...

#include "gadgetron_x.h"

Inheritance diagram for sirf::GadgetChain:
sirf::AcquisitionsProcessor sirf::ImagesProcessor sirf::ImagesReconstructor sirf::RemoveOversamplingProcessor sirf::ExtractRealImagesProcessor sirf::SimpleGRAPPAReconstructionProcessor sirf::SimpleReconstructionProcessor

Public Member Functions

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< aGadgetgadget_sptr (std::string id)
 
std::string xml () const
 

Static Public Member Functions

static const char * class_name ()
 

Protected Attributes

std::string host_
 
std::string port_
 

Detailed Description

Gadget chain class.

Gadgetron gadget chains have the following form:


The documentation for this class was generated from the following files: