C# Class CSJ2K.j2k.codestream.HeaderInfo.SIZ

Internal class holding information found in the SIZ marker segment
Show file Open project: cureos/csj2k

Public Properties

Property Type Description
csiz int
lsiz int
rsiz int
ssiz int[]
x0siz int
xrsiz int[]
xsiz int
xt0siz int
xtsiz int
y0siz int
yrsiz int[]
ysiz int
yt0siz int
ytsiz int

Public Methods

Method Description
Clone ( ) : Object
SIZ ( HeaderInfo enclosingInstance ) : System
ToString ( ) : System.String

Display information found in SIZ marker segment

getCompImgHeight ( int c ) : int
getCompImgWidth ( int c ) : int

Width of the specified tile-component

getOrigBitDepth ( int c ) : int
isOrigSigned ( int c ) : bool

Private Methods

Method Description
InitBlock ( HeaderInfo enclosingInstance ) : void

Method Details

Clone() public method

public Clone ( ) : Object
return System.Object

SIZ() public method

public SIZ ( HeaderInfo enclosingInstance ) : System
enclosingInstance HeaderInfo
return System

ToString() public method

Display information found in SIZ marker segment
public ToString ( ) : System.String
return System.String

getCompImgHeight() public method

public getCompImgHeight ( int c ) : int
c int
return int

getCompImgWidth() public method

Width of the specified tile-component
public getCompImgWidth ( int c ) : int
c int Component index /// ///
return int

getOrigBitDepth() public method

public getOrigBitDepth ( int c ) : int
c int
return int

isOrigSigned() public method

public isOrigSigned ( int c ) : bool
c int
return bool

Property Details

csiz public property

public int csiz
return int

lsiz public property

public int lsiz
return int

rsiz public property

public int rsiz
return int

ssiz public property

public int[] ssiz
return int[]

x0siz public property

public int x0siz
return int

xrsiz public property

public int[] xrsiz
return int[]

xsiz public property

public int xsiz
return int

xt0siz public property

public int xt0siz
return int

xtsiz public property

public int xtsiz
return int

y0siz public property

public int y0siz
return int

yrsiz public property

public int[] yrsiz
return int[]

ysiz public property

public int ysiz
return int

yt0siz public property

public int yt0siz
return int

ytsiz public property

public int ytsiz
return int