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

Internal class holding information found in the SIZ marker segment
Afficher le fichier Open project: cureos/csj2k

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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

Méthode Description
InitBlock ( HeaderInfo enclosingInstance ) : void

Method Details

Clone() public méthode

public Clone ( ) : Object
Résultat System.Object

SIZ() public méthode

public SIZ ( HeaderInfo enclosingInstance ) : System
enclosingInstance HeaderInfo
Résultat System

ToString() public méthode

Display information found in SIZ marker segment
public ToString ( ) : System.String
Résultat System.String

getCompImgHeight() public méthode

public getCompImgHeight ( int c ) : int
c int
Résultat int

getCompImgWidth() public méthode

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

getOrigBitDepth() public méthode

public getOrigBitDepth ( int c ) : int
c int
Résultat int

isOrigSigned() public méthode

public isOrigSigned ( int c ) : bool
c int
Résultat bool

Property Details

csiz public_oe property

public int csiz
Résultat int

lsiz public_oe property

public int lsiz
Résultat int

rsiz public_oe property

public int rsiz
Résultat int

ssiz public_oe property

public int[] ssiz
Résultat int[]

x0siz public_oe property

public int x0siz
Résultat int

xrsiz public_oe property

public int[] xrsiz
Résultat int[]

xsiz public_oe property

public int xsiz
Résultat int

xt0siz public_oe property

public int xt0siz
Résultat int

xtsiz public_oe property

public int xtsiz
Résultat int

y0siz public_oe property

public int y0siz
Résultat int

yrsiz public_oe property

public int[] yrsiz
Résultat int[]

ysiz public_oe property

public int ysiz
Résultat int

yt0siz public_oe property

public int yt0siz
Résultat int

ytsiz public_oe property

public int ytsiz
Résultat int