template<int maxReadLengthH, int maxReferenceLengthH, typename HCellType, typename Atype, typename Btype, typename QualityType, typename readIndexType, typename referenceIndexType>
struct SmithWaterman< maxReadLengthH, maxReferenceLengthH, HCellType, Atype, Btype, QualityType, readIndexType, referenceIndexType >::weight
Definition at line 139 of file SmithWaterman.h.
template<int maxReadLengthH, int maxReferenceLengthH, typename HCellType , typename Atype , typename Btype , typename QualityType , typename readIndexType , typename referenceIndexType >
SmithWaterman< maxReadLengthH, maxReferenceLengthH, HCellType, Atype, Btype, QualityType, readIndexType, referenceIndexType >::weight::weight |
( |
| ) |
|
|
inline |
Definition at line 141 of file SmithWaterman.h.
142 {
143 match=2;
144 misMatch=-1;
145 insert=-1;
146 del=-1;
147 };
template<int maxReadLengthH, int maxReferenceLengthH, typename HCellType , typename Atype , typename Btype , typename QualityType , typename readIndexType , typename referenceIndexType >
int SmithWaterman< maxReadLengthH, maxReferenceLengthH, HCellType, Atype, Btype, QualityType, readIndexType, referenceIndexType >::weight::del |
template<int maxReadLengthH, int maxReferenceLengthH, typename HCellType , typename Atype , typename Btype , typename QualityType , typename readIndexType , typename referenceIndexType >
int SmithWaterman< maxReadLengthH, maxReferenceLengthH, HCellType, Atype, Btype, QualityType, readIndexType, referenceIndexType >::weight::insert |
template<int maxReadLengthH, int maxReferenceLengthH, typename HCellType , typename Atype , typename Btype , typename QualityType , typename readIndexType , typename referenceIndexType >
int SmithWaterman< maxReadLengthH, maxReferenceLengthH, HCellType, Atype, Btype, QualityType, readIndexType, referenceIndexType >::weight::match |
template<int maxReadLengthH, int maxReferenceLengthH, typename HCellType , typename Atype , typename Btype , typename QualityType , typename readIndexType , typename referenceIndexType >
int SmithWaterman< maxReadLengthH, maxReferenceLengthH, HCellType, Atype, Btype, QualityType, readIndexType, referenceIndexType >::weight::misMatch |