bpp-seq3
3.0.0
|
Charge of each amino acid. More...
#include <Bpp/Seq/AlphabetIndex/AAChargeIndex.h>
Public Member Functions | |
AAChargeIndex () | |
virtual | ~AAChargeIndex () |
AAChargeIndex * | clone () const override |
double | getIndex (int state) const override |
Get the index associated to a state. More... | |
double | getIndex (const std::string &state) const override |
Get the index associated to a state. More... | |
const std::vector< double > & | indexVector () const override |
std::shared_ptr< const Alphabet > | getAlphabet () const override |
Get the alphabet associated to this index. More... | |
const Alphabet & | alphabet () const override |
Get the alphabet associated to this index. More... | |
Private Attributes | |
std::vector< double > | charge_ |
std::shared_ptr< const ProteicAlphabet > | alpha_ |
Charge of each amino acid.
Hence, combining the two:
Definition at line 59 of file AAChargeIndex.h.
|
inline |
|
inlinevirtual |
Definition at line 93 of file AAChargeIndex.h.
|
inlineoverridevirtualinherited |
Get the alphabet associated to this index.
Implements bpp::AlphabetIndex1.
Definition at line 99 of file AlphabetIndex1.h.
References bpp::ProteicAlphabetIndex1::alpha_.
|
inlineoverridevirtual |
Implements bpp::ProteicAlphabetIndex1.
Definition at line 95 of file AAChargeIndex.h.
References AAChargeIndex().
|
inlineoverridevirtualinherited |
Get the alphabet associated to this index.
Implements bpp::AlphabetIndex1.
Definition at line 97 of file AlphabetIndex1.h.
References bpp::ProteicAlphabetIndex1::alpha_.
Referenced by getIndex(), bpp::AAChenGuHuangHydrophobicityIndex::getIndex(), bpp::AAChouFasmanAHelixIndex::getIndex(), bpp::AAChouFasmanBSheetIndex::getIndex(), bpp::AAChouFasmanTurnIndex::getIndex(), bpp::AAIndex1Entry::getIndex(), bpp::AAMassIndex::getIndex(), bpp::AASEA1030Index::getIndex(), bpp::AASEAInf10Index::getIndex(), bpp::AASEASup30Index::getIndex(), bpp::AASurfaceIndex::getIndex(), bpp::AAVolumeIndex::getIndex(), bpp::GranthamAAPolarityIndex::getIndex(), bpp::GranthamAAVolumeIndex::getIndex(), bpp::KD_AAHydropathyIndex::getIndex(), and bpp::KleinAANetChargeIndex::getIndex().
|
inlineoverridevirtual |
Get the index associated to a state.
state | The state to consider, as a string value. |
Implements bpp::AlphabetIndex1.
Definition at line 103 of file AAChargeIndex.h.
References charge_, and bpp::ProteicAlphabetIndex1::getAlphabet().
|
inlineoverridevirtual |
Get the index associated to a state.
state | The state to consider, as a int value. |
Implements bpp::AlphabetIndex1.
Definition at line 98 of file AAChargeIndex.h.
References charge_, and bpp::ProteicAlphabetIndex1::getAlphabet().
|
inlineoverridevirtual |
Implements bpp::AlphabetIndex1.
Definition at line 108 of file AAChargeIndex.h.
References charge_.
|
privateinherited |
Definition at line 79 of file AlphabetIndex1.h.
Referenced by bpp::ProteicAlphabetIndex1::alphabet(), bpp::ProteicAlphabetIndex1::getAlphabet(), and bpp::ProteicAlphabetIndex1::operator=().
|
private |
Definition at line 63 of file AAChargeIndex.h.
Referenced by AAChargeIndex(), getIndex(), and indexVector().