libpappsomspp
Library for mass spectrometry
|
yield similarities between pairs of ItemCart More...
#include <specxtractinterface.h>
Public Member Functions | |
SpecXtractInterface () | |
virtual | ~SpecXtractInterface () |
virtual void | beginItemCartExtraction (std::size_t cart_id_a) |
virtual void | reportSimilarity (std::size_t cart_id_a, std::size_t cart_id_b, std::size_t similarity)=0 |
virtual void | endItemCartExtraction (std::size_t cart_id_a) |
yield similarities between pairs of ItemCart
The best thing is to implement this interface to process similarity at the time of the spectree extraction
Definition at line 52 of file specxtractinterface.h.
pappso::spectree::SpecXtractInterface::SpecXtractInterface | ( | ) |
|
virtual |
|
virtual |
Definition at line 59 of file specxtractinterface.cpp.
Referenced by pappso::spectree::SpecTree::xtract().
|
virtual |
Definition at line 54 of file specxtractinterface.cpp.
Referenced by pappso::spectree::SpecTree::xtract().
|
pure virtual |
Implemented in pappso::spectree::SpecXtractMap.
Referenced by pappso::spectree::SpecTree::xtract().