# CSJ2K.j2k.wavelet.synthesis.InvWTData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_wavelet_synthesis_InvWTData" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTData" class="text-break">InvWTData Interface
</h1>
  <div class="markdown level0 summary"><p>This interface extends the MultiResImgData interface with the methods that
are necessary for inverse wavelet data (i.e. data that is the source to an
inverse wavlet trasnform).</p>
</div>
  <div class="markdown level0 conceptual"></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_InvWTData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface InvWTData : MultiResImgData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface InvWTData
    Inherits MultiResImgData</code></pre>
  </div>
  <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_InvWTData_CbULX" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTData.CbULX">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTData.CbULX.html#CSJ2K_j2k_wavelet_synthesis_InvWTData_CbULX">CbULX</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the horizontal code-block partition origin. Allowable values
are 0 and 1, nothing else.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_synthesis_InvWTData_CbULY" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTData.CbULY">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTData.CbULY.html#CSJ2K_j2k_wavelet_synthesis_InvWTData_CbULY">CbULY</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the vertical code-block partition origin Allowable values are 0
and 1, nothing else.</p>
</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_InvWTData_getSynSubbandTree_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTData.getSynSubbandTree(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InvWTData.getSynSubbandTree.html#CSJ2K_j2k_wavelet_synthesis_InvWTData_getSynSubbandTree_System_Int32_System_Int32_">getSynSubbandTree(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the subband tree, for the specified tile-component. This method
returns the root element of the subband tree structure, see 'Subband'
and 'SubbandSyn'. The tree comprises all the available resolution
levels.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
