#include <libExtrema.h>
Inheritance diagram for extrema::RLERegion:
Public Member Functions | |
bool | operator< (const RLERegion &a) const |
Stability ordering operator. | |
Public Attributes | |
vector< RLEItem > | rle |
Vector that holds RLE representation of the region. |
bool extrema::RLERegion::operator< | ( | const RLERegion & | a | ) | const [inline] |
Stability ordering operator.
vector<RLEItem> extrema::RLERegion::rle |
Vector that holds RLE representation of the region.