| synopsis || functions || variables |
[Declared in "../coresys/common/kdu_compressed.h"]
Generic structure for holding location and size information for various partitions on the canvas. The size coordinates identify the dimensions of the specific tile, tile-component, precinct, code-block, etc., while the pos coordinates identify the absolute location of its upper left hand corner.
When used to describe partitions, the dimensions of the partition element are maintained by size, while pos holds the anchor point for the partition. The anchor point is the absolute coordinates of the upper left hand corner of a reference partition element.
kdu_dims {Java: Kdu_dims}
assign {Java: Assign}
access_pos {Java: Access_pos}
access_size {Java: Access_size}
area {Java: Area}
transpose {Java: Transpose}
intersection {Java: Intersection}
intersects {Java: Intersects}
is_empty {Java: Is_empty}
equals {Java: Equals}
from_apparent {Java: From_apparent}
to_apparent {Java: To_apparent}
Upper left hand corner.
Dimensions of rectangle or partition element.