18 using namespace kome::io::mzml;
23 #define new new( _NORMAL_BLOCK, __FILE__, __LINE__ )
24 #define malloc( s ) _malloc_dbg( s, _NORMAL_BLOCK, __FILE__, __LINE__ )
64 m_fp = fileopen( getFilePath(),
"r" );
67 return (
m_fp != NULL );
virtual bool onCloseSample(kome::objects::Sample *sample)
This method is called by closeTreatment method. (override method)
virtual bool onOpenFile(const char *path, kome::core::Progress *progress=NULL)
This method is called by openFile method. (override method)
MzmlSampleSet()
constructor
interfaces of MzmlSample class
virtual bool onCloseFile()
This method is called by closeFile method. (override method)
virtual bool onOpenSample(kome::objects::Sample *sample, kome::core::Progress *progress=NULL)
This method is called by openTreatment method. (override method)
interfaces of MzmlSampleSet class
virtual ~MzmlSampleSet()
destructor
FILE * getFile()
gets file descriptor