C# 클래스 CSJ2K.Color.Boxes.ChannelDefinitionBox

This class maps the components in the codestream to channels in the image. It models the Component Mapping box in the JP2 header.
상속: CSJ2K.Color.Boxes.JP2Box
파일 보기 프로젝트 열기: cureos/csj2k

공개 메소드들

메소드 설명
ChannelDefinitionBox ( CSJ2K.j2k.io.RandomAccessIO in_Renamed, int boxStart ) : System

Construct a ChannelDefinitionBox from an input image.

ToString ( ) : System.String

Return a suitable String representation of the class instance.

getAsoc ( int channel ) : int
getCn ( int asoc ) : int
getTyp ( int channel ) : int

비공개 메소드들

메소드 설명
ChannelDefinitionBox ( ) : System
getAsoc ( byte bfr ) : int

Return the associated channel from the record.

getCn ( byte bfr ) : int

Return the channel from the record.

getTyp ( byte bfr ) : int

Return the channel type from the record.

readBox ( ) : void

Analyze the box content.

메소드 상세

ChannelDefinitionBox() 공개 메소드

Construct a ChannelDefinitionBox from an input image.
ColorSpaceException ///
public ChannelDefinitionBox ( CSJ2K.j2k.io.RandomAccessIO in_Renamed, int boxStart ) : System
in_Renamed CSJ2K.j2k.io.RandomAccessIO
boxStart int offset to the start of the box in the image ///
리턴 System

ToString() 공개 메소드

Return a suitable String representation of the class instance.
public ToString ( ) : System.String
리턴 System.String

getAsoc() 공개 메소드

public getAsoc ( int channel ) : int
channel int
리턴 int

getCn() 공개 메소드

public getCn ( int asoc ) : int
asoc int
리턴 int

getTyp() 공개 메소드

public getTyp ( int channel ) : int
channel int
리턴 int