#include <Coverdepth.h>

Public Member Functions | |
| RightDropoff () | |
| RightDropoff (int pTL, int pL, int pR, int tlH, int lH, int rH) | |
| int | height () const |
| float | fineRatio () const |
| int | ratio () const |
| bool | better (const RightDropoff &drf) |
| bool | isGood () const |
Simple version of a dip
| RightDropoff::RightDropoff | ( | ) | [inline] |
| RightDropoff::RightDropoff | ( | int | pTL, | |
| int | pL, | |||
| int | pR, | |||
| int | tlH, | |||
| int | lH, | |||
| int | rH | |||
| ) | [inline] |
| int RightDropoff::height | ( | ) | const [inline] |
| float RightDropoff::fineRatio | ( | ) | const [inline] |
| int RightDropoff::ratio | ( | ) | const [inline] |
| bool RightDropoff::better | ( | const RightDropoff & | drf | ) | [inline] |
References Dip::BLH, and fineRatio().
| bool RightDropoff::isGood | ( | ) | const [inline] |
if the bottom width < 5 it is considered bad. ratio > 4 is considered good height > 60 && ratio > 3 is considered good. All others are thought bad.
Reimplemented from Dip.
References Dip::BRH, and ratio().
Referenced by Coverdepth::findRightDropoff().
1.5.6