# CSJ2K.j2k.wavelet.synthesis.InvWTAdapter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter" class="text-break">InvWTAdapter Class
</h1>
  <div class="markdown level0 summary"><p>This class provides default implementation of the methods in the 'InvWT'
interface. The source is always a 'MultiResImgData', which is a
multi-resolution image. The default implementation is just to return the
value of the source at the current image resolution level, which is set by
the 'setImgResLevel()' method.</p>
<pre><code>       &lt;p&gt;This abstract class can be used to facilitate the development of other
       classes that implement the 'InvWT' interface, because most of the trivial
       methods are already implemented.&lt;/p&gt;&lt;p&gt;If the default implementation of a method provided in this class does
       not suit a particular implementation of the 'InvWT' interface, the method
       can be overriden to implement the proper behaviour.&lt;/p&gt;&lt;p&gt;If the 'setImgResLevel()' method is overriden then it is very important
       that the one of this class is called from the overriding method, so that
       the other methods in this class return the correct values.&lt;/p&gt;
</code></pre>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">InvWTAdapter</span></div>
      <div class="level2"><a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InverseWT.html">InverseWT</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWT.html">InvWT</a></div>
    <div><a class="xref" href="CSJ2K.j2k.wavelet.WaveletTransform.html">WaveletTransform</a></div>
    <div><a class="xref" href="CSJ2K.j2k.image.ImgData.html">ImgData</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.html">CSJ2K.j2k.wavelet.synthesis</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class InvWTAdapter : InvWT, WaveletTransform, ImgData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class InvWTAdapter
    Implements InvWT, WaveletTransform, ImgData</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter__ctor_CSJ2K_j2k_wavelet_synthesis_MultiResImgData_CSJ2K_j2k_decoder_DecoderSpecs_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.#ctor(CSJ2K.j2k.wavelet.synthesis.MultiResImgData,CSJ2K.j2k.decoder.DecoderSpecs)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.-ctor.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter__ctor_CSJ2K_j2k_wavelet_synthesis_MultiResImgData_CSJ2K_j2k_decoder_DecoderSpecs_">InvWTAdapter(MultiResImgData, DecoderSpecs)</a>
        </td>
        <td class="markdown level1 summary"><p>Instantiates the 'InvWTAdapter' object using the specified
'MultiResImgData' source. The reconstruction resolution level is set to
full resolution (i.e. the maximum resolution level).</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_decSpec" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.decSpec">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.decSpec.html">decSpec</a>
        </td>
        <td class="markdown level1 summary"><p>The decoder specifications</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_maxImgRes" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.maxImgRes">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.maxImgRes.html">maxImgRes</a>
        </td>
        <td class="markdown level1 summary"><p>The maximum available image resolution level</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_mressrc" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.mressrc">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.mressrc.html">mressrc</a>
        </td>
        <td class="markdown level1 summary"><p>The 'MultiResImgData' source</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_reslvl" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.reslvl">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.reslvl.html">reslvl</a>
        </td>
        <td class="markdown level1 summary"><p>The resquested image resolution level for reconstruction.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_ImgHeight" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.ImgHeight">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.ImgHeight.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_ImgHeight">ImgHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the overall height of the image in pixels. This is the
image's height without accounting for any component subsampling
or tiling.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_ImgResLevel" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.ImgResLevel">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.ImgResLevel.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_ImgResLevel">ImgResLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the image reconstruction resolution level. A value of 0 means
reconstruction of an image with the lowest resolution (dimension)
available.</p>
<pre><code>       &lt;p&gt;Note: Image resolution level indexes may differ from tile-component
       resolution index. They are indeed indexed starting from the lowest
       number of decomposition levels of each component of each tile.&lt;/p&gt;&lt;p&gt;Example: For an image (1 tile) with 2 components (component 0 having
       2 decomposition levels and component 1 having 3 decomposition levels),
       the first (tile-) component has 3 resolution levels and the second one
       has 4 resolution levels, whereas the image has only 3 resolution levels
       available.&lt;/p&gt;
