C# Class CSJ2K.Util.PortableImageSource

Inheritance: BlkImgDataSrc
Show file Open project: cureos/csj2k Class Usage Examples

Public Methods

Method 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 method

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
return System

close() public method

public close ( ) : void
return void

getCompData() public method

public getCompData ( CSJ2K.j2k.image.DataBlk blk, int c ) : CSJ2K.j2k.image.DataBlk
blk CSJ2K.j2k.image.DataBlk
c int
return CSJ2K.j2k.image.DataBlk

getCompImgHeight() public method

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

getCompImgWidth() public method

public getCompImgWidth ( int c ) : int
c int
return int

getCompSubsX() public method

public getCompSubsX ( int c ) : int
c int
return int

getCompSubsY() public method

public getCompSubsY ( int c ) : int
c int
return int

getCompULX() public method

public getCompULX ( int c ) : int
c int
return int

getCompULY() public method

public getCompULY ( int c ) : int
c int
return int

getFixedPoint() public method

public getFixedPoint ( int c ) : int
c int
return int

getInternCompData() public method

public getInternCompData ( CSJ2K.j2k.image.DataBlk blk, int c ) : CSJ2K.j2k.image.DataBlk
blk CSJ2K.j2k.image.DataBlk
c int
return CSJ2K.j2k.image.DataBlk

getNomRangeBits() public method

public getNomRangeBits ( int c ) : int
c int
return int

getNumTiles() public method

public getNumTiles ( Coord co ) : Coord
co Coord
return Coord

getNumTiles() public method

public getNumTiles ( ) : int
return int

getTile() public method

public getTile ( Coord co ) : Coord
co Coord
return Coord

getTileCompHeight() public method

public getTileCompHeight ( int t, int c ) : int
t int
c int
return int

getTileCompWidth() public method

public getTileCompWidth ( int t, int c ) : int
t int
c int
return int

isOrigSigned() public method

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

nextTile() public method

public nextTile ( ) : void
return void

setTile() public method

public setTile ( int x, int y ) : void
x int
y int
return void