Public Attributes | |
int | area |
area | |
short | maxx |
Maximum x of bounding box. | |
short | maxy |
Maximum y of bounding box. | |
short | minx |
Minimum x of bounding box. | |
short | miny |
Minimum y of bounding box. |
Cluster class.
Definition at line 39 of file largest.cpp.
int Cluster::area |
area
Definition at line 41 of file largest.cpp.
short Cluster::maxx |
Maximum x of bounding box.
Definition at line 45 of file largest.cpp.
short Cluster::maxy |
Maximum y of bounding box.
Definition at line 49 of file largest.cpp.
short Cluster::minx |
Minimum x of bounding box.
Definition at line 43 of file largest.cpp.
short Cluster::miny |
Minimum y of bounding box.
Definition at line 47 of file largest.cpp.