</code></pre>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_ImgULX" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.ImgULX">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.ImgULX.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_ImgULX">ImgULX</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the horizontal coordinate of the image origin, the top-left
corner, in the canvas system, on the reference grid.</p>
<pre><code>       &lt;p&gt;This default implementation returns the value of the source at the
       current reconstruction resolution level.&lt;/p&gt;
</code></pre>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_ImgULY" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.ImgULY">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.ImgULY.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_ImgULY">ImgULY</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the vertical coordinate of the image origin, the top-left
corner, in the canvas system, on the reference grid.</p>
<pre><code>       &lt;p&gt;This default implementation returns the value of the source at the
       current reconstruction resolution level.&lt;/p&gt;
</code></pre>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_ImgWidth" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.ImgWidth">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.ImgWidth.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_ImgWidth">ImgWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the overall width of the image in pixels. This is the
image's width without accounting for any component subsampling
or tiling.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_NomTileHeight" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.NomTileHeight">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.NomTileHeight.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_NomTileHeight">NomTileHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the nominal height of tiles</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_NomTileWidth" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.NomTileWidth">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.NomTileWidth.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_NomTileWidth">NomTileWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the nominal width of tiles</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_NumComps" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.NumComps">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.NumComps.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_NumComps">NumComps</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of components in the image.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_TileHeight" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.TileHeight">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.TileHeight.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_TileHeight">TileHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the overall height of the current tile in pixels. This
is the tile's height without accounting for any component
subsampling. This is also referred as the reference grid height
in the current tile.</p>
<pre><code>       &lt;p&gt;This default implementation returns the value of the source at the
       current reconstruction resolution level.&lt;/p&gt;
</code></pre>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_TileIdx" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.TileIdx">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.TileIdx.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_TileIdx">TileIdx</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the index of the current tile, relative to a standard scan-line
order.</p>
<pre><code>       &lt;p&gt;This default implementation returns the value of the source.&lt;/p&gt;
</code></pre>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_TilePartULX" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.TilePartULX">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.TilePartULX.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_TilePartULX">TilePartULX</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the horizontal tile partition offset in the reference grid</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_TilePartULY" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.TilePartULY">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.TilePartULY.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_TilePartULY">TilePartULY</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the vertical tile partition offset in the reference grid</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_TileWidth" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.TileWidth">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.TileWidth.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_TileWidth">TileWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the overall width of the current tile in pixels. This is the
tile's width without accounting for any component subsampling. This is
also referred as the reference grid width in the current tile.</p>
<pre><code>       &lt;p&gt;This default implementation returns the value of the source at the
       current reconstruction resolution level.&lt;/p&gt;
