34 #ifndef AIMS_IO_SELECTIONR_H 
   35 #define AIMS_IO_SELECTIONR_H 
   51     void open( 
const std::string & filename );
 
   52     void open( std::istream & istr );
 
   57     std::string         _filename;
 
   58     std::istream        *_stream;
 
SelectionReader(const std::string &filename)
void open(std::istream &istr)
void read(SelectionSet &)
SelectionReader(std::istream &istr)
void open(const std::string &filename)
The class for EcatSino data write operation.