| synopsis || functions |

kdu_tile

Java: Kdu_tile

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


Synopsis

Objects of this class are only interfaces, having the size of a single pointer (memory address). Copying such objects has no effect on the underlying state information, but simply serves to provide another interface (or reference) to it. The class provides no destructor, because destroying an interface has no impact on the state of the internal code-stream management machinery.

To obtain a valid kdu_tile interface into the internal code-stream management machinery, you should call kdu_codestream::open_tile.


Public Functions

kdu_tile (2 forms)

exists {Java: Exists}

operator!

close {Java: Close}

get_tnum {Java: Get_tnum}

get_ycc {Java: Get_ycc}

get_num_components {Java: Get_num_components}

get_num_layers {Java: Get_num_layers}

access_component {Java: Access_component}


| top || synopsis || functions |