| synopsis || return value || arguments || prev || next |

kdu_codestream::find_tile

Java: Kdu_codestream::Find_tile

bool find_tile( int comp_idx, kdu_coords loc, kdu_coords & tile_idx)

Java: boolean Find_tile( int comp_idx, Kdu_coords loc, Kdu_coords tile_idx)

[Declared in "../coresys/common/kdu_compressed.h"]

Go to class description.


Synopsis

Locates the apparent tile indices of the tile-component which contains the indicated location (it is also an apparent location, taking into account the prevailing geometric view and the number of discarded levels). Note that the search is conducted within the domain of the indicated image component.


Return Value

False if the supplied coordinates lie outside the image or any prevailing region of interest.

Arguments

comp_idx [int]

loc [kdu_coords]

tile_idx [kdu_coords &]


| top || synopsis || return value || arguments || prev || next |