17#ifndef MS_CROSSLINKING_FILTERS_HPP
18#define MS_CROSSLINKING_FILTERS_HPP
24namespace msparser_internal {
25 class ms_crosslinking_xmlloader;
28namespace matrix_science {
30 class ms_crosslinking_parameters;
53 friend class msparser_internal::ms_crosslinking_xmlloader;
76 virtual std::string getSchemaType()
const;
79 virtual std::string getParameterSchemaType()
const;
Filters element in crosslinking.xml
Definition: ms_crosslinking_filters.hpp:52
A class that represents base parametersType in crosslinking_1.xsd.
Definition: ms_crosslinking_parameters.hpp:84