#include <Coverdepth.h>

Public Member Functions | |
| LeftDropoff () | |
| LeftDropoff (int pL, int pR, int pTR, int blH, int brH, int trH) | |
| int | height () const |
| float | fineRatio () const |
| int | ratio () const |
| bool | better (const LeftDropoff &drf) |
| bool | isGood () const |
| LeftDropoff::LeftDropoff | ( | ) | [inline] |
| LeftDropoff::LeftDropoff | ( | int | pL, | |
| int | pR, | |||
| int | pTR, | |||
| int | blH, | |||
| int | brH, | |||
| int | trH | |||
| ) | [inline] |
| int LeftDropoff::height | ( | ) | const [inline] |
| float LeftDropoff::fineRatio | ( | ) | const [inline] |
| int LeftDropoff::ratio | ( | ) | const [inline] |
| bool LeftDropoff::better | ( | const LeftDropoff & | drf | ) | [inline] |
References Dip::BRH, and fineRatio().
| bool LeftDropoff::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::BLH, and ratio().
Referenced by Coverdepth::findLeftDropoff().
1.5.6