Home
last modified time | relevance | path

Searched refs:gridType (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/audio/giada/giada-0.17.1/src/gui/elems/actionEditor/
H A DgridTool.cpp44 gridType->add("1"); in geGridTool()
45 gridType->add("2"); in geGridTool()
46 gridType->add("3"); in geGridTool()
47 gridType->add("4"); in geGridTool()
48 gridType->add("6"); in geGridTool()
49 gridType->add("8"); in geGridTool()
50 gridType->add("16"); in geGridTool()
51 gridType->add("32"); in geGridTool()
52 gridType->value(0); in geGridTool()
55 active = new geCheck(gridType->x() + gridType->w() + 4, y, 20, 20); in geGridTool()
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/tests/
H A DgridType.sh15 tmpdata=grib_api.gridType.grib
18 ${tools_dir}grib_set -s gridType=regular_gg ${data_dir}/reduced_latlon_surface.grib1 ${tmpdata} > $…
20 gridType=`${tools_dir}grib_get -p gridType $tmpdata`
21 if [ $gridType != "regular_gg" ]
24 echo $gridType
30 ${tools_dir}grib_set -s gridType=reduced_gg ${data_dir}/regular_gaussian_pressure_level.grib1 ${tmp…
32 gridType=`${tools_dir}grib_get -p gridType $tmpdata`
33 if [ $gridType != "reduced_gg" ]
36 echo $gridType
H A Dchange_scanning.sh22 for gridType in `echo $gridTypes`; do
29 cat > ${data_dir}/change_scanning_${gridType}.filter <<EOF
31 set gridType="$gridType";
52 cat >> ${data_dir}/change_scanning_${gridType}.filter <<EOF
57 ${tools_dir}grib_filter ${data_dir}/change_scanning_${gridType}.filter $file
62 …${tools_dir}grib_get_data -F "%g" ${data_dir}/scan.grib > ${data_dir}/scan_x_${gridType}_${Ni}_${N…
63 …diff ${data_dir}/scan_x_${gridType}_${Ni}_${Nj}.dump ${data_dir}/scan_x_${gridType}_${Ni}_${Nj}_go…
64 rm -f ${data_dir}/scan_x_${gridType}_${Ni}_${Nj}.dump
68 …diff ${data_dir}/scan_y_${gridType}_${Ni}_${Nj}.dump ${data_dir}/scan_y_${gridType}_${Ni}_${Nj}_go…
69 rm -f ${data_dir}/scan_y_${gridType}_${Ni}_${Nj}.dump
[all …]
H A Dccsds_perf.c66 char gridType[50]={0,}; in main() local
139 grib_get_string(h,"gridType",gridType,&len); in main()
150 param,gridType,packingType,(long)nvalues,bitsPerValue); in main()
157 if (!strcmp(gridType,"reduced_gg") || !strcmp(gridType,"regular_gg")) { in main()
163 if (!strcmp(gridType,"regular_ll")) { in main()
187 sprintf(outfilename,"%s_%s_%ld_simple.grib2",param,gridType,bitsPerValue); in main()
209 sprintf(outfilename,"%s_%s_%ld_ccsds.grib2",param,gridType,bitsPerValue); in main()
235 shortName,gridType,(long)nvalues,bitsPerValue, in main()
H A Djpeg_perf.c66 char gridType[50]={0,}; in main() local
139 grib_get_string(h,"gridType",gridType,&len); in main()
150 param,gridType,packingType,(long)nvalues,bitsPerValue); in main()
157 if (!strcmp(gridType,"reduced_gg") || !strcmp(gridType,"regular_gg")) { in main()
163 if (!strcmp(gridType,"regular_ll")) { in main()
187 sprintf(outfilename,"%s_%s_%ld_simple.grib2",param,gridType,bitsPerValue); in main()
209 sprintf(outfilename,"%s_%s_%ld_jpeg.grib2",param,gridType,bitsPerValue); in main()
235 shortName,gridType,(long)nvalues,bitsPerValue, in main()
H A Dpng_perf.c66 char gridType[50]={0,}; in main() local
139 grib_get_string(h,"gridType",gridType,&len); in main()
150 param,gridType,packingType,(long)nvalues,bitsPerValue); in main()
157 if (!strcmp(gridType,"reduced_gg") || !strcmp(gridType,"regular_gg")) { in main()
163 if (!strcmp(gridType,"regular_ll")) { in main()
187 sprintf(outfilename,"%s_%s_%ld_simple.grib2",param,gridType,bitsPerValue); in main()
209 sprintf(outfilename,"%s_%s_%ld_png.grib2",param,gridType,bitsPerValue); in main()
235 shortName,gridType,(long)nvalues,bitsPerValue, in main()
H A Dgribex_perf.c257 char gridType[50]={0,}; in main() local
346 grib_get_string(h,"gridType",gridType,&len); in main()
357 param,gridType,packingType,(long)nvalues,bitsPerValue); in main()
359 if (!strcmp(gridType,"reduced_gg") || !strcmp(gridType,"regular_gg")) { in main()
365 if (!strcmp(gridType,"regular_ll")) { in main()
372 if (!strcmp(gridType,"sh")) { in main()
392 sprintf(outfilename,"%s_%s_%ld_%ld_simple.grib1",param,gridType,bitsPerValue,(long)nvalues); in main()
418 sprintf(outfilename,"%s_%s_%ld_%ld_so.grib1",param,gridType,bitsPerValue,(long)nvalues); in main()
429 shortName,gridType,(long)nvalues,bitsPerValue, in main()
H A Dgrib_util_set_spec.c26 char gridType[128] = {0,}; in test_reduced_gg() local
36 GRIB_CHECK(grib_get_string(handle, "gridType", gridType, &slen),0); in test_reduced_gg()
37 if (!STR_EQUAL(gridType, "reduced_gg")) { in test_reduced_gg()
97 char gridType[128] = {0,}; in test_regular_ll() local
107 GRIB_CHECK(grib_get_string(handle, "gridType", gridType, &slen),0); in test_regular_ll()
108 if (!STR_EQUAL(gridType, "regular_ll")) { in test_regular_ll()
/dports/science/eccodes/eccodes-2.23.0-Source/tests/
H A Dgrib_gridType.sh15 tmpdata=grib_api.gridType.grib
18 ${tools_dir}/grib_set -s gridType=regular_gg ${data_dir}/reduced_latlon_surface.grib1 ${tmpdata} > …
20 gridType=`${tools_dir}/grib_get -p gridType $tmpdata`
21 if [ $gridType != "regular_gg" ]
24 echo $gridType
30 ${tools_dir}/grib_set -s gridType=reduced_gg ${data_dir}/regular_gaussian_pressure_level.grib1 ${tm…
32 gridType=`${tools_dir}/grib_get -p gridType $tmpdata`
33 if [ $gridType != "reduced_gg" ]
36 echo $gridType
H A Dgrib_change_scanning.sh22 for gridType in `echo $gridTypes`; do
29 cat > ${data_dir}/change_scanning_${gridType}.filter <<EOF
31 set gridType="$gridType";
52 cat >> ${data_dir}/change_scanning_${gridType}.filter <<EOF
57 ${tools_dir}/grib_filter ${data_dir}/change_scanning_${gridType}.filter $file
62 …${tools_dir}/grib_get_data -F "%g" ${data_dir}/scan.grib > ${data_dir}/scan_x_${gridType}_${Ni}_${…
63 …diff ${data_dir}/scan_x_${gridType}_${Ni}_${Nj}.dump ${data_dir}/scan_x_${gridType}_${Ni}_${Nj}_go…
64 rm -f ${data_dir}/scan_x_${gridType}_${Ni}_${Nj}.dump
68 …diff ${data_dir}/scan_y_${gridType}_${Ni}_${Nj}.dump ${data_dir}/scan_y_${gridType}_${Ni}_${Nj}_go…
69 rm -f ${data_dir}/scan_y_${gridType}_${Ni}_${Nj}.dump
[all …]
H A Dgrib_grid_unstructured.sh21 ${tools_dir}/grib_set -s gridType=unstructured_grid $sample $temp1
25 ${tools_dir}/grib_set -s gridType=unstructured_grid,numberOfGridInReference=94,numberOfGridUsed=200…
29 ${tools_dir}/grib_set -s gridType=unstructured_grid $sample $temp1
33 ${tools_dir}/grib_set -s gridType=unstructured_grid,numberOfGridInReference=4,numberOfGridUsed=2 $s…
41 ${tools_dir}/grib_set -s gridType=unstructured_grid,unstructuredGridType=ORCA1,unstructuredGridSubt…
47 ${tools_dir}/grib_set -s gridType=unstructured_grid $sample $temp1
H A Djpeg_perf.c70 char gridType[50] = {0,}; in main() local
155 grib_get_string(h, "gridType", gridType, &len); in main()
166 param, gridType, packingType, (long)nvalues, bitsPerValue); in main()
173 if (!strcmp(gridType, "reduced_gg") || !strcmp(gridType, "regular_gg")) { in main()
179 if (!strcmp(gridType, "regular_ll")) { in main()
203 sprintf(outfilename, "%s_%s_%ld_simple.grib2", param, gridType, bitsPerValue); in main()
225 sprintf(outfilename, "%s_%s_%ld_jpeg.grib2", param, gridType, bitsPerValue); in main()
251 shortName, gridType, (long)nvalues, bitsPerValue, in main()
H A Dpng_perf.c70 char gridType[50] = {0,}; in main() local
155 grib_get_string(h, "gridType", gridType, &len); in main()
166 param, gridType, packingType, (long)nvalues, bitsPerValue); in main()
173 if (!strcmp(gridType, "reduced_gg") || !strcmp(gridType, "regular_gg")) { in main()
179 if (!strcmp(gridType, "regular_ll")) { in main()
203 sprintf(outfilename, "%s_%s_%ld_simple.grib2", param, gridType, bitsPerValue); in main()
225 sprintf(outfilename, "%s_%s_%ld_png.grib2", param, gridType, bitsPerValue); in main()
251 shortName, gridType, (long)nvalues, bitsPerValue, in main()
H A Dgrib_ccsds_perf.c74 char gridType[50] = { in main() local
169 grib_get_string(h, "gridType", gridType, &len); in main()
180 param, gridType, packingType, (long)nvalues, bitsPerValue); in main()
187 if (!strcmp(gridType, "reduced_gg") || !strcmp(gridType, "regular_gg")) { in main()
193 if (!strcmp(gridType, "regular_ll")) { in main()
217 sprintf(outfilename, "%s_%s_%ld_simple.grib2", param, gridType, bitsPerValue); in main()
239 sprintf(outfilename, "%s_%s_%ld_ccsds.grib2", param, gridType, bitsPerValue); in main()
265 shortName, gridType, (long)nvalues, bitsPerValue, in main()
H A Dgribex_perf.c257 char gridType[50]={0,}; in main() local
346 grib_get_string(h,"gridType",gridType,&len); in main()
357 param,gridType,packingType,(long)nvalues,bitsPerValue); in main()
359 if (!strcmp(gridType,"reduced_gg") || !strcmp(gridType,"regular_gg")) { in main()
365 if (!strcmp(gridType,"regular_ll")) { in main()
372 if (!strcmp(gridType,"sh")) { in main()
392 sprintf(outfilename,"%s_%s_%ld_%ld_simple.grib1",param,gridType,bitsPerValue,(long)nvalues); in main()
418 sprintf(outfilename,"%s_%s_%ld_%ld_so.grib1",param,gridType,bitsPerValue,(long)nvalues); in main()
429 shortName,gridType,(long)nvalues,bitsPerValue, in main()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/Map/
H A DCellRegion.cs26 readonly MapGridType gridType; field in OpenRA.CellRegion
33 public CellRegion(MapGridType gridType, CPos topLeft, CPos bottomRight) in CellRegion() argument
35 this.gridType = gridType; in CellRegion()
39 mapTopLeft = TopLeft.ToMPos(gridType); in CellRegion()
40 mapBottomRight = BottomRight.ToMPos(gridType); in CellRegion()
45 this.gridType = gridType; in CellRegion()
49 TopLeft = topLeft.ToCPos(gridType); in CellRegion()
50 BottomRight = bottomRight.ToCPos(gridType); in CellRegion()
58 return new CellRegion(region.gridType, tl, br); in Expand()
96 var uv = cell.ToMPos(gridType); in Contains()
[all …]
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A Dconvertwindow.cpp44 convertWindow_c::convertWindow_c(gridType_c::gridType srcType) : LFl_Double_Window(false), _ok(fals… in convertWindow_c()
54 if (canConvert(srcType, (gridType_c::gridType)i)) in convertWindow_c()
58 gridType_c::gridType g = (gridType_c::gridType)i; in convertWindow_c()
64 gridTypes.push_back(gridType_c::gridType(i)); in convertWindow_c()
100 gridType_c::gridType convertWindow_c::getTargetType(void) in getTargetType()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestGridDescriptor.cc23 GridDescriptor gd(GridDescriptor::addSuffix("temperature", 2), GridType::gridType()); in TEST_F()
58 EXPECT_EQ(gd.gridType(), gd2.gridType()); in TEST_F()
61 EXPECT_EQ(GridType::gridType(), grid->type()); in TEST_F()
78 GridDescriptor gd("temperature", GridType::gridType()); in TEST_F()
92 EXPECT_EQ(gd.gridType(), gd2.gridType()); in TEST_F()
105 const std::string typ = openvdb::FloatGrid::gridType(); in TEST_F()
/dports/misc/libemos/libemos-4.5.9-Source/tools/
H A Dgg_gridname.c120 gridType[80] = ""; /* grib internal gridType */ in main_() local
121 size_t size = sizeof(gridType); in main_()
122 if ((err = grib_get_string(h,"gridType",gridType,&size))) { in main_()
129 … isRegularGG = (!strcmp(gridType,"regular_gg") || !strcmp(gridType,"rotated_gg"))? 1:0, in main_()
130 … isReducedGG = (!strcmp(gridType,"reduced_gg") || !strcmp(gridType,"reduced_rotated_gg"))? 1:0; in main_()
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/
H A Dsection.3.def64 concept gridType {
120 alias ls.gridType=gridType;
121 alias geography.gridType=gridType;
122 alias typeOfGrid=gridType;
127 meta projSourceString proj_string(gridType, 0): hidden;
128 meta projTargetString proj_string(gridType, 1): hidden;
/dports/games/openra/OpenRA-release-20200503/OpenRA.Test/OpenRA.Game/
H A DCoordinateTest.cs24 foreach (var gridType in Enum.GetValues(typeof(MapGridType)).Cast<MapGridType>()) in CoarseToMapProjection()
33 if (gridType == MapGridType.RectangularIsometric && y > x) in CoarseToMapProjection()
36 Assert.That(cell, Is.EqualTo(cell.ToMPos(gridType).ToCPos(gridType))); in CoarseToMapProjection()
/dports/games/burrtools/burrtools-0.6.3/src/lib/
H A Dgridtype.h59 } gridType; typedef
71 gridType type;
101 gridType_c(gridType gt);
106 gridType getType(void) const { return type; } in getType()
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/shared/locales/en-US/
H A Dhighlighters.properties13 # LOCALIZATION NOTE (gridType.container): the layout type of an element shown in
15 gridType.container=Grid Container
17 # LOCALIZATION NOTE (gridType.item): the layout type of an element shown in
19 gridType.item=Grid Item
21 # LOCALIZATION NOTE (gridType.dual): the layout type of an element shown in
23 gridType.dual=Grid Container/Item
/dports/www/firefox-esr/firefox-91.8.0/devtools/shared/locales/en-US/
H A Dhighlighters.properties13 # LOCALIZATION NOTE (gridType.container): the layout type of an element shown in
15 gridType.container=Grid Container
17 # LOCALIZATION NOTE (gridType.item): the layout type of an element shown in
19 gridType.item=Grid Item
21 # LOCALIZATION NOTE (gridType.dual): the layout type of an element shown in
23 gridType.dual=Grid Container/Item
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/shared/locales/en-US/
H A Dhighlighters.properties13 # LOCALIZATION NOTE (gridType.container): the layout type of an element shown in
15 gridType.container=Grid Container
17 # LOCALIZATION NOTE (gridType.item): the layout type of an element shown in
19 gridType.item=Grid Item
21 # LOCALIZATION NOTE (gridType.dual): the layout type of an element shown in
23 gridType.dual=Grid Container/Item

123456789