Home
last modified time | relevance | path

Searched refs:Dset (Results 1 – 23 of 23) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_plot.c591 SUMA_DSET *Dset = NULL; in SUMA_OverlayGraphAtNode() local
603 Dset = Sover->dset_link; in SUMA_OverlayGraphAtNode()
606 if (!(res = (float*)SUMA_GetDsetAllNodeValsInCols2(Dset, in SUMA_OverlayGraphAtNode()
611 N_res = SDSET_VECNUM(Dset); in SUMA_OverlayGraphAtNode()
628 if (!SUMA_is_TimeSeries_dset(Dset, &TR)) { in SUMA_OverlayGraphAtNode()
H A DSUMA_sumarc_list72 //31 Dset color map, default is AFNI's Spectrum:red_to_blue
H A DSUMA_input.c2714 SUMA_DSET *Dset = NULL; in SUMA_F_Key() local
2765 SUMA_DSET *Dset = NULL; in SUMA_G_Key() local
2786 !(Dset = Sover->dset_link)) { in SUMA_G_Key()
2799 if (SDSET_VECNUM(Dset) < 2) { in SUMA_G_Key()
2837 SUMA_DSET *Dset = NULL; in SUMA_H_Key() local
2894 SUMA_DSET *Dset = NULL; in SUMA_J_Key() local
H A DSUMA_input_ORIG.c1695 SUMA_DSET *Dset = NULL; in SUMA_G_Key() local
1716 !(Dset = Sover->dset_link)) { in SUMA_G_Key()
1729 if (SDSET_VECNUM(Dset) < 2) { in SUMA_G_Key()
1767 SUMA_DSET *Dset = NULL; in SUMA_J_Key() local
/dports/lang/fpc-source/fpc-3.2.2/tests/test/packages/fcl-db/
H A Dtdb4.pp28 if Dset.RecordCount<>2 then
/dports/www/nginx-full/lua-nginx-module-0.10.19/t/
H A D162-static-module-location.t29 Location: %00%0A%0Dset-cookie:1234567/
/dports/shells/tcshrc/tcshrc/src/
H A Dtcshrc.bindkey118 bindkey -s '^Xp' '. `echo $path`^X*)^A^Dset path = ( '
231 bindkey -s '^Xp' '. `echo $path`^X*)^A^Dset path = ( '
344 bindkey -s '^Xp' '. `echo $path`^X*)^A^Dset path = ( '
449 bindkey -s '^Xp' '. `echo $path`^X*)^A^Dset path = ( '
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@SurfSmooth.HEAT_07.examples352 echo "The Switch Dset interace in the Surface Controller"
/dports/sysutils/relaxconf/relaxconf-1.1.1/data/
H A Ddot.tcshrc.bindkey97 bindkey -s '^Xp' '. `echo $path`^X*)^A^Dset path = ( '
/dports/science/cgnslib/CGNS-4.1.2/src/
H A Dcgns_header.h1013 CGNSDLL cgns_bcdata *cgi_get_bcdata (cgns_file *cg, int B, int Z, int BC, int Dset,
1016 CGNSDLL cgns_state *cgi_get_state (cgns_file *cg, int B, int Z, int ZBC, int BC, int Dset);
H A Dcgnslib.h1207 const char * name, CGNS_ENUMT(BCType_t) BCType, int *Dset);
1223 CGNSDLL int cg_bcdata_write(int file_number, int B, int Z, int BC, int Dset,
H A Dcgns_f.F902822 …SUBROUTINE cg_dataset_write_f(fn, B, Z, BC, Dataset_name,BCType, Dset, ier) !BIND(C, NAME="cg_data…
2831 INTEGER :: Dset local
2874 …SUBROUTINE cg_bcdata_write_f(fn, B, Z, BC, Dset, BCDataType, ier) BIND(C, NAME="cg_bcdata_write_f")
2881 INTEGER :: Dset local
H A Dcg_ftoc.c2447 CGNS_ENUMT(BCType_t) *BCType, cgint_f *Dset, cgint_f *ier STR_PLEN(Dataset_name)) in FMNAME()
2460 *Dset = (cgint_f)i_Dset; in FMNAME()
2518 cgint_f *B, cgint_f *Z, cgint_f *BC, cgint_f *Dset, in cg_bcdata_write_f() argument
2522 (int)*Dset, *BCDataType); in cg_bcdata_write_f()
H A Dcgns_internals.c9208 cgns_bcdata *cgi_get_bcdata(cgns_file *cg, int B, int Z, int BC, int Dset, in cgi_get_bcdata() argument
9211 cgns_dataset *dataset = cgi_get_dataset(cg, B, Z, BC, Dset); in cgi_get_bcdata()
9217 Z, BC, Dset); in cgi_get_bcdata()
9223 Z, BC, Dset); in cgi_get_bcdata()
9383 cgns_state *cgi_get_state(cgns_file *cg, int B, int Z, int ZBC, int BC, int Dset) in cgi_get_state() argument
9386 if (Z==0 && ZBC==0 && BC==0 && Dset==0) { in cgi_get_state()
9394 } else if (ZBC==0 && BC==0 && Dset==0) { in cgi_get_state()
9402 } else if (BC==0 && Dset==0) { in cgi_get_state()
9410 } else if (Dset==0) { in cgi_get_state()
9419 cgns_dataset *dataset = cgi_get_dataset(cg, B, Z, BC, Dset); in cgi_get_state()
[all …]
H A Dcgnslib.c7942 CGNS_ENUMT( BCType_t ) BCType, int *Dset) in cg_dataset_write() argument
7995 (*Dset) = index+1; in cg_dataset_write()
8014 int cg_bcdata_write(int file_number, int B, int Z, int BC, int Dset, in cg_bcdata_write() argument
8032 dataset = cgi_get_dataset(cg, B, Z, BC, Dset); in cg_bcdata_write()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/cgns/vtkcgns/src/
H A Dcgns_header.h1017 CGNSDLL cgns_bcdata *cgi_get_bcdata (cgns_file *cg, int B, int Z, int BC, int Dset,
1020 CGNSDLL cgns_state *cgi_get_state (cgns_file *cg, int B, int Z, int ZBC, int BC, int Dset);
H A Dcgnslib.h1240 const char * name, CGNS_ENUMT(BCType_t) BCType, int *Dset);
1256 CGNSDLL int cg_bcdata_write(int file_number, int B, int Z, int BC, int Dset,
H A Dcgns_internals.c9320 cgns_bcdata *cgi_get_bcdata(cgns_file *cg, int B, int Z, int BC, int Dset, in cgi_get_bcdata() argument
9323 cgns_dataset *dataset = cgi_get_dataset(cg, B, Z, BC, Dset); in cgi_get_bcdata()
9329 Z, BC, Dset); in cgi_get_bcdata()
9335 Z, BC, Dset); in cgi_get_bcdata()
9495 cgns_state *cgi_get_state(cgns_file *cg, int B, int Z, int ZBC, int BC, int Dset) in cgi_get_state() argument
9498 if (Z==0 && ZBC==0 && BC==0 && Dset==0) { in cgi_get_state()
9506 } else if (ZBC==0 && BC==0 && Dset==0) { in cgi_get_state()
9514 } else if (BC==0 && Dset==0) { in cgi_get_state()
9522 } else if (Dset==0) { in cgi_get_state()
9531 cgns_dataset *dataset = cgi_get_dataset(cg, B, Z, BC, Dset); in cgi_get_state()
[all …]
H A Dcgnslib.c9007 CGNS_ENUMT( BCType_t ) BCType, int *Dset) in cg_dataset_write() argument
9060 (*Dset) = index+1; in cg_dataset_write()
9079 int cg_bcdata_write(int file_number, int B, int Z, int BC, int Dset, in cg_bcdata_write() argument
9097 dataset = cgi_get_dataset(cg, B, Z, BC, Dset); in cg_bcdata_write()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A DAFNI.sumarc179 // Dset color map
/dports/science/afni/afni-AFNI_21.3.16/doc/README/
H A DREADME.afnigui100 the 'Histog' option will plot the histogram from the 'Aux.Dset'.
H A DREADME.environment281 DSETZEROPAD Dset Zeropad
2521 (2%-98%/Min2Max, Vol, Dset)
2544 [Dset] = set from the min and max across all subbricks of a dataset
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DDefUtils.F904654 SUBROUTINE DefaultUpdateDirichlet( Dvals, UElement, USolver, UIndexes, Dset ) argument
4660 LOGICAL, OPTIONAL :: Dset(:) local
4691 IF( PRESENT( Dset ) ) THEN
4692 IF( .NOT. Dset(i) ) CYCLE