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

Internal class holding information found in the CRG marker segment
Show file Open project: cureos/csj2k

Public Properties

Property Type Description
lcrg int
xcrg int[]
ycrg int[]

Public Methods

Method Description
CRG ( HeaderInfo enclosingInstance ) : System
ToString ( ) : System.String

Display information found in the CRG marker segment

Private Methods

Method Description
InitBlock ( HeaderInfo enclosingInstance ) : void

Method Details

CRG() public method

public CRG ( HeaderInfo enclosingInstance ) : System
enclosingInstance HeaderInfo
return System

ToString() public method

Display information found in the CRG marker segment
public ToString ( ) : System.String
return System.String

Property Details

lcrg public property

public int lcrg
return int

xcrg public property

public int[] xcrg
return int[]

ycrg public property

public int[] ycrg
return int[]