bpp-seq3
3.0.0
|
One dimensionnal alphabet index interface. More...
#include <Bpp/Seq/AlphabetIndex/AlphabetIndex1.h>
Public Member Functions | |
AlphabetIndex1 () | |
virtual | ~AlphabetIndex1 () |
virtual AlphabetIndex1 * | clone () const override=0 |
virtual double | getIndex (int state) const =0 |
Get the index associated to a state. More... | |
virtual double | getIndex (const std::string &state) const =0 |
Get the index associated to a state. More... | |
virtual std::shared_ptr< const Alphabet > | getAlphabet () const =0 |
Get the alphabet associated to this index. More... | |
virtual const Alphabet & | alphabet () const =0 |
Get the alphabet associated to this index. More... | |
virtual const std::vector< double > & | indexVector () const =0 |
One dimensionnal alphabet index interface.
Derivatives of this interface implement properties for a single state.
Definition at line 24 of file AlphabetIndex1.h.
|
inline |
Definition at line 28 of file AlphabetIndex1.h.
|
inlinevirtual |
Definition at line 29 of file AlphabetIndex1.h.
|
pure virtual |
Get the alphabet associated to this index.
Implemented in bpp::CodonFromProteicAlphabetIndex1, bpp::ProteicAlphabetIndex1, and bpp::UserAlphabetIndex1.
|
overridepure virtual |
Implements bpp::Clonable.
Implemented in bpp::ProteicAlphabetIndex1, bpp::UserAlphabetIndex1, bpp::KleinAANetChargeIndex, bpp::KD_AAHydropathyIndex, bpp::GranthamAAVolumeIndex, bpp::GranthamAAPolarityIndex, bpp::CodonFromProteicAlphabetIndex1, bpp::AAVolumeIndex, bpp::AASurfaceIndex, bpp::AASEASup30Index, bpp::AASEAInf10Index, bpp::AASEA1030Index, bpp::AAMassIndex, bpp::AAIndex1Entry, bpp::AAChouFasmanTurnIndex, bpp::AAChouFasmanBSheetIndex, bpp::AAChouFasmanAHelixIndex, bpp::AAChenGuHuangHydrophobicityIndex, and bpp::AAChargeIndex.
|
pure virtual |
Get the alphabet associated to this index.
Implemented in bpp::CodonFromProteicAlphabetIndex1, bpp::ProteicAlphabetIndex1, and bpp::UserAlphabetIndex1.
|
pure virtual |
Get the index associated to a state.
state | The state to consider, as a string value. |
Implemented in bpp::KleinAANetChargeIndex, bpp::KD_AAHydropathyIndex, bpp::GranthamAAVolumeIndex, bpp::GranthamAAPolarityIndex, bpp::CodonFromProteicAlphabetIndex1, bpp::AAVolumeIndex, bpp::AASurfaceIndex, bpp::AASEASup30Index, bpp::AASEAInf10Index, bpp::AASEA1030Index, bpp::AAMassIndex, bpp::AAIndex1Entry, bpp::AAChouFasmanTurnIndex, bpp::AAChouFasmanBSheetIndex, bpp::AAChouFasmanAHelixIndex, bpp::AAChenGuHuangHydrophobicityIndex, bpp::AAChargeIndex, and bpp::UserAlphabetIndex1.
|
pure virtual |
Get the index associated to a state.
state | The state to consider, as a int value. |
Implemented in bpp::KleinAANetChargeIndex, bpp::KD_AAHydropathyIndex, bpp::GranthamAAVolumeIndex, bpp::GranthamAAPolarityIndex, bpp::CodonFromProteicAlphabetIndex1, bpp::AAVolumeIndex, bpp::AASurfaceIndex, bpp::AASEASup30Index, bpp::AASEAInf10Index, bpp::AASEA1030Index, bpp::AAMassIndex, bpp::AAIndex1Entry, bpp::AAChouFasmanTurnIndex, bpp::AAChouFasmanBSheetIndex, bpp::AAChouFasmanAHelixIndex, bpp::AAChenGuHuangHydrophobicityIndex, bpp::AAChargeIndex, and bpp::UserAlphabetIndex1.
|
pure virtual |
Implemented in bpp::KleinAANetChargeIndex, bpp::KD_AAHydropathyIndex, bpp::GranthamAAVolumeIndex, bpp::GranthamAAPolarityIndex, bpp::CodonFromProteicAlphabetIndex1, bpp::AAVolumeIndex, bpp::AASurfaceIndex, bpp::AASEASup30Index, bpp::AASEAInf10Index, bpp::AASEA1030Index, bpp::AAMassIndex, bpp::AAIndex1Entry, bpp::AAChouFasmanTurnIndex, bpp::AAChouFasmanBSheetIndex, bpp::AAChouFasmanAHelixIndex, bpp::AAChenGuHuangHydrophobicityIndex, bpp::AAChargeIndex, and bpp::UserAlphabetIndex1.