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

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

Public Properties

Property Type Description
cepoc int[]
cspoc int[]
lpoc int
lyepoc int[]
ppoc int[]
repoc int[]
rspoc int[]

Public Methods

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

Display information found in this POC marker segment

Private Methods

Method Description
InitBlock ( HeaderInfo enclosingInstance ) : void

Method Details

POC() public method

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

ToString() public method

Display information found in this POC marker segment
public ToString ( ) : System.String
return System.String

Property Details

cepoc public property

public int[] cepoc
return int[]

cspoc public property

public int[] cspoc
return int[]

lpoc public property

public int lpoc
return int

lyepoc public property

public int[] lyepoc
return int[]

ppoc public property

public int[] ppoc
return int[]

repoc public property

public int[] repoc
return int[]

rspoc public property

public int[] rspoc
return int[]