bpp-seq
2.2.0
|
This is the complete list of members for bpp::Sequence, including all inherited members.
addElement(const std::string &c)=0 | bpp::SymbolList | pure virtual |
addElement(size_t pos, const std::string &c)=0 | bpp::SymbolList | pure virtual |
addElement(int v)=0 | bpp::SymbolList | pure virtual |
addElement(size_t pos, int v)=0 | bpp::SymbolList | pure virtual |
append(const std::vector< int > &content)=0 | bpp::Sequence | pure virtual |
append(const std::vector< std::string > &content)=0 | bpp::Sequence | pure virtual |
append(const std::string &content)=0 | bpp::Sequence | pure virtual |
clone() const =0 | bpp::Sequence | pure virtual |
deleteElement(size_t pos)=0 | bpp::SymbolList | pure virtual |
deleteElements(size_t pos, size_t len)=0 | bpp::SymbolList | pure virtual |
getAlphabet() const =0 | bpp::SymbolList | pure virtual |
getChar(size_t pos) const =0 | bpp::SymbolList | pure virtual |
getComments() const =0 | bpp::Sequence | pure virtual |
getContent() const =0 | bpp::SymbolList | pure virtual |
getName() const =0 | bpp::Sequence | pure virtual |
getValue(size_t pos) const =0 | bpp::SymbolList | pure virtual |
operator[](size_t i) const =0 | bpp::SymbolList | pure virtual |
operator[](size_t i)=0 | bpp::SymbolList | pure virtual |
setComments(const Comments &comments)=0 | bpp::Sequence | pure virtual |
setContent(const std::string &sequence)=0 | bpp::Sequence | pure virtual |
setContent(const std::vector< int > &list)=0 | bpp::Sequence | pure virtual |
setContent(const std::vector< std::string > &list)=0 | bpp::Sequence | pure virtual |
setElement(size_t pos, const std::string &c)=0 | bpp::SymbolList | pure virtual |
setElement(size_t pos, int v)=0 | bpp::SymbolList | pure virtual |
setName(const std::string &name)=0 | bpp::Sequence | pure virtual |
setToSizeL(size_t newSize)=0 | bpp::Sequence | pure virtual |
setToSizeR(size_t newSize)=0 | bpp::Sequence | pure virtual |
shuffle()=0 | bpp::SymbolList | pure virtual |
size() const =0 | bpp::SymbolList | pure virtual |
toString() const =0 | bpp::SymbolList | pure virtual |
~Sequence() | bpp::Sequence | inlinevirtual |
~SymbolList() | bpp::SymbolList | inlinevirtual |