bpp-seq3  3.0.0
bpp::AASEAInf10Index Class Reference

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

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

+ Inheritance diagram for bpp::AASEAInf10Index:
+ Collaboration diagram for bpp::AASEAInf10Index:

Public Member Functions

 AASEAInf10Index ()
 
virtual ~AASEAInf10Index ()
 
AASEAInf10Indexclone () 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 > seaInf10_
 
std::shared_ptr< const ProteicAlphabetalpha_
 

Detailed Description

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

Definition at line 16 of file AASEAInf10Index.h.

Constructor & Destructor Documentation

◆ AASEAInf10Index()

bpp::AASEAInf10Index::AASEAInf10Index ( )
inline

Definition at line 23 of file AASEAInf10Index.h.

References seaInf10_.

Referenced by clone().

◆ ~AASEAInf10Index()

virtual bpp::AASEAInf10Index::~AASEAInf10Index ( )
inlinevirtual

Definition at line 50 of file AASEAInf10Index.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()

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

Implements bpp::ProteicAlphabetIndex1.

Definition at line 52 of file AASEAInf10Index.h.

References AASEAInf10Index().

◆ getAlphabet()

◆ getIndex() [1/2]

double bpp::AASEAInf10Index::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 60 of file AASEAInf10Index.h.

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

◆ getIndex() [2/2]

double bpp::AASEAInf10Index::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 55 of file AASEAInf10Index.h.

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

◆ indexVector()

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

Implements bpp::AlphabetIndex1.

Definition at line 65 of file AASEAInf10Index.h.

References seaInf10_.

Member Data Documentation

◆ alpha_

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

◆ seaInf10_

std::vector<double> bpp::AASEAInf10Index::seaInf10_
private

Definition at line 20 of file AASEAInf10Index.h.

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


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