# CSJ2K.j2k.wavelet.analysis.ForwardWT.createInstance

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="CSJ2K_j2k_wavelet_analysis_ForwardWT_createInstance_" data-uid="CSJ2K.j2k.wavelet.analysis.ForwardWT.createInstance*">createInstance Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="CSJ2K_j2k_wavelet_analysis_ForwardWT_createInstance_" data-uid="CSJ2K.j2k.wavelet.analysis.ForwardWT.createInstance*"></a>
<h4 id="CSJ2K_j2k_wavelet_analysis_ForwardWT_createInstance_CSJ2K_j2k_image_BlkImgDataSrc_CSJ2K_j2k_util_ParameterList_CSJ2K_j2k_encoder_EncoderSpecs_" data-uid="CSJ2K.j2k.wavelet.analysis.ForwardWT.createInstance(CSJ2K.j2k.image.BlkImgDataSrc,CSJ2K.j2k.util.ParameterList,CSJ2K.j2k.encoder.EncoderSpecs)">createInstance(BlkImgDataSrc, ParameterList, EncoderSpecs)</h4>
<div class="markdown level1 summary"><p>Creates a ForwardWT object with the specified filters, and with other
options specified in the parameter list 'pl'.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static ForwardWT createInstance(BlkImgDataSrc src, ParameterList pl, EncoderSpecs encSpec)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function createInstance(src As BlkImgDataSrc, pl As ParameterList, encSpec As EncoderSpecs) As ForwardWT</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.image.BlkImgDataSrc.html">BlkImgDataSrc</a></td>
      <td><span class="parametername">src</span></td>
      <td><p>The source of data to be transformed</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="CSJ2K.j2k.util.ParameterList.html">ParameterList</a></td>
      <td><span class="parametername">pl</span></td>
      <td><p>The parameter list (or options).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="CSJ2K.j2k.encoder.EncoderSpecs.html">EncoderSpecs</a></td>
      <td><span class="parametername">encSpec</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.analysis.ForwardWT.html">ForwardWT</a></td>
      <td><p>A new ForwardWT object with the specified filters and options
from 'pl'.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
