AbstractAlphabet() | bpp::AbstractAlphabet | inline |
AbstractAlphabet(const AbstractAlphabet &alph) | bpp::AbstractAlphabet | inline |
Alphabet() | bpp::Alphabet | inline |
alphabet_ | bpp::AbstractAlphabet | private |
charList_ | bpp::AbstractAlphabet | mutableprotected |
charToInt(const std::string &state) const | bpp::AbstractAlphabet | virtual |
clone() const | bpp::NumericAlphabet | inlinevirtual |
containsGap(const std::string &state) const | bpp::NumericAlphabet | |
equals(const Alphabet &alphabet) const | bpp::AbstractAlphabet | inlineprotectedvirtual |
getAlias(int state) const | bpp::NumericAlphabet | virtual |
getAlias(const std::string &state) const | bpp::NumericAlphabet | virtual |
getAlphabetType() const | bpp::NumericAlphabet | inlinevirtual |
getCharCodeAt(size_t stateIndex) const | bpp::AbstractAlphabet | inlinevirtual |
getDelta() const | bpp::NumericAlphabet | |
getGapCharacterCode() const | bpp::AbstractAlphabet | inlinevirtual |
getGeneric(const std::vector< int > &states) const | bpp::AbstractAlphabet | virtual |
getGeneric(const std::vector< std::string > &states) const | bpp::AbstractAlphabet | virtual |
getIntCodeAt(size_t stateIndex) const | bpp::AbstractAlphabet | inlinevirtual |
getName(const std::string &state) const | bpp::AbstractAlphabet | virtual |
getName(int state) const | bpp::AbstractAlphabet | virtual |
getNumberOfChars() const | bpp::AbstractAlphabet | inlinevirtual |
getNumberOfStates() const | bpp::AbstractAlphabet | inlinevirtual |
getNumberOfTypes() const | bpp::NumericAlphabet | virtual |
getResolvedChars() const | bpp::AbstractAlphabet | virtual |
getSize() const | bpp::NumericAlphabet | virtual |
getState(const std::string &letter) const | bpp::AbstractAlphabet | virtual |
getState(const std::string &letter) | bpp::AbstractAlphabet | |
getState(int num) const | bpp::AbstractAlphabet | virtual |
getState(int num) | bpp::AbstractAlphabet | |
getStateAt(size_t stateIndex) | bpp::NumericAlphabet | virtual |
getStateAt(size_t stateIndex) const | bpp::NumericAlphabet | virtual |
getStateCodingSize() const | bpp::AbstractAlphabet | inlineprotectedvirtual |
getStateIndex(int state) const | bpp::AbstractAlphabet | virtual |
getStateIndex(const std::string &state) const | bpp::AbstractAlphabet | virtual |
getSupportedChars() const | bpp::AbstractAlphabet | virtual |
getSupportedInts() const | bpp::AbstractAlphabet | virtual |
getUnknownCharacterCode() const | bpp::NumericAlphabet | inlinevirtual |
getValueIndex(double value) const | bpp::NumericAlphabet | |
intList_ | bpp::AbstractAlphabet | mutableprotected |
intToChar(int state) const | bpp::AbstractAlphabet | virtual |
intToValue(int state) const | bpp::NumericAlphabet | |
isCharInAlphabet(const std::string &state) const | bpp::AbstractAlphabet | virtual |
isGap(int state) const | bpp::NumericAlphabet | virtual |
bpp::AbstractAlphabet::isGap(const std::string &state) const | bpp::AbstractAlphabet | inlinevirtual |
isIntInAlphabet(int state) const | bpp::AbstractAlphabet | virtual |
isResolvedIn(int state1, int state2) const | bpp::AbstractAlphabet | virtual |
isUnresolved(int state) const | bpp::NumericAlphabet | virtual |
isUnresolved(const std::string &state) const | bpp::NumericAlphabet | virtual |
letters_ | bpp::AbstractAlphabet | private |
NumericAlphabet(const UniformDiscreteDistribution &) | bpp::NumericAlphabet | |
NumericAlphabet(const NumericAlphabet &) | bpp::NumericAlphabet | |
nums_ | bpp::AbstractAlphabet | private |
operator=(const NumericAlphabet &) | bpp::NumericAlphabet | |
bpp::AbstractAlphabet::operator=(const AbstractAlphabet &alph) | bpp::AbstractAlphabet | inline |
pdd_ | bpp::NumericAlphabet | private |
registerState(AlphabetState *st) | bpp::NumericAlphabet | virtual |
remap() | bpp::NumericAlphabet | |
resize(size_t size) | bpp::AbstractAlphabet | inlineprotected |
setState(size_t pos, AlphabetState *st) | bpp::NumericAlphabet | virtual |
updateMaps_(size_t pos, const AlphabetState &st) | bpp::AbstractAlphabet | private |
values_ | bpp::NumericAlphabet | private |
~AbstractAlphabet() | bpp::AbstractAlphabet | inlinevirtual |
~Alphabet()=default | bpp::Alphabet | virtual |
~Clonable()=default | bpp::Clonable | virtual |
~NumericAlphabet() | bpp::NumericAlphabet | inlinevirtual |