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

Internal class holding information found in the SIZ marker segment
Exibir arquivo 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_oe property

public int csiz
return int

lsiz public_oe property

public int lsiz
return int

rsiz public_oe property

public int rsiz
return int

ssiz public_oe property

public int[] ssiz
return int[]

x0siz public_oe property

public int x0siz
return int

xrsiz public_oe property

public int[] xrsiz
return int[]

xsiz public_oe property

public int xsiz
return int

xt0siz public_oe property

public int xt0siz
return int

xtsiz public_oe property

public int xtsiz
return int

y0siz public_oe property

public int y0siz
return int

yrsiz public_oe property

public int[] yrsiz
return int[]

ysiz public_oe property

public int ysiz
return int

yt0siz public_oe property

public int yt0siz
return int

ytsiz public_oe property

public int ytsiz
return int