CADI.Server.LogicalTarget.JPEG2000.RateDistortion
Class BlockOrder
java.lang.Object
CADI.Server.LogicalTarget.JPEG2000.RateDistortion.BlockOrder
public class BlockOrder
- extends java.lang.Object
It is an auxiliary class used only by CoRDDelivery and CoRDBasedDelivery
classes.
- Version:
- 1.0 2009/05/18
- Author:
- Group on Interactive Coding of Images (GICI)
|
Constructor Summary |
BlockOrder(long inClassIdentifier,
int component,
int rLevel,
int subband,
int numBitPlanes,
int virtualCodingLevel,
int concat)
Constructor. |
|
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 |
inClassIdentifier
long inClassIdentifier
component
int component
rLevel
int rLevel
subband
int subband
numBitPlanes
int numBitPlanes
virtualCodingLevel
int virtualCodingLevel
concat
int concat
BlockOrder
public BlockOrder(long inClassIdentifier,
int component,
int rLevel,
int subband,
int numBitPlanes,
int virtualCodingLevel,
int concat)
- Constructor.
- Parameters:
inClassIdentifier - component - rLevel - subband - numBitPlanes - virtualCodingLevel - concat -
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)