37 #ifndef AIMS_IO_PROCESS_H 38 #define AIMS_IO_PROCESS_H 222 void registerProcessType(
const std::string & objType,
223 const std::string & dataType,
229 bool execute(
const std::string & filename );
234 const std::map<std::string, std::map<std::string, ProcFunc> > &
248 std::map<std::string, std::map<std::string, ProcFunc> >
_execs;
The class for EcatSino data write operation.
void setReadOptions(carto::Object options)
Set reading options.
const AlgorithmCaller::LaunchExecution execute
const std::map< std::string, std::map< std::string, ProcFunc > > & processTypes() const
Query registered process types.
Generic finder / checker for all data objects and file formats This will replace the old AimsFinder...
std::map< std::string, std::map< std::string, ProcFunc > > _execs
Link mechanism between the Finder and a process operating on arbitrary data types.