Home
last modified time | relevance | path

Searched refs:elevation (Results 1 – 25 of 3574) sorted by relevance

12345678910>>...143

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/components/card/
H A D_card.scss29 $elevation-shadows: (
30 $pt-elevation-shadow-0
31 $pt-elevation-shadow-1
32 $pt-elevation-shadow-2
33 $pt-elevation-shadow-3
34 $pt-elevation-shadow-4
36 $dark-elevation-shadows: (
37 $pt-dark-elevation-shadow-0
38 $pt-dark-elevation-shadow-1
39 $pt-dark-elevation-shadow-2
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/math/
H A DSGGeod.hxx86 void setElevationM(double elevation);
91 void setElevationFt(double elevation);
158 elevation*SG_FEET_TO_METER); in fromRadFt()
182 elevation); in fromRadM()
184 return SGGeod(lon, lat, elevation); in fromRadM()
193 return SGGeod(lon, lat, elevation); in fromDegM()
196 elevation); in fromDegM()
331 SGGeod::setElevationM(double elevation) in setElevationM() argument
333 _elevation = elevation; in setElevationM()
345 SGGeod::setElevationFt(double elevation) in setElevationFt() argument
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/ext/apps/geomatics/relposition/
H A DElevationMask.cpp62 double RotatedAntennaElevation(double elevation, double azimuth);
67 bool ElevationMask(double elevation, double azimuth) in ElevationMask() argument
70 if(DefaultElevationMask(elevation,azimuth,CI.MinElevation)) in ElevationMask()
83 return (elevation >= ElevCutoff); in DefaultElevationMask()
100 double RotatedAntennaElevation(double elevation, double azimuth) in RotatedAntennaElevation() argument
107 elevation *= DEG_TO_RAD; in RotatedAntennaElevation()
116 rhat(0) = ::cos(azimuth) * ::cos(elevation); in RotatedAntennaElevation()
117 rhat(1) = ::sin(azimuth) * ::cos(elevation); in RotatedAntennaElevation()
118 rhat(2) = ::sin(elevation); in RotatedAntennaElevation()
124 elevation *= RAD_TO_DEG; in RotatedAntennaElevation()
[all …]
/dports/games/julius/julius-1.7.0/src/map/
H A Delevation.c6 static grid_u8 elevation; variable
10 return elevation.items[grid_offset]; in map_elevation_at()
15 elevation.items[grid_offset] = value; in map_elevation_set()
20 map_grid_clear_u8(elevation.items); in map_elevation_clear()
26 int max = elevation.items[grid_offset] - 1; in fix_cliff_tiles()
27 if (elevation.items[grid_offset + map_grid_delta(-1, 0)] < max || in fix_cliff_tiles()
29 elevation.items[grid_offset + map_grid_delta(1, 0)] < max || in fix_cliff_tiles()
31 elevation.items[grid_offset]--; in fix_cliff_tiles()
42 if (elevation.items[grid_offset] > 0) { in map_elevation_remove_cliffs()
52 map_grid_save_state_u8(elevation.items, buf); in map_elevation_save_state()
[all …]
/dports/games/augustus/augustus-3.1.0/src/map/
H A Delevation.c6 static grid_u8 elevation; variable
10 return elevation.items[grid_offset]; in map_elevation_at()
15 elevation.items[grid_offset] = value; in map_elevation_set()
20 map_grid_clear_u8(elevation.items); in map_elevation_clear()
26 int max = elevation.items[grid_offset] - 1; in fix_cliff_tiles()
27 if (elevation.items[grid_offset + map_grid_delta(-1, 0)] < max || in fix_cliff_tiles()
29 elevation.items[grid_offset + map_grid_delta(1, 0)] < max || in fix_cliff_tiles()
31 elevation.items[grid_offset]--; in fix_cliff_tiles()
42 if (elevation.items[grid_offset] > 0) { in map_elevation_remove_cliffs()
52 map_grid_save_state_u8(elevation.items, buf); in map_elevation_save_state()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.to.rast3elev/
H A Dtest.r.to.rast3elev.sh23 r.to.rast3elev --o lower=0 upper=2 input=raster_float elevation=elev_25_float output=test_elev_vo…
24 r.to.rast3elev --o lower=0 upper=2 input=raster_double elevation=elev_25_double output=test_elev_vo…
25 r.to.rast3elev --o upper=2 input=raster_float elevation=elev_25_float output=test_elev_vo…
26 r.to.rast3elev --o upper=2 input=raster_double elevation=elev_25_double output=test_elev_vo…
27 r.to.rast3elev --o input=raster_float elevation=elev_25_float output=test_elev_vo…
28 r.to.rast3elev --o input=raster_double elevation=elev_25_double output=test_elev_vo…
29 r.to.rast3elev --o -u input=raster_float elevation=elev_25_float output=test_elev_vo…
30 r.to.rast3elev --o -u input=raster_double elevation=elev_25_double output=test_elev_vo…
31 r.to.rast3elev --o -l input=raster_float elevation=elev_25_float output=test_elev_vo…
33 r.to.rast3elev --o -lu input=raster_float elevation=elev_25_float output=test_elev_vo…
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.watershed/testsuite/
H A Dr_watershed_test.py28 elevation = 'elevation' variable in TestWatershed
37 cls.runModule('g.region', raster=cls.elevation)
59 self.assertModule('r.watershed', elevation=self.elevation,
94 self.assertModule('r.watershed', elevation=self.elevation,
98 self.assertModule('r.watershed', flags='4', elevation='elevation',
113 self.assertModuleFail('r.watershed', elevation=self.elevation,
116 self.assertModuleFail('r.watershed', elevation=self.elevation,
122 self.assertModule('r.watershed', elevation=self.elevation,
129 self.assertModule('r.watershed', elevation=self.elevation,
135 self.assertModule('r.watershed', elevation=self.elevation,
[all …]
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/project-static/src/
H A Dracks.ts13 elevation: HTMLObjectElement,
17 showRackElements('image.device-image', elevation);
18 showRackElements('text.device-image-label', elevation);
22 showRackElements('image.device-image', elevation);
23 hideRackElements('text.device-image-label', elevation);
27 hideRackElements('image.device-image', elevation);
28 hideRackElements('text.device-image-label', elevation);
36 elevation: HTMLObjectElement,
38 const elements = elevation.contentDocument?.querySelectorAll(selector) ?? [];
46 elevation: HTMLObjectElement,
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/FileHandling/Ionex/
H A DIonexStore.hpp164 double getSTEC( const double& elevation,
181 double getIono( const double& elevation,
200 double getIonoL1( const double& elevation, in getIonoL1() argument
203 { return getIono(elevation, tecval, L1_FREQ_GPS, ionoMapType); }; in getIonoL1()
216 double getIonoL2( const double& elevation, in getIonoL2() argument
219 { return getIono(elevation, tecval, L2_FREQ_GPS, ionoMapType); }; in getIonoL2()
232 double getIonoL5( const double& elevation, in getIonoL5() argument
248 double getIonoL6( const double& elevation, in getIonoL6() argument
264 double getIonoL7( const double& elevation, in getIonoL7() argument
280 double getIonoL8( const double& elevation, in getIonoL8() argument
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.slope.aspect/testsuite/
H A Dtest_r_slope_aspect.py78 cls.elevation = 'fractal_surf'
80 output=cls.elevation)
92 self.assertModule('r.slope.aspect', elevation=self.elevation,
105 self.assertModule('r.slope.aspect', elevation=self.elevation,
118 elevation = 'elevation' variable in TestSlopeAspectAgainstItself
138 self.assertModule('r.slope.aspect', elevation=self.elevation,
140 self.assertModule('r.slope.aspect', elevation=self.elevation,
142 self.assertModule('r.slope.aspect', elevation=self.elevation,
155 elevation = 'small_elevation' variable in TestExtremes
168 call_module('g.region', raster=self.elevation)
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/scripts/
H A Dsetup.sh34 rsync -rmv --delete $OSSIM_DATA_REPOSITORY/elevation/dted/level0 $OSSIM_DATA/elevation/dted;
42 rsync -rm --delete $OSSIM_DATA_REPOSITORY/elevation/nadcon $OSSIM_DATA/elevation;
48 if [ ! -d $OSSIM_DATA/elevation/geoids ] ; then
50 mkdir $OSSIM_DATA/elevation/geoids;
59 rsync -rm --delete $OSSIM_DATA_REPOSITORY/elevation/geoid96_little_endian/ $OSSIM_DATA/elevation/ge…
67 rsync -rm --delete $OSSIM_DATA_REPOSITORY/elevation/geoid99_little_endian/ $OSSIM_DATA/elevation/ge…
/dports/databases/grass7/grass-7.8.6/raster/r.in.gdal/testsuite/data/
H A Dgenerate_data.sh7 g.region rast=elevation -p
10 r.out.gdal in=elevation out=elevation.tif format=GTiff
11 r.out.gdal in=elevation out=elevation.tiff format=GTiff
12 r.out.gdal in=elevation out=elevation.asc format=AAIGrid
13 r.out.gdal in=elevation out=elevation.nc format=netCDF
18 r.to.rast3 input=elevation output=elevation3d
/dports/games/tux-aqfh/tux_aqfh-1.0.14/src/
H A Docean.cxx61 float elevation ; in Ocean() local
65 case OCEAN_WATER : elevation = 0.0f ; break ; in Ocean()
66 case OCEAN_LAVA : elevation = 0.1f ; break ; in Ocean()
67 case OCEAN_ICE : elevation = 0.1f ; break ; in Ocean()
68 case OCEAN_BLACKHOLE : elevation = -22.0f ; break ; in Ocean()
69 default : elevation = -1000000.0f ; break ; in Ocean()
72 sgSetVec3 ( wvlist [ 0 ], -10000.0f, -10000.0f, elevation ) ; in Ocean()
73 sgSetVec3 ( wvlist [ 1 ], 10000.0f, -10000.0f, elevation ) ; in Ocean()
74 sgSetVec3 ( wvlist [ 2 ], -10000.0f, 10000.0f, elevation ) ; in Ocean()
75 sgSetVec3 ( wvlist [ 3 ], 10000.0f, 10000.0f, elevation ) ; in Ocean()
[all …]
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DLevel.java40 private float elevation; field in Level
55 public Level(String name, float elevation, float floorThickness, float height) { in Level() argument
56 this(createId("level"), name, elevation, floorThickness, height); in Level()
68 public Level(String id, String name, float elevation, float floorThickness, float height) { in Level() argument
71 this.elevation = elevation; in Level()
114 return this.elevation; in getElevation()
121 public void setElevation(float elevation) { in setElevation() argument
122 if (elevation != this.elevation) { in setElevation()
123 float oldElevation = this.elevation; in setElevation()
124 this.elevation = elevation; in setElevation()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/python/docs/src/
H A Dpygrass_modules.rst11 >>> slope_aspect = Module("r.slope.aspect", elevation='elevation',
20 >>> slope_aspect = Module("r.slope.aspect", elevation='elevation',
36 >>> slope_aspect(elevation='elevation', slope='slp', aspect='asp',
43 >>> slope_aspect.inputs['elevation']
45 >>> slope_aspect.inputs["elevation"].value = "elevation"
84 r.slope.aspect(elevation=elevation, slope=None, aspect=None
94 elevation: required, string
95 Name of input elevation raster map
148 'Name of input elevation raster map'
161 elevation: required, string
[all …]
/dports/misc/lastools/LAStools-8ff2694/LASlib/src/
H A Dlasreader_bil.cpp149 F32 elevation = 0; in open() local
164 if (header.max_z < elevation) header.max_z = elevation; in open()
165 if (header.min_z > elevation) header.min_z = elevation; in open()
189 if (header.max_z < elevation) header.max_z = elevation; in open()
190 if (header.min_z > elevation) header.min_z = elevation; in open()
217 if (header.max_z < elevation) header.max_z = elevation; in open()
218 if (header.min_z > elevation) header.min_z = elevation; in open()
242 if (header.max_z < elevation) header.max_z = elevation; in open()
243 if (header.min_z > elevation) header.min_z = elevation; in open()
270 if (header.max_z < elevation) header.max_z = elevation; in open()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Geometry/Testing/Cxx/
H A DTestImageDataToUniformGrid.cxx43 vtkNew<vtkElevationFilter> elevation; in TestSingleGridBlanking() local
44 elevation->SetInputConnection(source->GetOutputPort()); in TestSingleGridBlanking()
45 elevation->SetLowPoint(-10, 0, 0); in TestSingleGridBlanking()
46 elevation->SetHighPoint(10, 0, 0); in TestSingleGridBlanking()
47 elevation->SetScalarRange(0, 3); in TestSingleGridBlanking()
49 pointDataToCellData->SetInputConnection(elevation->GetOutputPort()); in TestSingleGridBlanking()
97 vtkNew<vtkElevationFilter> elevation; in TestMultiBlockBlanking() local
98 elevation->SetInputConnection(source->GetOutputPort()); in TestMultiBlockBlanking()
99 elevation->SetLowPoint(-10, 0, 0); in TestMultiBlockBlanking()
100 elevation->SetHighPoint(10, 0, 0); in TestMultiBlockBlanking()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Geometry/Testing/Cxx/
H A DTestImageDataToUniformGrid.cxx43 vtkNew<vtkElevationFilter> elevation; in TestSingleGridBlanking() local
44 elevation->SetInputConnection(source->GetOutputPort()); in TestSingleGridBlanking()
45 elevation->SetLowPoint(-10, 0, 0); in TestSingleGridBlanking()
46 elevation->SetHighPoint(10, 0, 0); in TestSingleGridBlanking()
47 elevation->SetScalarRange(0, 3); in TestSingleGridBlanking()
49 pointDataToCellData->SetInputConnection(elevation->GetOutputPort()); in TestSingleGridBlanking()
97 vtkNew<vtkElevationFilter> elevation; in TestMultiBlockBlanking() local
98 elevation->SetInputConnection(source->GetOutputPort()); in TestMultiBlockBlanking()
99 elevation->SetLowPoint(-10, 0, 0); in TestMultiBlockBlanking()
100 elevation->SetHighPoint(10, 0, 0); in TestMultiBlockBlanking()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Radio/
H A Dantenna.cxx61 int elevation = (int)floor(angle); in calculate_gain() local
62 elevation += elevation % 2; in calculate_gain()
67 if ( (azimuth == point_gain->azimuth) && (elevation == point_gain->elevation)) { in calculate_gain()
86 int heading, elevation; in load_NEC_antenna_pattern() local
89 file_in >> heading >> elevation >> gain; in load_NEC_antenna_pattern()
93 if ( (_mirror_z == 1) && (elevation < 0) ) { in load_NEC_antenna_pattern()
99 datapoint->elevation = 90.0 - abs(elevation); in load_NEC_antenna_pattern()
/dports/graphics/dynamechs/dynamechs_4.0pre1/aquarobot/
H A DEulerAng.cpp16 elevation = 0.0; // pitch in EulerAng()
25 elevation = el; // pitch in EulerAng()
33 e.azimuth << ", " << e.elevation << ", " << e.roll << ")"); in operator <<()
43 temp.elevation = elevation + e.elevation; in operator +()
56 temp.elevation = elevation - e.elevation; in operator -()
/dports/math/vtk9/VTK-9.1.0/Filters/Geometry/Testing/Cxx/
H A DTestImageDataToUniformGrid.cxx43 vtkNew<vtkElevationFilter> elevation; in TestSingleGridBlanking() local
44 elevation->SetInputConnection(source->GetOutputPort()); in TestSingleGridBlanking()
45 elevation->SetLowPoint(-10, 0, 0); in TestSingleGridBlanking()
46 elevation->SetHighPoint(10, 0, 0); in TestSingleGridBlanking()
47 elevation->SetScalarRange(0, 3); in TestSingleGridBlanking()
49 pointDataToCellData->SetInputConnection(elevation->GetOutputPort()); in TestSingleGridBlanking()
95 vtkNew<vtkElevationFilter> elevation; in TestMultiBlockBlanking() local
96 elevation->SetInputConnection(source->GetOutputPort()); in TestMultiBlockBlanking()
97 elevation->SetLowPoint(-10, 0, 0); in TestMultiBlockBlanking()
98 elevation->SetHighPoint(10, 0, 0); in TestMultiBlockBlanking()
[all …]
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DLevelController.java58 private Float elevation; field in LevelController
205 setElevation(elevation, true); in setElevation()
209 if (elevation != this.elevation) { in setElevation()
211 this.elevation = elevation; in setElevation()
215 && elevation != null in setElevation()
247 level.setElevation(elevation); in updateLevelElevation()
256 return this.elevation; in getElevation()
462 this.elevation = elevation; in LevelModificationUndoableEdit()
501 if (elevation != null in doModifyLevel()
562 private final float elevation; field in LevelController.ModifiedLevel
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/audio/
H A DHRTFElevation.cpp55 bool HRTFElevation::calculateSymmetricKernelsForAzimuthElevation(int azimuth, int elevation, double… in calculateSymmetricKernelsForAzimuthElevation() argument
60 …bool success = calculateKernelsForAzimuthElevation(azimuth, elevation, sampleRate, subjectName, ke… in calculateSymmetricKernelsForAzimuthElevation()
69 …success = calculateKernelsForAzimuthElevation(symmetricAzimuth, elevation, sampleRate, subjectName… in calculateSymmetricKernelsForAzimuthElevation()
80 bool HRTFElevation::calculateKernelsForAzimuthElevation(int azimuth, int elevation, double sampleRa… in calculateKernelsForAzimuthElevation() argument
91 … bool isElevationGood = elevation >= -45 && elevation <= 90 && (elevation / 15) * 15 == elevation; in calculateKernelsForAzimuthElevation()
100 int positiveElevation = elevation < 0 ? elevation + 360 : elevation; in calculateKernelsForAzimuthElevation()
161 PassOwnPtr<HRTFElevation> HRTFElevation::createForSubject(const String& subjectName, int elevation,… in createForSubject() argument
163 … bool isElevationGood = elevation >= -45 && elevation <= 90 && (elevation / 15) * 15 == elevation; in createForSubject()
176 int actualElevation = min(elevation, maxElevation); in createForSubject()
198 …= adoptPtr(new HRTFElevation(kernelListL.release(), kernelListR.release(), elevation, sampleRate)); in createForSubject()
/dports/astro/pykep/pykep-2.6/include/keplerian_toolbox/third_party/libsgp4/
H A DCoordTopocentric.h38 CoordTopocentric() : azimuth(0.0), elevation(0.0), range(0.0), range_rate(0.0) in CoordTopocentric()
50 : azimuth(az), elevation(el), range(rnge), range_rate(rnge_rate) in CoordTopocentric()
61 elevation = topo.elevation; in CoordTopocentric()
81 elevation = topo.elevation;
117 ss << ", El: " << std::setw(8) << Util::RadiansToDegrees(elevation); in ToString()
126 double elevation; member
136 if (azimuth == topo.azimuth && elevation == topo.elevation && range == topo.range in IsEqual()
/dports/astro/py-pykep/pykep-2.6/include/keplerian_toolbox/third_party/libsgp4/
H A DCoordTopocentric.h38 CoordTopocentric() : azimuth(0.0), elevation(0.0), range(0.0), range_rate(0.0) in CoordTopocentric()
50 : azimuth(az), elevation(el), range(rnge), range_rate(rnge_rate) in CoordTopocentric()
61 elevation = topo.elevation; in CoordTopocentric()
81 elevation = topo.elevation;
117 ss << ", El: " << std::setw(8) << Util::RadiansToDegrees(elevation); in ToString()
126 double elevation; member
136 if (azimuth == topo.azimuth && elevation == topo.elevation && range == topo.range in IsEqual()

12345678910>>...143