bpp-seq3  3.0.0
bpp::AASEA1030Index Class Reference

Percentage of amino acids having a Solvent Exposed Area between 10 and 30 Angström^2 for each type of amino acid, according to http://prowl.rockefeller.edu/aainfo/access.htm. More...

#include <Bpp/Seq/AlphabetIndex/AASEA1030Index.h>

+ Inheritance diagram for bpp::AASEA1030Index:
+ Collaboration diagram for bpp::AASEA1030Index:

Public Member Functions

 AASEA1030Index ()
 
virtual ~AASEA1030Index ()
 
AASEA1030Indexclone () 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 AlphabetgetAlphabet () const override
 Get the alphabet associated to this index. More...
 
const Alphabetalphabet () const override
 Get the alphabet associated to this index. More...
 

Private Attributes

std::vector< double > sea1030_
 
std::shared_ptr< const ProteicAlphabetalpha_
 

Detailed Description

Percentage of amino acids having a Solvent Exposed Area between 10 and 30 Angström^2 for each type of amino acid, according to http://prowl.rockefeller.edu/aainfo/access.htm.

Definition at line 19 of file AASEA1030Index.h.

Constructor & Destructor Documentation

◆ AASEA1030Index()

bpp::AASEA1030Index::AASEA1030Index ( )
inline

Definition at line 26 of file AASEA1030Index.h.

References sea1030_.

Referenced by clone().

◆ ~AASEA1030Index()

virtual bpp::AASEA1030Index::~AASEA1030Index ( )
inlinevirtual

Definition at line 52 of file AASEA1030Index.h.

Member Function Documentation

◆ alphabet()

const Alphabet& bpp::ProteicAlphabetIndex1::alphabet ( ) const
inlineoverridevirtualinherited

Get the alphabet associated to this index.

Returns
Alphabet The alphabet associated to this index.

Implements bpp::AlphabetIndex1.

Definition at line 99 of file AlphabetIndex1.h.

References bpp::ProteicAlphabetIndex1::alpha_.

◆ clone()

AASEA1030Index* bpp::AASEA1030Index::clone ( ) const
inlineoverridevirtual

Implements bpp::ProteicAlphabetIndex1.

Definition at line 54 of file AASEA1030Index.h.

References AASEA1030Index().

◆ getAlphabet()

◆ getIndex() [1/2]

double bpp::AASEA1030Index::getIndex ( const std::string &  state) const
inlineoverridevirtual

Get the index associated to a state.

Parameters
stateThe state to consider, as a string value.
Returns
The index associated to the state

Implements bpp::AlphabetIndex1.

Definition at line 62 of file AASEA1030Index.h.

References bpp::ProteicAlphabetIndex1::getAlphabet(), and sea1030_.

◆ getIndex() [2/2]

double bpp::AASEA1030Index::getIndex ( int  state) const
inlineoverridevirtual

Get the index associated to a state.

Parameters
stateThe state to consider, as a int value.
Returns
The index associated to the state

Implements bpp::AlphabetIndex1.

Definition at line 57 of file AASEA1030Index.h.

References bpp::ProteicAlphabetIndex1::getAlphabet(), and sea1030_.

◆ indexVector()

const std::vector<double>& bpp::AASEA1030Index::indexVector ( ) const
inlineoverridevirtual
Returns
A vector object with all indices.

Implements bpp::AlphabetIndex1.

Definition at line 67 of file AASEA1030Index.h.

References sea1030_.

Member Data Documentation

◆ alpha_

std::shared_ptr<const ProteicAlphabet> bpp::ProteicAlphabetIndex1::alpha_
privateinherited

◆ sea1030_

std::vector<double> bpp::AASEA1030Index::sea1030_
private

Definition at line 23 of file AASEA1030Index.h.

Referenced by AASEA1030Index(), getIndex(), and indexVector().


The documentation for this class was generated from the following file: