C# Класс CSJ2K.j2k.codestream.HeaderInfo

Classe that holds information found in the marker segments of the main and tile-part headers. There is one inner-class per marker segment type found in these headers.
Наследование: FilterTypes, System.ICloneable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
cocValue Dictionary,System.Collections.Generic
codValue Dictionary,System.Collections.Generic
comValue Dictionary,System.Collections.Generic
crgValue CRG
pocValue Dictionary,System.Collections.Generic
qccValue Dictionary,System.Collections.Generic
qcdValue Dictionary,System.Collections.Generic
rgnValue Dictionary,System.Collections.Generic
sizValue SIZ
sotValue Dictionary,System.Collections.Generic

Открытые методы

Метод Описание
Clone ( ) : Object
getCopy ( int nt ) : HeaderInfo

Returns a copy of this object

toStringMainHeader ( ) : System.String

Display information found in the different marker segments of the main header

toStringThNoSOT ( int t, int ntp ) : System.String

Returns information found in the tile-part headers of a given tile exception the SOT marker segment.

toStringTileHeader ( int t, int ntp ) : System.String

Returns information found in the tile-part headers of a given tile.

Описание методов

Clone() публичный Метод

public Clone ( ) : Object
Результат System.Object

getCopy() публичный Метод

Returns a copy of this object
public getCopy ( int nt ) : HeaderInfo
nt int
Результат HeaderInfo

toStringMainHeader() публичный Метод

Display information found in the different marker segments of the main header
public toStringMainHeader ( ) : System.String
Результат System.String

toStringThNoSOT() публичный Метод

Returns information found in the tile-part headers of a given tile exception the SOT marker segment.
public toStringThNoSOT ( int t, int ntp ) : System.String
t int index of the tile /// ///
ntp int
Результат System.String

toStringTileHeader() публичный Метод

Returns information found in the tile-part headers of a given tile.
public toStringTileHeader ( int t, int ntp ) : System.String
t int index of the tile /// ///
ntp int
Результат System.String

Описание свойств

cocValue публичное свойство

Reference to the COC marker segments found in main and first tile-part header. The key is either "main_c"+componentIndex or "t"+tileIdx+"_c"+component_index.
public Dictionary,System.Collections.Generic cocValue
Результат Dictionary,System.Collections.Generic

codValue публичное свойство

Reference to the COD marker segments found in main and first tile-part header. The key is either "main" or "t"+tileIdx.
public Dictionary,System.Collections.Generic codValue
Результат Dictionary,System.Collections.Generic

comValue публичное свойство

Reference to the COM marker segments found in main and tile-part headers. The key is either "main_"+comIdx or "t"+tileIdx+"_"+comIdx.
public Dictionary,System.Collections.Generic comValue
Результат Dictionary,System.Collections.Generic

crgValue публичное свойство

Reference to the CRG marker segment found in main header
public CRG crgValue
Результат CRG

pocValue публичное свойство

Reference to the POC marker segments found in main and first tile-part header. They key is either "main" or "t"+tileIdx.
public Dictionary,System.Collections.Generic pocValue
Результат Dictionary,System.Collections.Generic

qccValue публичное свойство

Reference to the QCC marker segments found in main and first tile-part header. They key is either "main_c"+componentIndex or "t"+tileIdx+"_c"+component_index.
public Dictionary,System.Collections.Generic qccValue
Результат Dictionary,System.Collections.Generic

qcdValue публичное свойство

Reference to the QCD marker segments found in main and first tile-part header. The key is either "main" or "t"+tileIdx.
public Dictionary,System.Collections.Generic qcdValue
Результат Dictionary,System.Collections.Generic

rgnValue публичное свойство

Reference to the RGN marker segments found in main and first tile-part header. The key is either "main_c"+componentIndex or "t"+tileIdx+"_c"+component_index.
public Dictionary,System.Collections.Generic rgnValue
Результат Dictionary,System.Collections.Generic

sizValue публичное свойство

Reference to the SIZ marker segment found in main header
public SIZ sizValue
Результат SIZ

sotValue публичное свойство

Reference to the SOT marker segments found in tile-part headers. The kwy is given by "t"+tileIdx"_tp"+tilepartIndex.
public Dictionary,System.Collections.Generic sotValue
Результат Dictionary,System.Collections.Generic