CADI.Server.LogicalTarget.JPEG2000.RateDistortion
Class CodingPassID

java.lang.Object
  extended by CADI.Server.LogicalTarget.JPEG2000.RateDistortion.CodingPassID

public class CodingPassID
extends java.lang.Object

It is an auxiliary class used only by CoRDDelivery and CoRDBasedDelivery classes

Version:
1.0 2008/05/18
Author:
Group on Interactive Coding of Images (GICI)

Field Summary
(package private)  int codingLevel
           
(package private)  int component
           
(package private)  long inClassIdentifier
           
(package private)  int layer
           
(package private)  int precinct
           
(package private)  int rLevel
           
(package private)  int subband
           
(package private)  int xBlock
           
(package private)  int yBlock
           
 
Constructor Summary
CodingPassID(long inClassIdentifier, int component, int rLevel, int precinct, int subband, int yBlock, int xBlock, int codingLevel)
           
 
Method Summary
 void list(java.io.PrintStream out)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

inClassIdentifier

long inClassIdentifier

component

int component

rLevel

int rLevel

precinct

int precinct

subband

int subband

yBlock

int yBlock

xBlock

int xBlock

codingLevel

int codingLevel

layer

int layer
Constructor Detail

CodingPassID

public CodingPassID(long inClassIdentifier,
                    int component,
                    int rLevel,
                    int precinct,
                    int subband,
                    int yBlock,
                    int xBlock,
                    int codingLevel)
Parameters:
inClassIdentifier -
component -
rLevel -
precinct -
subband -
yBlock -
xBlock -
codingLevel -
Method Detail

list

public void list(java.io.PrintStream out)
Parameters:
out -

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


CADI - Copyright (C) 2007
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Group on Interactive Coding of Images (GICI) (contact)