bpp-seq
2.2.0
|
Surface (Angström^2) of each amino acid, according to http://www.imb-jena.de/IMAGE_AA.html. More...
#include <Bpp/Seq/AlphabetIndex/AASurfaceIndex.h>
Public Member Functions | |
AASurfaceIndex () | |
virtual | ~AASurfaceIndex () |
AASurfaceIndex * | clone () const |
double | getIndex (int state) const throw (BadIntException) |
Get the index associated to a state. More... | |
double | getIndex (const std::string &state) const throw (BadCharException) |
Get the index associated to a state. More... | |
std::vector< double > * | getIndexVector () const |
const Alphabet * | getAlphabet () const |
Get the alphabet associated to this index. More... | |
Private Attributes | |
std::vector< double > | surface_ |
Surface (Angström^2) of each amino acid, according to http://www.imb-jena.de/IMAGE_AA.html.
Definition at line 52 of file AASurfaceIndex.h.
|
inline |
|
inlinevirtual |
Definition at line 85 of file AASurfaceIndex.h.
|
inlinevirtual |
Implements bpp::AlphabetIndex1.
Definition at line 87 of file AASurfaceIndex.h.
References AASurfaceIndex().
|
inlinevirtual |
Get the alphabet associated to this index.
Implements bpp::AlphabetIndex1.
Definition at line 103 of file AASurfaceIndex.h.
References bpp::AlphabetTools::PROTEIN_ALPHABET.
|
inlinevirtual |
Get the index associated to a state.
state | The state to consider, as a int value. |
Implements bpp::AlphabetIndex1.
Definition at line 90 of file AASurfaceIndex.h.
References bpp::AlphabetTools::PROTEIN_ALPHABET, and surface_.
|
inlinevirtual |
Get the index associated to a state.
state | The state to consider, as a string value. |
Implements bpp::AlphabetIndex1.
Definition at line 96 of file AASurfaceIndex.h.
References bpp::LetterAlphabet::charToInt(), bpp::AlphabetTools::PROTEIN_ALPHABET, and surface_.
|
inlinevirtual |
Implements bpp::AlphabetIndex1.
Definition at line 101 of file AASurfaceIndex.h.
References surface_.
|
private |
Definition at line 56 of file AASurfaceIndex.h.
Referenced by AASurfaceIndex(), getIndex(), and getIndexVector().