Struct LoadQuantitationMethods

Inheritance Relationships

Base Types

Struct Documentation

struct LoadQuantitationMethods : public SmartPeak::SequenceSegmentProcessor, public SmartPeak::IFilePickerHandler

Public Functions

inline LoadQuantitationMethods(bool static_filenames = false)
virtual bool onFilePicked(const std::filesystem::path &filename, ApplicationHandler *application_handler) override
inline virtual std::string getName() const override

Get the processor struct name

inline virtual std::string getDescription() const override

Get the processor struct description

virtual ParameterSet getParameterSchema() const override

Get the Schema (possible, default parameters) of the processor.

virtual std::vector<std::string> getFilenameRequirements() const override

Returns the list of file ids that has to be defined prior to be process.

virtual std::set<std::string> getOutputs() const override

Returns the list of data type produced as output.

virtual std::set<std::string> getInputs() const override

Returns the list of data type accepted as input.

virtual void doProcess(SequenceSegmentHandler &sequenceSegmentHandler_IO, const SequenceHandler &sequenceHandler_I, const ParameterSet &params_I, Filenames &filenames_I) const override

Load the quantitation methods file.

virtual void getFilenames(Filenames &filenames) const override

add files handled by the processor to the Filnames instance

Public Members

bool static_filenames_