C# Class CSJ2K.Util.PortableImageSource

Inheritance: BlkImgDataSrc
Afficher le fichier Open project: cureos/csj2k Class Usage Examples

Méthodes publiques

Méthode Description
PortableImageSource ( int w, int h, int nc, int rb, bool sgnd, int comps ) : System
close ( ) : void
getCompData ( CSJ2K.j2k.image.DataBlk blk, int c ) : CSJ2K.j2k.image.DataBlk
getCompImgHeight ( int c ) : int
getCompImgWidth ( int c ) : int
getCompSubsX ( int c ) : int
getCompSubsY ( int c ) : int
getCompULX ( int c ) : int
getCompULY ( int c ) : int
getFixedPoint ( int c ) : int
getInternCompData ( CSJ2K.j2k.image.DataBlk blk, int c ) : CSJ2K.j2k.image.DataBlk
getNomRangeBits ( int c ) : int
getNumTiles ( Coord co ) : Coord
getNumTiles ( ) : int
getTile ( Coord co ) : Coord
getTileCompHeight ( int t, int c ) : int
getTileCompWidth ( int t, int c ) : int
isOrigSigned ( int c ) : bool
nextTile ( ) : void
setTile ( int x, int y ) : void

Method Details

PortableImageSource() public méthode

public PortableImageSource ( int w, int h, int nc, int rb, bool sgnd, int comps ) : System
w int
h int
nc int
rb int
sgnd bool
comps int
Résultat System

close() public méthode

public close ( ) : void
Résultat void

getCompData() public méthode

public getCompData ( CSJ2K.j2k.image.DataBlk blk, int c ) : CSJ2K.j2k.image.DataBlk
blk CSJ2K.j2k.image.DataBlk
c int
Résultat CSJ2K.j2k.image.DataBlk

getCompImgHeight() public méthode

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

getCompImgWidth() public méthode

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

getCompSubsX() public méthode

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

getCompSubsY() public méthode

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

getCompULX() public méthode

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

getCompULY() public méthode

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

getFixedPoint() public méthode

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

getInternCompData() public méthode

public getInternCompData ( CSJ2K.j2k.image.DataBlk blk, int c ) : CSJ2K.j2k.image.DataBlk
blk CSJ2K.j2k.image.DataBlk
c int
Résultat CSJ2K.j2k.image.DataBlk

getNomRangeBits() public méthode

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

getNumTiles() public méthode

public getNumTiles ( Coord co ) : Coord
co Coord
Résultat Coord

getNumTiles() public méthode

public getNumTiles ( ) : int
Résultat int

getTile() public méthode

public getTile ( Coord co ) : Coord
co Coord
Résultat Coord

getTileCompHeight() public méthode

public getTileCompHeight ( int t, int c ) : int
t int
c int
Résultat int

getTileCompWidth() public méthode

public getTileCompWidth ( int t, int c ) : int
t int
c int
Résultat int

isOrigSigned() public méthode

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

nextTile() public méthode

public nextTile ( ) : void
Résultat void

setTile() public méthode

public setTile ( int x, int y ) : void
x int
y int
Résultat void