Home
last modified time | relevance | path

Searched refs:PLPointer (Results 1 – 25 of 89) sorted by relevance

1234

/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplf2ops.c35 plf2ops_c_get( PLPointer p, PLINT ix, PLINT iy ) in plf2ops_c_get()
41 plf2ops_c_f2eval( PLINT ix, PLINT iy, PLPointer p ) in plf2ops_c_f2eval()
47 plf2ops_c_set( PLPointer p, PLINT ix, PLINT iy, PLFLT z ) in plf2ops_c_set()
53 plf2ops_c_add( PLPointer p, PLINT ix, PLINT iy, PLFLT z ) in plf2ops_c_add()
59 plf2ops_c_sub( PLPointer p, PLINT ix, PLINT iy, PLFLT z ) in plf2ops_c_sub()
65 plf2ops_c_mul( PLPointer p, PLINT ix, PLINT iy, PLFLT z ) in plf2ops_c_mul()
71 plf2ops_c_div( PLPointer p, PLINT ix, PLINT iy, PLFLT z ) in plf2ops_c_div()
77 plf2ops_c_isnan( PLPointer p, PLINT ix, PLINT iy ) in plf2ops_c_isnan()
137 plf2ops_grid_c_get( PLPointer p, PLINT ix, PLINT iy ) in plf2ops_grid_c_get()
143 plf2ops_grid_c_f2eval( PLINT ix, PLINT iy, PLPointer p ) in plf2ops_grid_c_f2eval()
[all …]
H A Dplimage.c93 PLTRANSFORM_callback pltr, PLPointer pltr_data ) in plimageslow()
201 plfimagefr( plf2ops_c(), (PLPointer) idata, nx, ny, in plimagefr_null()
241 PLTRANSFORM_callback pltr, PLPointer pltr_data ) in c_plimagefr()
243 plfimagefr( plf2ops_c(), (PLPointer) idata, nx, ny, in c_plimagefr()
249 plfimagefr( PLF2OPS idataops, PLPointer idatap, PLINT nx, PLINT ny, in plfimagefr()
252 PLTRANSFORM_callback pltr, PLPointer pltr_data ) in plfimagefr()
379 plfimage( plf2ops_c(), (PLPointer) idata, nx, ny, in c_plimage()
385 plfimage( PLF2OPS idataops, PLPointer idatap, PLINT nx, PLINT ny, in plfimage()
465 plfimagefr( zops, (PLPointer) z, nnx, nny, Dxmin, Dxmax, Dymin, Dymax, zmin, zmax, in plfimage()
H A Dplshade.c195 plfshades( plf2ops_c(), (PLPointer) a, nx, ny, defined, in plshades_null()
223 plfshades( plf2ops_c(), (PLPointer) a, nx, ny, defined, in c_plshades()
245 plfshades( PLF2OPS zops, PLPointer zp, PLINT nx, PLINT ny, in plfshades()
251 PLTRANSFORM_callback pltr, PLPointer pltr_data ) in plfshades()
334 plshade_int( plf2eval1, (PLPointer) a, in plshade_null()
361 plshade_int( plf2eval1, (PLPointer) a, in c_plshade()
397 plshade_int( plf2eval, ( PLPointer ) & grid, in c_plshade1()
416 plfshade( PLF2EVAL_callback f2eval, PLPointer f2eval_data, in plfshade()
417 PLF2EVAL_callback c2eval, PLPointer c2eval_data, in plfshade()
425 PLTRANSFORM_callback pltr, PLPointer pltr_data ) in plfshade()
[all …]
H A Dplvect.c147 void plfvect( PLF2EVAL_callback getuv, PLPointer up, PLPointer vp,
149 PLTRANSFORM_callback pltr, PLPointer pltr_data )
262 PLTRANSFORM_callback pltr, PLPointer pltr_data )
264 plfvect( plf2eval1, (PLPointer) u, (PLPointer) v,
H A Dplcont.c34 plcntr( PLF2EVAL_callback plf2eval, PLPointer plf2eval_data,
37 PLTRANSFORM_callback pltr, PLPointer pltr_data );
40 pldrawcn( PLF2EVAL_callback plf2eval, PLPointer plf2eval_data,
45 PLTRANSFORM_callback pltr, PLPointer pltr_data );
410 plf2eval1( PLINT ix, PLINT iy, PLPointer plf2eval_data ) in plf2eval1()
428 plf2eval2( PLINT ix, PLINT iy, PLPointer plf2eval_data ) in plf2eval2()
447 plf2eval( PLINT ix, PLINT iy, PLPointer plf2eval_data ) in plf2eval()
466 plf2evalr( PLINT ix, PLINT iy, PLPointer plf2eval_data ) in plf2evalr()
512 plfcont( plf2eval1, (PLPointer) f, in c_plcont()
602 plcntr( PLF2EVAL_callback f2eval, PLPointer f2eval_data, in plcntr()
[all …]
H A Dplgridd.c47 PLF2OPS zops, PLPointer zgp );
52 PLF2OPS zops, PLPointer zgp, PLFLT threshold );
57 PLF2OPS zops, PLPointer zgp, int knn_order );
63 PLF2OPS zops, PLPointer zgp );
70 PLF2OPS zops, PLPointer zgp, PLFLT wtmin );
75 PLF2OPS zops, PLPointer zgp );
123 plfgriddata( x, y, z, npts, xg, nptsx, yg, nptsy, plf2ops_c(), (PLPointer) zg, type, data ); in c_plgriddata()
129 PLF2OPS zops, PLPointer zgp, PLINT type, PLFLT data ) in plfgriddata()
220 PLF2OPS zops, PLPointer zgp ) in grid_csa()
295 PLF2OPS zops, PLPointer zgp, int knn_order ) in grid_nnidw()
[all …]
/dports/math/plplot/plplot-5.15.0/src/
H A Dplf2ops.c35 plf2ops_c_get( PLPointer p, PLINT ix, PLINT iy ) in plf2ops_c_get()
41 plf2ops_c_f2eval( PLINT ix, PLINT iy, PLPointer p ) in plf2ops_c_f2eval()
47 plf2ops_c_set( PLPointer p, PLINT ix, PLINT iy, PLFLT z ) in plf2ops_c_set()
53 plf2ops_c_add( PLPointer p, PLINT ix, PLINT iy, PLFLT z ) in plf2ops_c_add()
59 plf2ops_c_sub( PLPointer p, PLINT ix, PLINT iy, PLFLT z ) in plf2ops_c_sub()
65 plf2ops_c_mul( PLPointer p, PLINT ix, PLINT iy, PLFLT z ) in plf2ops_c_mul()
71 plf2ops_c_div( PLPointer p, PLINT ix, PLINT iy, PLFLT z ) in plf2ops_c_div()
77 plf2ops_c_isnan( PLPointer p, PLINT ix, PLINT iy ) in plf2ops_c_isnan()
137 plf2ops_grid_c_get( PLPointer p, PLINT ix, PLINT iy ) in plf2ops_grid_c_get()
143 plf2ops_grid_c_f2eval( PLINT ix, PLINT iy, PLPointer p ) in plf2ops_grid_c_f2eval()
[all …]
H A Dplimage.c93 PLTRANSFORM_callback pltr, PLPointer pltr_data ) in plimageslow()
201 plfimagefr( plf2ops_c(), (PLPointer) idata, nx, ny, in plimagefr_null()
241 PLTRANSFORM_callback pltr, PLPointer pltr_data ) in c_plimagefr()
243 plfimagefr( plf2ops_c(), (PLPointer) idata, nx, ny, in c_plimagefr()
249 plfimagefr( PLF2OPS idataops, PLPointer idatap, PLINT nx, PLINT ny, in plfimagefr()
252 PLTRANSFORM_callback pltr, PLPointer pltr_data ) in plfimagefr()
379 plfimage( plf2ops_c(), (PLPointer) idata, nx, ny, in c_plimage()
385 plfimage( PLF2OPS idataops, PLPointer idatap, PLINT nx, PLINT ny, in plfimage()
465 plfimagefr( zops, (PLPointer) z, nnx, nny, Dxmin, Dxmax, Dymin, Dymax, zmin, zmax, in plfimage()
H A Dplshade.c195 plfshades( plf2ops_c(), (PLPointer) a, nx, ny, defined, in plshades_null()
223 plfshades( plf2ops_c(), (PLPointer) a, nx, ny, defined, in c_plshades()
245 plfshades( PLF2OPS zops, PLPointer zp, PLINT nx, PLINT ny, in plfshades()
251 PLTRANSFORM_callback pltr, PLPointer pltr_data ) in plfshades()
334 plshade_int( plf2eval1, (PLPointer) a, in plshade_null()
361 plshade_int( plf2eval1, (PLPointer) a, in c_plshade()
397 plshade_int( plf2eval, ( PLPointer ) & grid, in c_plshade1()
416 plfshade( PLF2EVAL_callback f2eval, PLPointer f2eval_data, in plfshade()
417 PLF2EVAL_callback c2eval, PLPointer c2eval_data, in plfshade()
425 PLTRANSFORM_callback pltr, PLPointer pltr_data ) in plfshade()
[all …]
H A Dplvect.c147 void plfvect( PLF2EVAL_callback getuv, PLPointer up, PLPointer vp, in plfvect()
149 PLTRANSFORM_callback pltr, PLPointer pltr_data ) in plfvect()
262 PLTRANSFORM_callback pltr, PLPointer pltr_data ) in c_plvect()
264 plfvect( plf2eval1, (PLPointer) u, (PLPointer) v, in c_plvect()
H A Dplcont.c34 plcntr( PLF2EVAL_callback plf2eval, PLPointer plf2eval_data,
37 PLTRANSFORM_callback pltr, PLPointer pltr_data );
40 pldrawcn( PLF2EVAL_callback plf2eval, PLPointer plf2eval_data,
45 PLTRANSFORM_callback pltr, PLPointer pltr_data );
410 plf2eval1( PLINT ix, PLINT iy, PLPointer plf2eval_data ) in plf2eval1()
428 plf2eval2( PLINT ix, PLINT iy, PLPointer plf2eval_data ) in plf2eval2()
447 plf2eval( PLINT ix, PLINT iy, PLPointer plf2eval_data ) in plf2eval()
466 plf2evalr( PLINT ix, PLINT iy, PLPointer plf2eval_data ) in plf2evalr()
512 plfcont( plf2eval1, (PLPointer) f, in c_plcont()
602 plcntr( PLF2EVAL_callback f2eval, PLPointer f2eval_data, in plcntr()
[all …]
H A Dplgridd.c47 PLF2OPS zops, PLPointer zgp );
52 PLF2OPS zops, PLPointer zgp, PLFLT threshold );
57 PLF2OPS zops, PLPointer zgp, int knn_order );
63 PLF2OPS zops, PLPointer zgp );
70 PLF2OPS zops, PLPointer zgp, PLFLT wtmin );
75 PLF2OPS zops, PLPointer zgp );
123 plfgriddata( x, y, z, npts, xg, nptsx, yg, nptsy, plf2ops_c(), (PLPointer) zg, type, data ); in c_plgriddata()
129 PLF2OPS zops, PLPointer zgp, PLINT type, PLFLT data ) in plfgriddata()
220 PLF2OPS zops, PLPointer zgp ) in grid_csa()
295 PLF2OPS zops, PLPointer zgp, int knn_order ) in grid_nnidw()
[all …]
/dports/math/plplot-ada/plplot-5.15.0/include/
H A Dplplot.h209 typedef void * PLPointer; typedef
399 PLPointer client_data;
400 PLPointer var;
630 PLPointer buffer;
2055 plfvect( PLF2EVAL_callback getuv, PLPointer up, PLPointer vp,
2113 plsKeyEH( void ( *KeyEH )( PLGraphicsIn *, PLPointer, int * ), PLPointer KeyEH_data );
2119 PLPointer ButtonEH_data );
2124 plsbopH( void ( *handler )( PLPointer, int * ), PLPointer handler_data );
2129 plseopH( void ( *handler )( PLPointer, int * ), PLPointer handler_data );
2332 pl_cmd( PLINT op, PLPointer ptr );
[all …]
H A DplplotP.h797 void ( *pltr )( PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer ),
798 PLPointer pltr_data,
1098 void ( *pltr )( PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer ), PLPointer pltr_data );
1200 void ( *pltr )( PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer ),
1201 PLPointer pltr_data );
1216 plfvect( PLFLT ( *plf2eval )( PLINT, PLINT, PLPointer ),
1217 PLPointer f2evalv_data, PLPointer f2evalc_data,
1219 void ( *pltr )( PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer ),
1220 PLPointer pltr_data );
/dports/math/plplot/plplot-5.15.0/include/
H A Dplplot.h209 typedef void * PLPointer; typedef
399 PLPointer client_data;
400 PLPointer var;
630 PLPointer buffer;
2055 plfvect( PLF2EVAL_callback getuv, PLPointer up, PLPointer vp,
2113 plsKeyEH( void ( *KeyEH )( PLGraphicsIn *, PLPointer, int * ), PLPointer KeyEH_data );
2119 PLPointer ButtonEH_data );
2124 plsbopH( void ( *handler )( PLPointer, int * ), PLPointer handler_data );
2129 plseopH( void ( *handler )( PLPointer, int * ), PLPointer handler_data );
2332 pl_cmd( PLINT op, PLPointer ptr );
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplcont.c37 PLPointer plf2eval_data,
41 PLPointer pltr_data);
45 PLPointer plf2eval_data,
51 PLPointer pltr_data);
447 PLPointer pltr_data, in cont_store()
470 PLPointer pltr_data) in c_plcont()
499 PLPointer f2eval_data, in plfcont()
503 PLPointer pltr_data) in plfcont()
552 PLPointer pltr_data) in plcntr()
603 PLPointer f2eval_data, in pldrawcn()
[all …]
H A Dplshade.c181 PLPointer f2eval_data,
183 PLPointer c2eval_data,
194 PLPointer pltr_data);
215 PLPointer pltr_data ) in c_plshades()
292 PLPointer pltr_data ) in c_plshade()
353 PLPointer f2eval_data, in plfshade()
355 PLPointer c2eval_data, in plfshade()
364 PLPointer pltr_data) in plfshade()
416 PLPointer f2eval_data, in plshade_int()
418 PLPointer c2eval_data, in plshade_int()
[all …]
H A Dplplot.h189 typedef void* PLPointer; typedef
693 PLPointer pltr_data);
762 PLPointer pltr_data);
771 PLPointer f2eval_data,
775 PLPointer pltr_data);
1306 PLPointer pltr_data);
1317 PLPointer pltr_data);
1326 PLPointer pltr_data);
1330 PLPointer f2eval_data,
1332 PLPointer c2eval_data,
[all …]
H A Dplvect.c212 void plfvect(PLFLT (*myplf2eval) (PLINT, PLINT, PLPointer), in plfvect() argument
213 PLPointer f2eval_data1, PLPointer f2eval_data2, in plfvect()
215 void (*pltr) (PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer), in plfvect()
216 PLPointer pltr_data) { in plfvect()
293 void (*pltr) (PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer), in c_plvect() argument
294 PLPointer pltr_data) in c_plvect()
301 plfvect(plf2eval2, (PLPointer) &grid1, (PLPointer) &grid2, in c_plvect()
/dports/math/plplot/plplot-5.15.0/bindings/c++/
H A Dplstream.h161 PLTRANSFORM_callback pltr, PLPointer pltr_data );
235 PLTRANSFORM_callback pltr, PLPointer pltr_data );
241 void fcont( PLFLT ( *f2eval )( PLINT, PLINT, PLPointer ),
242 PLPointer f2eval_data,
833 void fshade( PLFLT ( *f2eval )( PLINT, PLINT, PLPointer ),
834 PLPointer f2eval_data,
835 PLFLT ( *c2eval )( PLINT, PLINT, PLPointer ),
836 PLPointer c2eval_data,
1253 void fshade( PLFLT ( *f2eval )( PLINT, PLINT, PLPointer ),
1254 PLPointer f2eval_data,
[all …]
/dports/math/plplot-ada/plplot-5.15.0/bindings/c++/
H A Dplstream.h161 PLTRANSFORM_callback pltr, PLPointer pltr_data );
235 PLTRANSFORM_callback pltr, PLPointer pltr_data );
241 void fcont( PLFLT ( *f2eval )( PLINT, PLINT, PLPointer ),
242 PLPointer f2eval_data,
833 void fshade( PLFLT ( *f2eval )( PLINT, PLINT, PLPointer ),
834 PLPointer f2eval_data,
835 PLFLT ( *c2eval )( PLINT, PLINT, PLPointer ),
836 PLPointer c2eval_data,
1253 void fshade( PLFLT ( *f2eval )( PLINT, PLINT, PLPointer ),
1254 PLPointer f2eval_data,
[all …]
/dports/math/plplot/plplot-5.15.0/bindings/python/
H A Dplplotc.i771 %typemap( in, numinputs = 0 ) PLPointer IGNORE {
934 typedef PLFLT ( *f2eval_func )( PLINT, PLINT, PLPointer );
1336 PLPointer marshal_PLPointer( PyObject* input, int isimg ) in marshal_PLPointer()
1338 PLPointer result = NULL; in marshal_PLPointer()
1353 result = (PLPointer *) input; in marshal_PLPointer()
1465 %typemap( in ) PLPointer PYOBJECT_DATA {
1473 %typemap( freearg ) PLPointer PYOBJECT_DATA {
1478 %typemap( default ) PLPointer PYOBJECT_DATA {
1483 %typemap( in ) PLPointer PYOBJECT_DATA_img {
1491 %typemap( freearg ) PLPointer PYOBJECT_DATA_img {
[all …]
/dports/math/plplot-ada/plplot-5.15.0/bindings/python/
H A Dplplotc.i771 %typemap( in, numinputs = 0 ) PLPointer IGNORE {
934 typedef PLFLT ( *f2eval_func )( PLINT, PLINT, PLPointer );
1336 PLPointer marshal_PLPointer( PyObject* input, int isimg ) in marshal_PLPointer()
1338 PLPointer result = NULL; in marshal_PLPointer()
1353 result = (PLPointer *) input; in marshal_PLPointer()
1465 %typemap( in ) PLPointer PYOBJECT_DATA {
1473 %typemap( freearg ) PLPointer PYOBJECT_DATA {
1478 %typemap( default ) PLPointer PYOBJECT_DATA {
1483 %typemap( in ) PLPointer PYOBJECT_DATA_img {
1491 %typemap( freearg ) PLPointer PYOBJECT_DATA_img {
[all …]
/dports/math/plplot/plplot-5.15.0/bindings/swig-support/
H A Dplplotcapi.i32 typedef void* PLPointer; typedef
342 PLPointer SWIG_OBJECT_DATA );
716 PLPointer SWIG_OBJECT_DATA );
727 PLPointer SWIG_OBJECT_DATA );
780 plstransform( ct_func ctf, PLPointer data );
836 PLPointer SWIG_OBJECT_DATA );
876 PLPointer SWIG_OBJECT_DATA,
880 PLPointer SWIG_OBJECT_DATA );
931 PLPointer SWIG_OBJECT_DATA,
933 PLPointer c2eval_data,
[all …]
/dports/math/plplot-ada/plplot-5.15.0/bindings/swig-support/
H A Dplplotcapi.i32 typedef void* PLPointer; typedef
342 PLPointer SWIG_OBJECT_DATA );
716 PLPointer SWIG_OBJECT_DATA );
727 PLPointer SWIG_OBJECT_DATA );
780 plstransform( ct_func ctf, PLPointer data );
836 PLPointer SWIG_OBJECT_DATA );
876 PLPointer SWIG_OBJECT_DATA,
880 PLPointer SWIG_OBJECT_DATA );
931 PLPointer SWIG_OBJECT_DATA,
933 PLPointer c2eval_data,
[all …]

1234