37 #ifndef AIMSDATA_IO_CHANNELR_H 38 #define AIMSDATA_IO_CHANNELR_H 55 InternalConverter( uint8_t c,
int b,
int frm, OUTP & d )
56 : Process(), channel(c), border( b ), frame( frm ), data( d ) {}
57 virtual ~InternalConverter() {}
77 virtual void read( OUTP & data,
80 const std::string* format = 0,
82 void setAllowedInputDataTypes(
83 const std::map<std::string, std::set<std::string> > & );
86 std::string _filename;
87 std::map<std::string, std::set<std::string> > _allowedTypes;
The class for EcatSino data write operation.
Reads a AimsData or carto::VolumeRef, with conversion if needed.
Link mechanism between the Finder and a process operating on arbitrary data types.