24 #ifndef _CHROMATOGRAMLISTBASE_HPP_
25 #define _CHROMATOGRAMLISTBASE_HPP_
42 virtual const boost::shared_ptr<const DataProcessing>
dataProcessingPtr()
const {
return dp_;}
57 #endif // _CHROMATOGRAMLISTBASE_HPP_
common functionality for base ChromatogramList implementations
Interface for accessing chromatograms, which may be stored in memory or backed by a data file (RAW...
virtual void setDataProcessingPtr(DataProcessingPtr dp)
set DataProcessing
boost::shared_ptr< DataProcessing > DataProcessingPtr
virtual const boost::shared_ptr< const DataProcessing > dataProcessingPtr() const
implementation of ChromatogramList