40 #ifndef _AASEAINF10INDEX_H_ 41 #define _AASEAINF10INDEX_H_ 44 #include "../Alphabet/ProteicAlphabet.h" 45 #include "../Alphabet/AlphabetTools.h" 93 return seaInf10_[
static_cast<size_t>(state)];
107 #endif // _AASEAINF10INDEX_H_ An alphabet exception thrown when trying to specify a bad char to the alphabet.
double getIndex(const std::string &state) const
Get the index associated to a state.
This alphabet is used to deal NumericAlphabet.
Percentage of amino acids having a Solvent Exposed Area below 10 Angström^2 for each type of amino ac...
double getIndex(int state) const
Get the index associated to a state.
One dimensionnal alphabet index interface.
virtual ~AASEAInf10Index()
const Alphabet * getAlphabet() const
Get the alphabet associated to this index.
AASEAInf10Index * clone() const
std::vector< double > seaInf10_
std::vector< double > * getIndexVector() const
An alphabet exception thrown when trying to specify a bad int to the alphabet.
int charToInt(const std::string &state) const
Give the int description of a state given its string description.