Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_packet_info_t
- java.lang.Object
-
- gov.nih.mipav.model.file.FileJPEG2000.opj_packet_info_t
-
- Enclosing class:
- FileJPEG2000
class FileJPEG2000.opj_packet_info_t extends java.lang.Object
Index structure : Information concerning a packet inside tile
-
-
Field Summary
Fields Modifier and Type Field Description (package private) double
disto
packet distorsion(package private) long
end_ph_pos
end of packet header position (including EPH marker if it exists)(package private) long
end_pos
packet end position(package private) long
start_pos
packet start position (including SOP marker if it exists)
-
Constructor Summary
Constructors Constructor Description opj_packet_info_t()
-