Home
last modified time | relevance | path

Searched refs:DByteGDL (Results 1 – 25 of 59) sorted by relevance

123

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dplotting_misc.cpp92 DByteGDL* rgb = new DByteGDL( dimension( nCol, 3 ), BaseGDL::NOZERO ); in tvlct()
123 DByteGDL* rgb = e->GetParAs< DByteGDL>(0); in tvlct()
153 DByteGDL* r = new DByteGDL( dimension( nCol ), BaseGDL::NOZERO ); in tvlct()
154 DByteGDL* g = new DByteGDL( dimension( nCol ), BaseGDL::NOZERO ); in tvlct()
155 DByteGDL* b = new DByteGDL( dimension( nCol ), BaseGDL::NOZERO ); in tvlct()
188 DByteGDL* r = e->GetParAs< DByteGDL>(0); in tvlct()
189 DByteGDL* g = e->GetParAs< DByteGDL>(1); in tvlct()
190 DByteGDL* b = e->GetParAs< DByteGDL>(2); in tvlct()
H A Dmagick_cl.cpp384 DByteGDL *bImage = new DByteGDL(dim, BaseGDL::ZERO); in magick_readindexes()
429 DByteGDL* bgIndex=new DByteGDL(0); in magick_readcolormapRGB()
431 DByteGDL *R, *G, *B; in magick_readcolormapRGB()
550 DByteGDL *bImage = new DByteGDL(dim, BaseGDL::NOZERO); in magick_read()
612 DByteGDL * bImage = static_cast<DByteGDL*> (GDLimage->Convert2(GDL_BYTE, BaseGDL::COPY)); in magick_write()
625 DByteGDL * bImage = in magick_write()
627 Guard<DByteGDL> bImageGuard(bImage); in magick_write()
971 DByteGDL * bImage = static_cast<DByteGDL*> (GDLimage->Convert2(GDL_BYTE, BaseGDL::COPY)); in magick_writeIndexes()
1020 DByteGDL * Red = static_cast<DByteGDL*> (GDLCol->Convert2(GDL_BYTE, BaseGDL::COPY)); in magick_writeColorTable()
1024 DByteGDL * Green = static_cast<DByteGDL*> (GDLCol->Convert2(GDL_BYTE, BaseGDL::COPY)); in magick_writeColorTable()
[all …]
H A Dimage.cpp63 DByteGDL *bitmap = static_cast<DByteGDL*>(actStream->GetBitmapData()); in tvrd()
123 DByteGDL* res; in tvrd()
129 res = new DByteGDL( dim, BaseGDL::ZERO ); in tvrd()
161 res = new DByteGDL( dim, BaseGDL::NOZERO ); in tvrd()
256 DByteGDL* rgbtable = new DByteGDL( dimension(ncolors, 3), BaseGDL::NOZERO); in loadct()
H A Dplotting_image.cpp30 DByteGDL* byteImage;
61 byteImage = static_cast<DByteGDL*> (image->Convert2(GDL_BYTE, BaseGDL::COPY)); in handle_args()
69 byteImage = static_cast<DByteGDL*> (image->Convert2(GDL_BYTE, BaseGDL::COPY)); in handle_args()
78 byteImage = static_cast<DByteGDL*> (image->Convert2(GDL_BYTE, BaseGDL::COPY)); in handle_args()
90 byteImage = static_cast<DByteGDL*> (image->Convert2(GDL_BYTE, BaseGDL::COPY)); in handle_args()
102 byteImage = static_cast<DByteGDL*> (image->Convert2(GDL_BYTE, BaseGDL::COPY)); in handle_args()
129 byteImage = static_cast<DByteGDL*> (image->Convert2(GDL_BYTE, BaseGDL::COPY)); in handle_args()
355 DByteGDL* byteImage_chan = new DByteGDL(dim, BaseGDL::ZERO); in call_plplot()
H A Dncdf_var_cl.cpp330 e->GetParGlobal(2) = new DByteGDL(cvar); in ncdf_varget1()
340 e->GetParGlobal(2) = new DByteGDL((bvar)); in ncdf_varget1()
459 DByteGDL* temp=new DByteGDL(dim,BaseGDL::NOZERO); in ncdf_varget()
472 DByteGDL* temp = new DByteGDL(dim, BaseGDL::NOZERO); in ncdf_varget()
586 DByteGDL *temp=new DByteGDL(dim,BaseGDL::NOZERO); in ncdf_varget()
594 DByteGDL *temp = new DByteGDL(dim, BaseGDL::NOZERO); in ncdf_varget()
689 DByteGDL *temp=new DByteGDL(dim, BaseGDL::NOZERO); in ncdf_varget()
697 DByteGDL *temp = new DByteGDL(dim, BaseGDL::NOZERO); in ncdf_varget()
995 &((*static_cast<DByteGDL*>(v))[0])); in ncdf_varput()
1020 &((*static_cast<DByteGDL*>(val))[0])); in ncdf_varput()
H A Dbasic_fun_jmg.cpp320 if (res) return new DByteGDL(1); in isa_fun()
321 return new DByteGDL(0); in isa_fun()
677 fileStatus->InitTag("OPEN", DByteGDL( 1 )); in fstat_fun()
679 fileStatus->InitTag("ISATTY", DByteGDL( isatty )); in fstat_fun()
680 fileStatus->InitTag("ISAGUI", DByteGDL( 0)); in fstat_fun()
681 fileStatus->InitTag("INTERACTIVE", DByteGDL( isatty )); in fstat_fun()
684 fileStatus->InitTag("READ", DByteGDL( rval[-lun] )); in fstat_fun()
705 fileStatus->InitTag("OPEN", DByteGDL( 1)); in fstat_fun()
709 fileStatus->InitTag("ISATTY", DByteGDL( isatty )); in fstat_fun()
710 fileStatus->InitTag("ISAGUI", DByteGDL( 0)); in fstat_fun()
[all …]
H A Dncdf_att_cl.cpp221 DByteGDL* temp = new DByteGDL(dimension(length)); in ncdf_attget()
278 temp = length == 1 ? new DByteGDL(BaseGDL::NOZERO) : new DByteGDL(dim, BaseGDL::NOZERO); in ncdf_attget()
279 memcpy(&(*static_cast<DByteGDL*>(temp))[0], &(*bp), length * sizeof(DByte)); in ncdf_attget()
370 DByteGDL * bvar=static_cast<DByteGDL*>(val); in ncdf_attput()
H A Dgdlzstream.cpp123 DByteGDL* GDLZStream::GetBitmapData() { in GetBitmapData()
135 DByteGDL *bitmap = new DByteGDL( datadim, BaseGDL::NOZERO); in GetBitmapData()
H A DGDLInterpreter.hpp298 static DByteGDL* IsEnabledGC( DPtrGDL* p) in IsEnabledGC()
301 if( nEl == 0) return new DByteGDL( 0); in IsEnabledGC()
302 DByteGDL* ret = new DByteGDL( p->Dim()); in IsEnabledGC()
303 Guard<DByteGDL> guard(ret); in IsEnabledGC()
316 static DByteGDL* IsEnabledGCObj( DObjGDL* p) in IsEnabledGCObj()
319 if( nEl == 0) return new DByteGDL( 0); in IsEnabledGCObj()
320 DByteGDL* ret = new DByteGDL( p->Dim()); in IsEnabledGCObj()
321 Guard<DByteGDL> guard(ret); in IsEnabledGCObj()
H A Dbasic_fun.cpp577 DByteGDL* ret= new DByteGDL( p->Dim( )); in ptr_valid()
682 DByteGDL* ret= new DByteGDL( p->Dim( )); in obj_valid()
1579 DByteGDL* ret=new DByteGDL(dimension(nEl)); in fix_fun()
4748 DByteGDL* data = e->GetParAs<DByteGDL>(0); in median()
6952 DByteGDL* res = new DByteGDL( dimension(nObj)); in obj_hasmethod()
6954 DByteGDL* altres = new DByteGDL( dimension(nObj)); in obj_hasmethod()
7004 DByteGDL* res = new DByteGDL(p0->Dim()); // zero in obj_isa()
8085 DByteGDL* res = new DByteGDL( l2->Dim(), BaseGDL::NOZERO); in strcmp_fun()
8102 DByteGDL* res = new DByteGDL( s1->Dim(), BaseGDL::NOZERO); in strcmp_fun()
8114 DByteGDL* res = new DByteGDL( s0->Dim(), BaseGDL::NOZERO); in strcmp_fun()
[all …]
H A Dmath_fun_jmg.cpp198 DByteGDL* res = new DByteGDL( src->Dim(), BaseGDL::NOZERO); in do_it()
222 DByteGDL* res = new DByteGDL( src->Dim(), BaseGDL::NOZERO); in do_it()
258 DByteGDL* res = new DByteGDL( src->Dim(), BaseGDL::ZERO); // ::ZERO is not working in do_it()
302 DByteGDL* res = new DByteGDL( src->Dim(), BaseGDL::ZERO); in do_it()
421 if (kwNaN || kwInfinity) return new DByteGDL(p0->Dim(), BaseGDL::ZERO); //0 in finite_fun()
422 DByteGDL* one = new DByteGDL(1); in finite_fun()
461 if (kwNaN || kwInfinity) return new DByteGDL(p0->Dim(), BaseGDL::ZERO); //0 in finite_fun()
462 DByteGDL* one = new DByteGDL(1); in finite_fun()
1593 return warp0< DByteGDL, DByte>(nCol, nRow, p0, poly_u, poly_v, missing, doMissing);
1613 return warp1< DByteGDL, DByte>(nCol, nRow, p0, poly_u, poly_v, missing, doMissing);
[all …]
H A Dinitsysvar.cpp432 DByteGDL* trueData = new DByteGDL(1); in InitSysVar()
439 DByteGDL* falseData = new DByteGDL(0); in InitSysVar()
692 gdlStruct->NewTag("GDL_USE_DSFMT", new DByteGDL(1)); in InitSysVar()
693 gdlStruct->NewTag("GDL_USE_WX", new DByteGDL(0)); in InitSysVar()
697 gdlStruct->NewTag("GDL_POSIX", new DByteGDL(lib::posixpaths)); in InitSysVar()
699 gdlStruct->NewTag("GDL_POSIX", new DByteGDL(1)); in InitSysVar()
1251 warnData->NewTag("OBS_ROUTINES", new DByteGDL( 0)); in InitSysVar()
1252 warnData->NewTag("OBS_SYSVARS", new DByteGDL( 0)); in InitSysVar()
1253 warnData->NewTag("PARENS", new DByteGDL( 0)); in InitSysVar()
1293 colorData->NewTag(coln[i], new DByteGDL( dimension(3))); in InitSysVar()
[all …]
H A Dlist.cpp665 DByteGDL* result = static_cast<DByteGDL*>(LIST___OverloadEQOp( e)); in LIST___OverloadNEOp()
732 return new DByteGDL(0); in LIST___OverloadEQOp()
738 DByteGDL* result = new DByteGDL( dimension( nEl)); in LIST___OverloadEQOp()
782 DByteGDL* eqResByte = static_cast<DByteGDL*>(eqRes); in LIST___OverloadEQOp()
803 DByteGDL* result = new DByteGDL( dimension( nEl)); in LIST___OverloadEQOp()
833 DByteGDL* eqResByte = static_cast<DByteGDL*>(eqRes); in LIST___OverloadEQOp()
874 DByteGDL* eqResByte = static_cast<DByteGDL*>(eqRes); in LIST___OverloadEQOp()
2141 if (nList > 0) return new DByteGDL(0); else return new DByteGDL(1); in list__isempty()
2163 DByteGDL* result = static_cast<DByteGDL*>(selfObj->EqOp( r)); in list__count()
3632 DByteGDL* result = new DByteGDL( dimension(nList)); in container__iscontained()
[all …]
H A Dgdlwidgeteventhandler.cpp142 widg->InitTag( "CH", DByteGDL( 10 ) ); in BEGIN_EVENT_TABLE()
211 widg->InitTag( "CH", DByteGDL( 10 ) ); in BEGIN_EVENT_TABLE()
1457 widgdraw->InitTag( "PRESS", DByteGDL( btn ));
1458 widgdraw->InitTag( "RELEASE", DByteGDL( 0 ) );
1461 widgdraw->InitTag( "CH", DByteGDL( 0 ) );
1483 widgdraw->InitTag( "PRESS", DByteGDL( 0 ) );
1487 widgdraw->InitTag( "CH", DByteGDL( 0 ) );
1508 widgdraw->InitTag( "PRESS", DByteGDL( 0 ) );
1509 widgdraw->InitTag( "RELEASE", DByteGDL( 0 ) );
1512 widgdraw->InitTag( "CH", DByteGDL( 0 ) );
[all …]
H A Dwidget.cpp63 Guard<DByteGDL> m(mask); in GetBitmapFromPassedBytes()
458 DByteGDL* editable = GetKeywordAs<DByteGDL>(e, EDITABLE ); in widget_table()
459 DByteGDL* alignment = GetKeywordAs<DByteGDL>(e, ALIGNMENT); in widget_table()
464 DByteGDL* backgroundColor = GetKeywordAs<DByteGDL>(e, BACKGROUND_COLOR); in widget_table()
465 DByteGDL* foregroundColor = GetKeywordAs<DByteGDL>(e, FOREGROUND_COLOR); in widget_table()
695 DByteGDL* testByte=NULL; in widget_tree()
2674 DByteGDL* editable = GetKeywordAs<DByteGDL>(e, EDITABLE ); in widget_control()
3765 DByteGDL* alignment = GetKeywordAs<DByteGDL>(e, ALIGNMENT); in widget_control()
3766 DByteGDL* backgroundColor = GetKeywordAs<DByteGDL>(e, BACKGROUND_COLOR); in widget_control()
3780 DByteGDL* foregroundColor = GetKeywordAs<DByteGDL>(e, FOREGROUND_COLOR); in widget_control()
[all …]
H A Dgdlzstream.hpp49 DByteGDL* GetBitmapData();
H A Dfile.cpp1842 DByteGDL* res; in file_same()
1850 res = new DByteGDL(resDim); // zero in file_same()
2323 *(res->GetTag(tSymlink, f)) = DByteGDL(1); in file_info()
2325 *(res->GetTag(tDanglingSymlink, f)) = DByteGDL(1); in file_info()
2330 *(res->GetTag(tExists, f)) = DByteGDL(1); in file_info()
2334 *(res->GetTag(tRead, f)) = DByteGDL(access(actFile, R_OK) == 0); in file_info()
2336 *(res->GetTag(tWrite, f)) = DByteGDL(access(actFile, W_OK) == 0); in file_info()
2340 *(res->GetTag(tExecute, f)) = DByteGDL(access(actFile, X_OK) == 0); in file_info()
2350 *(res->GetTag(tDirectory, f)) = DByteGDL(isaDir); in file_info()
2380 DByteGDL( (FILE_ATTRIBUTE_SYSTEM & dwattrib) != 0); in file_info()
[all …]
H A Dgdlwidget.hpp1523 DByteGDL* table_alignment;
1525 DByteGDL* backgroundColor;
1526 DByteGDL* foregroundColor;
1532 DByteGDL* editable;
1552 DByteGDL* alignment_,
1554 DByteGDL* backgroundColor_,
1555 DByteGDL* foregroundColor_,
1561 DByteGDL* editable_,
1590 void SetAlignment(DByteGDL* val){GDLDelete(table_alignment); table_alignment=val->Dup();}; in SetAlignment()
1594 void SetBackgroundColor(DByteGDL* val){GDLDelete(backgroundColor); backgroundColor=val->Dup();}; in SetBackgroundColor()
[all …]
H A Dgdlwxstream.hpp100 DByteGDL* GetBitmapData();
H A Dgdlexception.cpp280 if (((static_cast<DByteGDL*>( warnStruct->GetTag(obs_routinesTag, 0)))[0]).LogTrue()) in WarnAboutObsoleteRoutine()
292 if (((static_cast<DByteGDL*>( warnStruct->GetTag(obs_routinesTag, 0)))[0]).LogTrue()) in WarnAboutObsoleteRoutine()
H A Dgraphicsdevice.cpp353 DByteGDL* GraphicsMultiDevice::WindowState() { in WindowState()
356 DByteGDL* ret = new DByteGDL(dimension(maxwin < 65 ? 65 : maxwin), BaseGDL::ZERO); in WindowState()
H A Dgdl.cpp459 (*static_cast<DByteGDL*> (gdlconfig->GetTag(DSFMTTag, 0)))[0]=useDSFMTAcceleration; in main()
463 (*static_cast<DByteGDL*> (gdlconfig->GetTag(useWXTAG, 0)))[0]=useWxWidgetsForGraphics; in main()
H A Dmath_fun_ac.cpp864 return Sobel_Template<DIntGDL>(static_cast<DByteGDL*>(p0),a); in sobel_fun()
1012 return Prewitt_Template<DIntGDL>(static_cast<DByteGDL*>(p0),a); in prewitt_fun()
1074 DByteGDL* res = new DByteGDL(p0->Dim(), BaseGDL::NOZERO); in erode_fun()
1236 DByteGDL* res = new DByteGDL(p0->Dim(), BaseGDL::NOZERO); in dilate_fun()
/dports/science/gnudatalanguage/gdl-1.0.1/src/otherdevices/
H A Dgdlxstream.hpp88 DByteGDL* GetBitmapData();
H A Ddevicewin.cpp549 DByteGDL* DeviceWIN::WindowState() in WindowState()
553 DByteGDL* ret = new DByteGDL(dimension(maxwin), BaseGDL::NOZERO); in WindowState()

123