Home
last modified time | relevance | path

Searched refs:addSecStructMask2 (Results 1 – 3 of 3) sorted by relevance

/dports/biology/clustalw/clustalw-2.1/src/alignment/
H A DAlignment.h76 void addSecStructMask2(vector<char>* secStructMaskToAdd);
H A DAlignment.cpp858 void Alignment::addSecStructMask2(vector<char>* secStructMaskToAdd) in addSecStructMask2() function in clustalw::Alignment
/dports/biology/clustalw/clustalw-2.1/src/fileInput/
H A DFileReader.cpp378 alignPtr->addSecStructMask2(&secStructMask); in profileInput()