|
Victor
|
Calculate structural scores with info derived from secondary structure. More...
Inheritance diagram for Sec:
Collaboration diagram for Sec:Public Member Functions | |
| Sec (SubMatrix *subStr, AlignmentData *ad, double cSec) | |
| Default constructor. More... | |
| Sec (const Sec &orig) | |
| Copy constructor. | |
| virtual | ~Sec () |
| Destructor. | |
| virtual void | copy (const Sec &orig) |
| Copy orig object to this object ("deep copy"). More... | |
| virtual void | copy (const Structure &orig) |
| Copy orig object to this object ("deep copy"). | |
| virtual Sec * | newCopy () |
| Construct a new "deep copy" of this object. More... | |
| Sec & | operator= (const Sec &orig) |
| Assignment operator. | |
| virtual void | reverse () |
| Reverse template secondary structure. | |
| virtual double | scoringStr (int i, int j) |
| Calculate structural scores to create matrix values. More... | |
Data Fields | |
| SubMatrix * | subStr |
| Structural substitution matrix. | |
Calculate structural scores with info derived from secondary structure.
| Sec | ( | SubMatrix * | subStr, |
| AlignmentData * | ad, | ||
| double | cSec | ||
| ) |
Default constructor.
| subStr | |
| ad | |
| cSec |
|
virtual |
Copy orig object to this object ("deep copy").
| orig |
|
virtual |