# CSJ2K.j2k.wavelet.synthesis.InverseWT.createInstance

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_j2k_wavelet_synthesis_InverseWT_createInstance_" data-uid="CSJ2K.j2k.wavelet.synthesis.InverseWT.createInstance*">createInstance Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_j2k_wavelet_synthesis_InverseWT_createInstance_" data-uid="CSJ2K.j2k.wavelet.synthesis.InverseWT.createInstance*"></a>
<h4 id="CSJ2K_j2k_wavelet_synthesis_InverseWT_createInstance_CSJ2K_j2k_wavelet_synthesis_CBlkWTDataSrcDec_CSJ2K_j2k_decoder_DecoderSpecs_" data-uid="CSJ2K.j2k.wavelet.synthesis.InverseWT.createInstance(CSJ2K.j2k.wavelet.synthesis.CBlkWTDataSrcDec,CSJ2K.j2k.decoder.DecoderSpecs)">createInstance(CBlkWTDataSrcDec, DecoderSpecs)</h4>
<div class="markdown level1 summary"><p>Creates an InverseWT object that works on the data type of the source,
with the special additional parameters from the parameter
list. Currently the parameter list is ignored since no special
parameters can be specified for the inverse wavelet transform yet.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static InverseWT createInstance(CBlkWTDataSrcDec src, DecoderSpecs decSpec)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function createInstance(src As CBlkWTDataSrcDec, decSpec As DecoderSpecs) As InverseWT</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.CBlkWTDataSrcDec.html">CBlkWTDataSrcDec</a></td>
      <td><span class="parametername">src</span></td>
      <td><p>The source of data for the inverse wavelet
transform.</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></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="CSJ2K.j2k.wavelet.synthesis.InverseWT.html">InverseWT</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
