예제 #1
0
 virtual ~Flux_To_Surf_Computed()
 {
      DELETE_VECTOR(_l_cur,_b._p0.x);
      DELETE_VECTOR(_l    ,_b._p0.y);
      DELETE_VECTOR(_res_x,0);
      DELETE_VECTOR(_res_evt,0);
 }
예제 #2
0
         GenScaleIm<TObj>::~GenScaleIm()
{
	DELETE_VECTOR(_u2wX		,-RAB);
	DELETE_VECTOR(_u2wY		,-RAB);
	DELETE_VECTOR(_Cw2uX	,-RAB);
	DELETE_VECTOR(_Cw2uY	,-RAB);
	DELETE_MATRICE(_line,Pt2di(-RAB,0),Pt2di(std::max(_SzW.x,_SzU.x)+RAB,_nb_chan));
}
예제 #3
0
		Scale_Im_Compr<TObj,TLut,TInd>::~Scale_Im_Compr()
{
	DELETE_VECTOR(_RLE_Pds_0,-(Scale_Im_Compr<TObj,TLut,TInd>::RAB));
	DELETE_VECTOR(_RLE_Pds_1,-(Scale_Im_Compr<TObj,TLut,TInd>::RAB));
	DELETE_VECTOR(_LIT_Pds_0,-(Scale_Im_Compr<TObj,TLut,TInd>::RAB));
	DELETE_VECTOR(_LIT_Pds_1,-(Scale_Im_Compr<TObj,TLut,TInd>::RAB));
	DELETE_VECTOR(_LIT_Pds_2,-(Scale_Im_Compr<TObj,TLut,TInd>::RAB));
}
예제 #4
0
 ~RLE_Out_Ras_W_Comp(void)
 {
      flush_image();
      DELETE_VECTOR(_line_lut,0);
      DELETE_VECTOR(_cpbli  ,0);
      DELETE_VECTOR(_zx  ,_pu1.x);
      DELETE_VECTOR(_wx0  ,_pu1.x);
 }
예제 #5
0
Lut_RGB_Int::~Lut_RGB_Int() 
{
	if (_r)
	{
		DELETE_VECTOR(_r,0);
		DELETE_VECTOR(_g,0);
		DELETE_VECTOR(_b,0);
	}
}
예제 #6
0
 virtual     ~PInt_NoC_TrueC_ORW_Comp(void)
 {
     _derd->disp_flush();
     _pts.destr();
     _rects.destr();
     DELETE_VECTOR(_coul,0);
 }
예제 #7
0
Can_Exp_OPB_Comp::~Can_Exp_OPB_Comp()
{
     DELETE_VECTOR(_buf_exp_x,_x0);
     DELETE_MATRICE(_cumul_line_av,Pt2di(_x0,0),Pt2di(_x1,_dim_out));
     if (_rec_arr)
     {
        DELETE_MATRICE(_correc_arr,Pt2di(_x0,0),Pt2di(_x1,_dim_out));
        DELETE_TAB_MATRICE(_buf_rec_arr,_dim_out,Pt2di(_x0,1),Pt2di(_x1,_nb+1));
     }
}
예제 #8
0
Approx_poly::~Approx_poly ()
{
   DELETE_VECTOR(_s,-1);
}
예제 #9
0
Reducteur_Im_Compr::~Reducteur_Im_Compr()
{
	 DELETE_VECTOR(_line,-RAB);
}
예제 #10
0
		void UnInit()
		{
			if (buf) 
				DELETE_VECTOR(buf,0);
		}
예제 #11
0
LastRank_HK::~LastRank_HK()
{
    DELETE_VECTOR(_h,-1);
}
예제 #12
0
BinTree_HK::~BinTree_HK()
{
     DELETE_VECTOR(_h,0);
}
예제 #13
0
         FoncATrou_OPB_Comp<Type>::~FoncATrou_OPB_Comp()
{
    if (_cpt)
       DELETE_VECTOR(_cpt,y0());
}
예제 #14
0
Data_Mat_PS_Window::~Data_Mat_PS_Window()
{
    for (INT y =_nb.y-1 ; y>=0 ; y--)
        delete [] _w[y];
     DELETE_VECTOR(_w,0);
}
예제 #15
0
Huff_Ccitt_2D_T6::~Huff_Ccitt_2D_T6()
{

     DELETE_VECTOR(_cur,-1);
     DELETE_VECTOR(_prec,-1);
}
예제 #16
0
MPD_CCIT_T6::~MPD_CCIT_T6()
{
     DELETE_VECTOR(_bin,-1);
}
예제 #17
0
Pack_Bits_Flow::~Pack_Bits_Flow()
{
    DELETE_VECTOR(_buf,0);
    delete _flx;
}