</code></pre>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getCompImgHeight_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getCompImgHeight(System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getCompImgHeight.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getCompImgHeight_System_Int32_">getCompImgHeight(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the height in pixels of the specified component in the overall
image.</p>
<pre><code>       &lt;p&gt;This default implementation returns the value of the source at the
       current reconstruction resolution level.&lt;/p&gt;
</code></pre>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getCompImgWidth_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getCompImgWidth(System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getCompImgWidth.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getCompImgWidth_System_Int32_">getCompImgWidth(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the width in pixels of the specified component in the overall
image.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getCompSubsX_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getCompSubsX(System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getCompSubsX.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getCompSubsX_System_Int32_">getCompSubsX(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the component subsampling factor in the horizontal
direction, for the specified component. This is, approximately,
the ratio of dimensions between the reference grid and the
component itself, see the 'ImgData' interface desription for
details.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getCompSubsY_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getCompSubsY(System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getCompSubsY.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getCompSubsY_System_Int32_">getCompSubsY(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the component subsampling factor in the vertical
direction, for the specified component. This is, approximately,
the ratio of dimensions between the reference grid and the
component itself, see the 'ImgData' interface desription for
details.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getCompULX_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getCompULX(System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getCompULX.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getCompULX_System_Int32_">getCompULX(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the horizontal coordinate of the upper-left corner of the
specified component in the current tile.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getCompULY_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getCompULY(System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getCompULY.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getCompULY_System_Int32_">getCompULY(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the vertical coordinate of the upper-left corner of the
specified component in the current tile.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getImplementationType_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getImplementationType(System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getImplementationType.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getImplementationType_System_Int32_">getImplementationType(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the implementation type of this wavelet transform (WT_IMPL_LINE
or WT_IMPL_FRAME) for the specified component, in the current tile.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getNomRangeBits_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getNomRangeBits(System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getNomRangeBits.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getNomRangeBits_System_Int32_">getNomRangeBits(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getNumTiles" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getNumTiles">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getNumTiles.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getNumTiles">getNumTiles()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the total number of tiles in the image.</p>
<pre><code>       &lt;p&gt;This default implementation returns the value of the source.&lt;/p&gt;
</code></pre>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getNumTiles_CSJ2K_j2k_image_Coord_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getNumTiles(CSJ2K.j2k.image.Coord)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getNumTiles.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getNumTiles_CSJ2K_j2k_image_Coord_">getNumTiles(Coord)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of tiles in the horizontal and vertical directions.</p>
<pre><code>       &lt;p&gt;This default implementation returns the value of the source.&lt;/p&gt;
</code></pre>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getSynSubbandTree_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getSynSubbandTree(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getSynSubbandTree.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getSynSubbandTree_System_Int32_System_Int32_">getSynSubbandTree(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the specified synthesis subband tree</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getTile_CSJ2K_j2k_image_Coord_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getTile(CSJ2K.j2k.image.Coord)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getTile.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getTile_CSJ2K_j2k_image_Coord_">getTile(Coord)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the indixes of the current tile. These are the horizontal and
vertical indexes of the current tile.</p>
<pre><code>       &lt;p&gt;This default implementation returns the value of the source.&lt;/p&gt;
</code></pre>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getTileCompHeight_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getTileCompHeight(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getTileCompHeight.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getTileCompHeight_System_Int32_System_Int32_">getTileCompHeight(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the height in pixels of the specified tile-component.</p>
<pre><code>       &lt;p&gt;This default implementation returns the value of the source at the
       current reconstruction resolution level.&lt;/p&gt;
</code></pre>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getTileCompWidth_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getTileCompWidth(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.getTileCompWidth.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_getTileCompWidth_System_Int32_System_Int32_">getTileCompWidth(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the width in pixels of the specified tile-component</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_isReversible_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.isReversible(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.isReversible.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_isReversible_System_Int32_System_Int32_">isReversible(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the reversibility of the wavelet transform for the specified
component and tile. A wavelet transform is reversible when it is
suitable for lossless and lossy-to-lossless compression.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_nextTile" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.nextTile">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.nextTile.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_nextTile">nextTile()</a>
        </td>
        <td class="markdown level1 summary"><p>Advances to the next tile, in standard scan-line order (by rows then
columns). An NoNextElementException is thrown if the current tile is
the last one (i.e. there is no next tile).</p>
<pre><code>       &lt;p&gt;This default implementation calls the same method on the source.&lt;/p&gt;
</code></pre>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_setTile_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.setTile(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.setTile.html#CSJ2K_j2k_wavelet_synthesis_InvWTAdapter_setTile_System_Int32_System_Int32_">setTile(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the current tile, given the new indices. An
IllegalArgumentException is thrown if the coordinates do not correspond
to a valid tile.</p>
<pre><code>       &lt;p&gt;This default implementation calls the same method on the source.&lt;/p&gt;
</code></pre>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWT.html">InvWT</a></div>
  </div>

</div>
