# CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter__ctor_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.#ctor*">InvWTAdapter Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_j2k_wavelet_synthesis_InvWTAdapter__ctor_" data-uid="CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.#ctor*"></a>
<h4 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)">InvWTAdapter(MultiResImgData, DecoderSpecs)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected InvWTAdapter(MultiResImgData src, DecoderSpecs decSpec)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Sub New(src As MultiResImgData, decSpec As DecoderSpecs)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="CSJ2K.j2k.wavelet.synthesis.MultiResImgData.html">MultiResImgData</a></td>
      <td><span class="parametername">src</span></td>
      <td><p>From where to obtain the values to return</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="CSJ2K.j2k.decoder.DecoderSpecs.html">DecoderSpecs</a></td>
      <td><span class="parametername">decSpec</span></td>
      <td><p>The decoder specifications</p>
</td>
    </tr>
  </tbody>
</table>
</div>
