ProteoWizard
Static Public Member Functions | List of all members
pwiz::analysis::ProteinListFactory Class Reference

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 More...
 
static void wrap (proteome::ProteomeData &pd, const std::vector< std::string > &wrappers)
 instantiate a list of ProteinListWrappers More...
 
static std::string usage ()
 user-friendly documentation More...
 

Detailed Description

Factory for instantiating and wrapping ProteinLists.

Definition at line 37 of file ProteinListFactory.hpp.

Member Function Documentation

§ wrap() [1/2]

static void pwiz::analysis::ProteinListFactory::wrap ( proteome::ProteomeData pd,
const std::string &  wrapper 
)
static

instantiate the ProteinListWrapper indicated by wrapper

Referenced by testWrap().

§ wrap() [2/2]

static void pwiz::analysis::ProteinListFactory::wrap ( proteome::ProteomeData pd,
const std::vector< std::string > &  wrappers 
)
static

instantiate a list of ProteinListWrappers

§ usage()

static std::string pwiz::analysis::ProteinListFactory::usage ( )
static

user-friendly documentation

Referenced by testUsage().


The documentation for this class was generated from the following file: