C# 클래스 CSJ2K.Util.PortableImageSource

상속: BlkImgDataSrc
파일 보기 프로젝트 열기: cureos/csj2k 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

PortableImageSource() 공개 메소드

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
리턴 System

close() 공개 메소드

public close ( ) : void
리턴 void

getCompData() 공개 메소드

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

getCompImgHeight() 공개 메소드

public getCompImgHeight ( int c ) : int
c int
리턴 int

getCompImgWidth() 공개 메소드

public getCompImgWidth ( int c ) : int
c int
리턴 int

getCompSubsX() 공개 메소드

public getCompSubsX ( int c ) : int
c int
리턴 int

getCompSubsY() 공개 메소드

public getCompSubsY ( int c ) : int
c int
리턴 int

getCompULX() 공개 메소드

public getCompULX ( int c ) : int
c int
리턴 int

getCompULY() 공개 메소드

public getCompULY ( int c ) : int
c int
리턴 int

getFixedPoint() 공개 메소드

public getFixedPoint ( int c ) : int
c int
리턴 int

getInternCompData() 공개 메소드

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

getNomRangeBits() 공개 메소드

public getNomRangeBits ( int c ) : int
c int
리턴 int

getNumTiles() 공개 메소드

public getNumTiles ( Coord co ) : Coord
co Coord
리턴 Coord

getNumTiles() 공개 메소드

public getNumTiles ( ) : int
리턴 int

getTile() 공개 메소드

public getTile ( Coord co ) : Coord
co Coord
리턴 Coord

getTileCompHeight() 공개 메소드

public getTileCompHeight ( int t, int c ) : int
t int
c int
리턴 int

getTileCompWidth() 공개 메소드

public getTileCompWidth ( int t, int c ) : int
t int
c int
리턴 int

isOrigSigned() 공개 메소드

public isOrigSigned ( int c ) : bool
c int
리턴 bool

nextTile() 공개 메소드

public nextTile ( ) : void
리턴 void

setTile() 공개 메소드

public setTile ( int x, int y ) : void
x int
y int
리턴 void