19#ifndef MS_UNIGENEOPTIONS_HPP
20#define MS_UNIGENEOPTIONS_HPP
26namespace matrix_science {
81 virtual void defaultValues();
84 bool isSectionAvailable()
const;
87 void setSectionAvailable(
const bool value);
89#ifdef SUPPRESS_MS_CUSTOMPROPERTY_INHERITANCE
90#include "suppress_ms_customproperty.hpp"
95 bool sectionAvailable_;
The class is used as a base for property-containing classes, such as ms_mascotoptions.
Definition: ms_customproperty.hpp:91
Encapsulates the mascot.dat file that contains the most important parameters.
Definition: ms_datfile.hpp:47
An instance of this class represents all the parameters specified in UniGene section of mascot....
Definition: ms_unigeneoptions.hpp:59