csvorbis.StaticCodeBook.clear C# (CSharp) Method

clear() private method

private clear ( ) : void
return void
        internal void clear()
        {
            //  if(quantlist!=null)free(b->quantlist);
            //  if(lengthlist!=null)free(b->lengthlist);
            //  if(nearest_tree!=null){
            //    free(b->nearest_tree->ptr0);
            //    free(b->nearest_tree->ptr1);
            //    free(b->nearest_tree->p);
            //    free(b->nearest_tree->q);
            //    memset(b->nearest_tree,0,sizeof(encode_aux_nearestmatch));
            //    free(b->nearest_tree);
            //  }
            //  if(thresh_tree!=null){
            //    free(b->thresh_tree->quantthresh);
            //    free(b->thresh_tree->quantmap);
            //    memset(b->thresh_tree,0,sizeof(encode_aux_threshmatch));
            //    free(b->thresh_tree);
            //  }
            //  memset(b,0,sizeof(static_codebook));
        }