Home
last modified time | relevance | path

Searched refs:alt_hue_path (Results 1 – 25 of 48) sorted by relevance

12

/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplctrl.c673 if ( alt_hue_path == NULL ) in c_plscmap1l()
674 plsc->cmap1cp[n].alt_hue_path = 0; in c_plscmap1l()
676 plsc->cmap1cp[n].alt_hue_path = alt_hue_path[n]; in c_plscmap1l()
679 plsc->cmap1cp[n].alt_hue_path = 0; in c_plscmap1l()
744 if ( alt_hue_path == NULL ) in c_plscmap1la()
745 plsc->cmap1cp[n].alt_hue_path = 0; in c_plscmap1la()
747 plsc->cmap1cp[n].alt_hue_path = alt_hue_path[n]; in c_plscmap1la()
1626 PLBOOL *alt_hue_path; in c_plspal1() local
1746 free( alt_hue_path ); in c_plspal1()
1747 alt_hue_path = NULL; in c_plspal1()
[all …]
/dports/math/plplot/plplot-5.15.0/src/
H A Dplctrl.c673 if ( alt_hue_path == NULL ) in c_plscmap1l()
674 plsc->cmap1cp[n].alt_hue_path = 0; in c_plscmap1l()
676 plsc->cmap1cp[n].alt_hue_path = alt_hue_path[n]; in c_plscmap1l()
679 plsc->cmap1cp[n].alt_hue_path = 0; in c_plscmap1l()
744 if ( alt_hue_path == NULL ) in c_plscmap1la()
745 plsc->cmap1cp[n].alt_hue_path = 0; in c_plscmap1la()
747 plsc->cmap1cp[n].alt_hue_path = alt_hue_path[n]; in c_plscmap1la()
1626 PLBOOL *alt_hue_path; in c_plspal1() local
1746 free( alt_hue_path ); in c_plspal1()
1747 alt_hue_path = NULL; in c_plspal1()
[all …]
/dports/math/plplot/plplot-5.15.0/bindings/java/
H A DPLStream.java813 double[] coord2, double[] coord3, boolean[] alt_hue_path ) in scmap1l() argument
816 plplotjavac.plscmap1l( itype, intensity, coord1, coord2, coord3, alt_hue_path ); in scmap1l()
827 double[] coord2, double[] coord3, double[] a, boolean[] alt_hue_path ) in scmap1la() argument
830 plplotjavac.plscmap1la( itype, intensity, coord1, coord2, coord3, a, alt_hue_path ); in scmap1la()
1302 double[] coord2, double[] coord3, int[] alt_hue_path ) in scmap1l() argument
1306 if ( alt_hue_path != null ) in scmap1l()
1308 loc_alt_hue_path = new boolean[alt_hue_path.length]; in scmap1l()
1309 for ( int i = 0; i < alt_hue_path.length; i++ ) in scmap1l()
1311 loc_alt_hue_path[i] = ( alt_hue_path[i] != 0 ); in scmap1l()
/dports/math/plplot-ada/plplot-5.15.0/bindings/java/
H A DPLStream.java813 double[] coord2, double[] coord3, boolean[] alt_hue_path ) in scmap1l() argument
816 plplotjavac.plscmap1l( itype, intensity, coord1, coord2, coord3, alt_hue_path ); in scmap1l()
827 double[] coord2, double[] coord3, double[] a, boolean[] alt_hue_path ) in scmap1la() argument
830 plplotjavac.plscmap1la( itype, intensity, coord1, coord2, coord3, a, alt_hue_path ); in scmap1la()
1302 double[] coord2, double[] coord3, int[] alt_hue_path ) in scmap1l() argument
1306 if ( alt_hue_path != null ) in scmap1l()
1308 loc_alt_hue_path = new boolean[alt_hue_path.length]; in scmap1l()
1309 for ( int i = 0; i < alt_hue_path.length; i++ ) in scmap1l()
1311 loc_alt_hue_path[i] = ( alt_hue_path[i] != 0 ); in scmap1l()
/dports/math/plplot/plplot-5.15.0/bindings/fortran/
H A DREADME_array_sizes107 plscmap1la_impl( rgbtype, intensity, coord1, coord2, coord3, alpha, alt_hue_path)
109 sizes and the size of alt_hue_path must be one less than the size
112 plscmap1l_impl( rgbtype, intensity, coord1, coord2, coord3, alt_hue_path)
114 the size of alt_hue_path must be one less than the size of
H A Dincluded_plplot_real_interfaces.f903128 logical, dimension(:), optional, intent(in) :: alt_hue_path local
3143 type(c_ptr), value, intent(in) :: alt_hue_path
3148 if ( present(alt_hue_path) ) then
3152 npts_local /= size(alt_hue_path, kind=private_plint) + 1 ) then
3156 allocate( ialt_hue_path_local(size(alt_hue_path)) )
3157 ialt_hue_path_local = int(merge(1,0,alt_hue_path),kind=private_plbool)
3181 logical, dimension(:), optional, intent(in) :: alt_hue_path local
3196 type(c_ptr), value, intent(in) :: alt_hue_path
3201 if ( present(alt_hue_path) ) then
3206 npts_local /= size(alt_hue_path, kind=private_plint) + 1 ) then
[all …]
/dports/math/plplot-ada/plplot-5.15.0/bindings/fortran/
H A DREADME_array_sizes107 plscmap1la_impl( rgbtype, intensity, coord1, coord2, coord3, alpha, alt_hue_path)
109 sizes and the size of alt_hue_path must be one less than the size
112 plscmap1l_impl( rgbtype, intensity, coord1, coord2, coord3, alt_hue_path)
114 the size of alt_hue_path must be one less than the size of
H A Dincluded_plplot_real_interfaces.f903128 logical, dimension(:), optional, intent(in) :: alt_hue_path local
3143 type(c_ptr), value, intent(in) :: alt_hue_path
3148 if ( present(alt_hue_path) ) then
3152 npts_local /= size(alt_hue_path, kind=private_plint) + 1 ) then
3156 allocate( ialt_hue_path_local(size(alt_hue_path)) )
3157 ialt_hue_path_local = int(merge(1,0,alt_hue_path),kind=private_plbool)
3181 logical, dimension(:), optional, intent(in) :: alt_hue_path local
3196 type(c_ptr), value, intent(in) :: alt_hue_path
3201 if ( present(alt_hue_path) ) then
3206 npts_local /= size(alt_hue_path, kind=private_plint) + 1 ) then
[all …]
/dports/math/plplot/plplot-5.15.0/bindings/tcl/
H A Dplapi.tpl734 alt_hue_path PLINT *
735 …) == sz(coord2) && sz(intensity) == sz(coord3) && sz(intensity) == sz(alt_hue_path)} {Length of al…
737 !consistency {type(alt_hue_path) == TYPE_INT} {The alt_hue_path vector must be of type int}
751 alt_hue_path PLINT *
752 …) == sz(coord2) && sz(intensity) == sz(coord3) && sz(intensity) == sz(alt_hue_path) && sz(intensit…
754 !consistency {type(alt_hue_path) == TYPE_INT} {The alt_hue_path vector must be of type int}
/dports/math/plplot-ada/plplot-5.15.0/bindings/tcl/
H A Dplapi.tpl734 alt_hue_path PLINT *
735 …) == sz(coord2) && sz(intensity) == sz(coord3) && sz(intensity) == sz(alt_hue_path)} {Length of al…
737 !consistency {type(alt_hue_path) == TYPE_INT} {The alt_hue_path vector must be of type int}
751 alt_hue_path PLINT *
752 …) == sz(coord2) && sz(intensity) == sz(coord3) && sz(intensity) == sz(alt_hue_path) && sz(intensit…
754 !consistency {type(alt_hue_path) == TYPE_INT} {The alt_hue_path vector must be of type int}
/dports/math/plplot/plplot-5.15.0/bindings/c++/
H A Dplstream.cc1484 const bool *alt_hue_path ) in scmap1l() argument
1487 if ( alt_hue_path != NULL ) in scmap1l()
1492 loc_alt_hue_path[i] = (PLBOOL) alt_hue_path[i]; in scmap1l()
1510 const PLFLT *a, const bool *alt_hue_path ) in scmap1la() argument
1513 if ( alt_hue_path != NULL ) in scmap1la()
1518 loc_alt_hue_path[i] = (PLBOOL) alt_hue_path[i]; in scmap1la()
2649 const PLINT *alt_hue_path ) in scmap1l() argument
2652 if ( alt_hue_path != NULL ) in scmap1l()
2657 loc_alt_hue_path[i] = (PLBOOL) alt_hue_path[i]; in scmap1l()
H A Dplstream.h678 … const PLFLT *coord1, const PLFLT *coord2, const PLFLT *coord3, const bool *alt_hue_path = NULL );
689 const bool *alt_hue_path = NULL );
1226 … const PLFLT *coord1, const PLFLT *coord2, const PLFLT *coord3, const PLINT *alt_hue_path );
/dports/math/plplot-ada/plplot-5.15.0/bindings/c++/
H A Dplstream.cc1484 const bool *alt_hue_path ) in scmap1l() argument
1487 if ( alt_hue_path != NULL ) in scmap1l()
1492 loc_alt_hue_path[i] = (PLBOOL) alt_hue_path[i]; in scmap1l()
1510 const PLFLT *a, const bool *alt_hue_path ) in scmap1la() argument
1513 if ( alt_hue_path != NULL ) in scmap1la()
1518 loc_alt_hue_path[i] = (PLBOOL) alt_hue_path[i]; in scmap1la()
2649 const PLINT *alt_hue_path ) in scmap1l() argument
2652 if ( alt_hue_path != NULL ) in scmap1l()
2657 loc_alt_hue_path[i] = (PLBOOL) alt_hue_path[i]; in scmap1l()
H A Dplstream.h678 … const PLFLT *coord1, const PLFLT *coord2, const PLFLT *coord3, const bool *alt_hue_path = NULL );
689 const bool *alt_hue_path = NULL );
1226 … const PLFLT *coord1, const PLFLT *coord2, const PLFLT *coord3, const PLINT *alt_hue_path );
/dports/math/plplot/plplot-5.15.0/bindings/python/
H A Dplplot.py632 alt_hue_path = numpy.zeros(pos.shape[0]-1,dtype="int")
634 alt_hue_path = numpy.asarray(args[0])
637 _plscmap1l(itype, pos, coord1, coord2, coord3, alt_hue_path)
/dports/math/plplot-ada/plplot-5.15.0/bindings/python/
H A Dplplot.py632 alt_hue_path = numpy.zeros(pos.shape[0]-1,dtype="int")
634 alt_hue_path = numpy.asarray(args[0])
637 _plscmap1l(itype, pos, coord1, coord2, coord3, alt_hue_path)
/dports/math/plplot/plplot-5.15.0/bindings/d/
H A Dplplot.d656 PLFLT[] coord2, PLFLT[] coord3, PLBOOL[] alt_hue_path = null )
662 if ( alt_hue_path != null )
664 …assert( npts - 1 == alt_hue_path.length, "plscmap1l(): Array alt_hue_path must be of same length t…
665 … c_plscmap1l( itype, npts, intensity.ptr, coord1.ptr, coord2.ptr, coord3.ptr, alt_hue_path.ptr );
676 PLFLT[] coord2, PLFLT[] coord3, PLFLT[] a, PLBOOL[] alt_hue_path = null )
683 if ( alt_hue_path != null )
685 …assert( npts - 1 == alt_hue_path.length, "plscmap1la(): Array alt_hue_path must be of same length …
686 …cmap1la( itype, npts, intensity.ptr, coord1.ptr, coord2.ptr, coord3.ptr, a.ptr, alt_hue_path.ptr );
1386 int alt_hue_path; member
2032 … PLINT npts, PLFLT *intensity, PLFLT *coord1, PLFLT *coord2, PLFLT *coord3, PLBOOL *alt_hue_path );
[all …]
/dports/math/plplot-ada/plplot-5.15.0/bindings/d/
H A Dplplot.d656 PLFLT[] coord2, PLFLT[] coord3, PLBOOL[] alt_hue_path = null )
662 if ( alt_hue_path != null )
664 …assert( npts - 1 == alt_hue_path.length, "plscmap1l(): Array alt_hue_path must be of same length t…
665 … c_plscmap1l( itype, npts, intensity.ptr, coord1.ptr, coord2.ptr, coord3.ptr, alt_hue_path.ptr );
676 PLFLT[] coord2, PLFLT[] coord3, PLFLT[] a, PLBOOL[] alt_hue_path = null )
683 if ( alt_hue_path != null )
685 …assert( npts - 1 == alt_hue_path.length, "plscmap1la(): Array alt_hue_path must be of same length …
686 …cmap1la( itype, npts, intensity.ptr, coord1.ptr, coord2.ptr, coord3.ptr, a.ptr, alt_hue_path.ptr );
1386 int alt_hue_path; member
2032 … PLINT npts, PLFLT *intensity, PLFLT *coord1, PLFLT *coord2, PLFLT *coord3, PLBOOL *alt_hue_path );
[all …]
/dports/math/plplot/plplot-5.15.0/bindings/ocaml/
H A Dtouchup.ml33 parameter_attrs = Some ["alt_hue_path", ["in"; "size_is(npts)"; "unique"]];
38 parameter_attrs = Some ["alt_hue_path", ["in"; "size_is(npts)"; "unique"]];
H A Dplplot_h.inc93 …is(npts)] double * coord3, [in, size_is(npts), in, size_is(npts), unique] boolean * alt_hue_path );
94 …_is(npts)] double * alpha, [in, size_is(npts), in, size_is(npts), unique] boolean * alt_hue_path );
/dports/math/plplot-ada/plplot-5.15.0/bindings/ocaml/
H A Dtouchup.ml33 parameter_attrs = Some ["alt_hue_path", ["in"; "size_is(npts)"; "unique"]];
38 parameter_attrs = Some ["alt_hue_path", ["in"; "size_is(npts)"; "unique"]];
/dports/math/plplot/plplot-5.15.0/bindings/ada/
H A Dplplot_thin.ads481 alt_hue_path : Integer; -- if set, interpolate through h=0 component
1452 alt_hue_path : PL_Bool_Array);
1463 alt_hue_path : PL_Bool_Array);
/dports/math/plplot-ada/plplot-5.15.0/bindings/ada/
H A Dplplot_thin.ads481 alt_hue_path : Integer; -- if set, interpolate through h=0 component
1452 alt_hue_path : PL_Bool_Array);
1463 alt_hue_path : PL_Bool_Array);
/dports/math/plplot/plplot-5.15.0/bindings/tk/
H A Dplr.c509 plsc->cmap1cp[i].alt_hue_path = rev;
/dports/math/plplot-ada/plplot-5.15.0/bindings/tk/
H A Dplr.c509 plsc->cmap1cp[i].alt_hue_path = rev; in plr_state()

12