ProteoWizard
|
Factory for instantiating and wrapping ProteinLists. More...
#include <ProteinListFactory.hpp>
Static Public Member Functions | |
static void | wrap (proteome::ProteomeData &pd, const std::string &wrapper) |
instantiate the ProteinListWrapper indicated by wrapper | |
static void | wrap (proteome::ProteomeData &pd, const std::vector< std::string > &wrappers) |
instantiate a list of ProteinListWrappers | |
static std::string | usage () |
user-friendly documentation |
Factory for instantiating and wrapping ProteinLists.
Definition at line 37 of file ProteinListFactory.hpp.
|
static |
instantiate the ProteinListWrapper indicated by wrapper
Referenced by testWrap().
|
static |
instantiate a list of ProteinListWrappers
|
static |
user-friendly documentation
Referenced by testUsage().