Home
last modified time | relevance | path

Searched refs:elevation (Results 226 – 250 of 5110) sorted by relevance

12345678910>>...205

/dports/math/vtk8/VTK-8.2.0/Rendering/Core/Testing/Cxx/
H A DTestValuePassFloatingPoint.cxx57 vtkSmartPointer<vtkElevationFilter> elevation = in GenerateElevationArray() local
59 elevation->SetInputConnection(source->GetOutputPort()); in GenerateElevationArray()
72 elevation->SetLowPoint(bounds[0], 0.0, 0.0); in GenerateElevationArray()
73 elevation->SetHighPoint(bounds[1], 0.0, 0.0); in GenerateElevationArray()
77 elevation->SetLowPoint(0.0, bounds[2], 0.0); in GenerateElevationArray()
78 elevation->SetHighPoint(0.0, bounds[3], 0.0); in GenerateElevationArray()
82 elevation->SetLowPoint(0.0, 0.0, bounds[4]); in GenerateElevationArray()
83 elevation->SetHighPoint(0.0, 0.0, bounds[5]); in GenerateElevationArray()
86 elevation->Update(); in GenerateElevationArray()
88 vtkPolyData* result = vtkPolyData::SafeDownCast(elevation->GetOutput()); in GenerateElevationArray()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkLightKit.cxx115 void vtkLightKit::SetKeyLightAngle(double elevation, double azimuth) in SetKeyLightAngle() argument
117 this->KeyLightAngle[0] = elevation; in SetKeyLightAngle()
120 this->KeyLight->SetDirectionAngle(elevation, azimuth); in SetKeyLightAngle()
124 void vtkLightKit::SetFillLightAngle(double elevation, double azimuth) in SetFillLightAngle() argument
126 this->FillLightAngle[0] = elevation; in SetFillLightAngle()
129 this->FillLight->SetDirectionAngle(elevation, azimuth); in SetFillLightAngle()
133 void vtkLightKit::SetBackLightAngle(double elevation, double azimuth) in SetBackLightAngle() argument
135 this->BackLightAngle[0] = elevation; in SetBackLightAngle()
138 this->BackLight0->SetDirectionAngle(elevation, azimuth); in SetBackLightAngle()
139 this->BackLight1->SetDirectionAngle(elevation, -azimuth); in SetBackLightAngle()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/Testing/Cxx/
H A DTestValuePassFloatingPoint.cxx56 vtkSmartPointer<vtkElevationFilter> elevation = vtkSmartPointer<vtkElevationFilter>::New(); in GenerateElevationArray() local
57 elevation->SetInputConnection(source->GetOutputPort()); in GenerateElevationArray()
70 elevation->SetLowPoint(bounds[0], 0.0, 0.0); in GenerateElevationArray()
71 elevation->SetHighPoint(bounds[1], 0.0, 0.0); in GenerateElevationArray()
75 elevation->SetLowPoint(0.0, bounds[2], 0.0); in GenerateElevationArray()
76 elevation->SetHighPoint(0.0, bounds[3], 0.0); in GenerateElevationArray()
80 elevation->SetLowPoint(0.0, 0.0, bounds[4]); in GenerateElevationArray()
81 elevation->SetHighPoint(0.0, 0.0, bounds[5]); in GenerateElevationArray()
84 elevation->Update(); in GenerateElevationArray()
86 vtkPolyData* result = vtkPolyData::SafeDownCast(elevation->GetOutput()); in GenerateElevationArray()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkLightKit.cxx115 void vtkLightKit::SetKeyLightAngle(double elevation, double azimuth) in SetKeyLightAngle() argument
117 this->KeyLightAngle[0] = elevation; in SetKeyLightAngle()
120 this->KeyLight->SetDirectionAngle(elevation, azimuth); in SetKeyLightAngle()
124 void vtkLightKit::SetFillLightAngle(double elevation, double azimuth) in SetFillLightAngle() argument
126 this->FillLightAngle[0] = elevation; in SetFillLightAngle()
129 this->FillLight->SetDirectionAngle(elevation, azimuth); in SetFillLightAngle()
133 void vtkLightKit::SetBackLightAngle(double elevation, double azimuth) in SetBackLightAngle() argument
135 this->BackLightAngle[0] = elevation; in SetBackLightAngle()
138 this->BackLight0->SetDirectionAngle(elevation, azimuth); in SetBackLightAngle()
139 this->BackLight1->SetDirectionAngle(elevation, -azimuth); in SetBackLightAngle()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/programs/
H A Dgdal_contour.rst9 Builds vector contour lines from a raster elevation model.
30 raster elevation model (DEM).
43 Provides a name for the attribute in which to put the elevation.
44 If not provided no elevation attribute is attached.
49 Provides a name for the attribute in which to put the minimum elevation
50 of contour polygon. If not provided no minimum elevation attribute
57 Provides a name for the attribute in which to put the maximum elevation of
58 contour polygon. If not provided no maximum elevation attribute is attached.
66 Includes elevation at every vertex.
/dports/graphics/gdal/gdal-3.3.3/doc/source/programs/
H A Dgdal_contour.rst9 Builds vector contour lines from a raster elevation model.
30 raster elevation model (DEM).
43 Provides a name for the attribute in which to put the elevation.
44 If not provided no elevation attribute is attached.
49 Provides a name for the attribute in which to put the minimum elevation
50 of contour polygon. If not provided no minimum elevation attribute
57 Provides a name for the attribute in which to put the maximum elevation of
58 contour polygon. If not provided no maximum elevation attribute is attached.
66 Includes elevation at every vertex.
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/programs/
H A Dgdal_contour.rst9 Builds vector contour lines from a raster elevation model.
30 raster elevation model (DEM).
43 Provides a name for the attribute in which to put the elevation.
44 If not provided no elevation attribute is attached.
49 Provides a name for the attribute in which to put the minimum elevation
50 of contour polygon. If not provided no minimum elevation attribute
57 Provides a name for the attribute in which to put the maximum elevation of
58 contour polygon. If not provided no maximum elevation attribute is attached.
66 Includes elevation at every vertex.
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/components/card/
H A Dcard.tsx30 * the elevation, the higher the drop shadow. At elevation `0`, no drop
35 elevation?: Elevation;
39 * hovering over the card will increase the card's elevation
60 elevation: Elevation.ZERO,
65 const { className, elevation, interactive, ...htmlProps } = this.props;
69 Classes.elevationClass(elevation!),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/filters/
H A Ddistant_light_source.h33 float elevation) { in Create() argument
34 return base::AdoptRef(new DistantLightSource(azimuth, elevation)); in Create()
46 DistantLightSource(float azimuth, float elevation) in DistantLightSource() argument
47 : LightSource(LS_DISTANT), azimuth_(azimuth), elevation_(elevation) {} in DistantLightSource()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/filters/
H A Ddistant_light_source.h33 float elevation) { in Create() argument
34 return base::AdoptRef(new DistantLightSource(azimuth, elevation)); in Create()
46 DistantLightSource(float azimuth, float elevation) in DistantLightSource() argument
47 : LightSource(LS_DISTANT), azimuth_(azimuth), elevation_(elevation) {} in DistantLightSource()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/viz/src/
H A Dclouds.cpp113 elevation->SetLowPoint(bounds[0], bounds[2], bounds[4]); in WPaintedCloud()
115 elevation->SetScalarRange(0.0, 1.0); in WPaintedCloud()
116 elevation->Update(); in WPaintedCloud()
141 elevation->SetLowPoint(p1.x, p1.y, p1.z); in WPaintedCloud()
142 elevation->SetHighPoint(p2.x, p2.y, p2.z); in WPaintedCloud()
143 elevation->SetScalarRange(0.0, 1.0); in WPaintedCloud()
144 elevation->Update(); in WPaintedCloud()
169 elevation->SetLowPoint(p1.x, p1.y, p1.z); in WPaintedCloud()
170 elevation->SetHighPoint(p2.x, p2.y, p2.z); in WPaintedCloud()
171 elevation->SetScalarRange(0.0, 1.0); in WPaintedCloud()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/Testing/Cxx/
H A DTestValuePass.cxx68 vtkSmartPointer<vtkElevationFilter> elevation = in TestValuePass() local
70 elevation->SetInputConnection(reader->GetOutputPort()); in TestValuePass()
71 elevation->SetLowPoint(-0.11, 0.0, 0.0); in TestValuePass()
72 elevation->SetHighPoint(0.1, 0.0, 0.0); in TestValuePass()
73 elevation->Update(); in TestValuePass()
75 vtkPolyData *polyData = vtkPolyData::SafeDownCast(elevation->GetOutput()); in TestValuePass()
/dports/math/vtk9/VTK-9.1.0/IO/PLY/Testing/Cxx/
H A DTestPLYWriterAlpha.cxx50 vtkNew<vtkElevationFilter> elevation; in TestPLYWriterAlpha() local
51 elevation->SetInputConnection(sphere->GetOutputPort()); in TestPLYWriterAlpha()
52 elevation->SetLowPoint(-0.5, -0.5, -0.5); in TestPLYWriterAlpha()
53 elevation->SetHighPoint(0.5, 0.5, 0.5); in TestPLYWriterAlpha()
67 writer->SetInputConnection(elevation->GetOutputPort()); in TestPLYWriterAlpha()
/dports/math/vtk8/VTK-8.2.0/IO/PLY/Testing/Cxx/
H A DTestPLYWriterAlpha.cxx50 vtkNew<vtkElevationFilter> elevation; in TestPLYWriterAlpha() local
51 elevation->SetInputConnection(sphere->GetOutputPort()); in TestPLYWriterAlpha()
52 elevation->SetLowPoint(-0.5, -0.5, -0.5); in TestPLYWriterAlpha()
53 elevation->SetHighPoint(0.5, 0.5, 0.5); in TestPLYWriterAlpha()
67 writer->SetInputConnection(elevation->GetOutputPort()); in TestPLYWriterAlpha()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/
H A Dboxm2_normal_albedo_array.cxx18 double elevation = e*vnl_math::pi_over_2/2; in get_normals() local
19 double x = std::sin(azimuth)*std::cos(elevation); in get_normals()
20 double y = std::cos(azimuth)*std::cos(elevation); in get_normals()
21 double z = std::sin(elevation); in get_normals()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/JoshUGens/
H A DJoshAmbiUGens.cpp705 sinb = sin(elevation); \
708 cosb = cos(elevation); \
811 float elevation = IN0(3); in BFEncode2_next_kkk() local
927 float elevation = IN0(2); in BFEncode1_next_kkk() local
1056 elevation += elslope; in BFEncode1_next_akk()
1142 elevation += elslope; in BFEncode1_next_aka()
1276 elevation += elslope; in BFEncode1_next_kka()
1304 float sinb= sin(elevation); in BFEncodeSter_Ctor()
1347 float elevation = IN0(4); in BFEncodeSter_next() local
1544 float elevation = IN0(2); in FMHEncode1_next() local
[all …]
/dports/accessibility/sctd/sctd-0.2.0/src/
H A Dlib.rs60 fn get_transition_progress_from_elevation(elevation: f64) -> f64 { in get_transition_progress_from_elevation()
61 if elevation < TRANSITION_LOW { in get_transition_progress_from_elevation()
63 } else if elevation < TRANSITION_HIGH { in get_transition_progress_from_elevation()
64 (TRANSITION_LOW - elevation) / (TRANSITION_LOW - TRANSITION_HIGH) in get_transition_progress_from_elevation()
73 let elevation = 90f64 - calc_solar_position(utc, lat, lon).unwrap().zenith_angle; in get_temp() localVariable
74 debug!("elevation: {}", elevation); in get_temp()
75 let progress = get_transition_progress_from_elevation(elevation); in get_temp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/compositor_extra/
H A Dshadow.cc26 void Shadow::Init(int elevation) { in Init() argument
27 DCHECK_GE(elevation, 0); in Init()
28 desired_elevation_ = elevation; in Init()
44 void Shadow::SetElevation(int elevation) { in SetElevation() argument
45 DCHECK_GE(elevation, 0); in SetElevation()
46 if (desired_elevation_ == elevation) in SetElevation()
49 desired_elevation_ = elevation; in SetElevation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/compositor_extra/
H A Dshadow.cc26 void Shadow::Init(int elevation) { in Init() argument
27 DCHECK_GE(elevation, 0); in Init()
28 desired_elevation_ = elevation; in Init()
44 void Shadow::SetElevation(int elevation) { in SetElevation() argument
45 DCHECK_GE(elevation, 0); in SetElevation()
46 if (desired_elevation_ == elevation) in SetElevation()
49 desired_elevation_ = elevation; in SetElevation()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/
H A Dqgsmaplayerelevationproperties.sip.in17 Base class for storage of map layer elevation properties.
55 Returns ``True`` if the layer has an elevation or z component.
67 Reads the elevation properties from a DOM ``element`` previously written by :py:func:`~QgsMapLayerE…
79 Returns flags associated to the elevation properties.
84 Attempts to calculate the overall elevation or z range for the specified ``layer``, using
85 the settings defined by this elevation properties object.
94 Emitted when the elevation properties have changed.
/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/fx/
H A DSource.cpp22 Source::Source(float azimuth, float elevation, float distance) : in Source() argument
23 m_elevation(elevation), m_distance(distance) in Source()
62 void Source::setElevation(float elevation) in setElevation() argument
64 m_elevation = elevation; in setElevation()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DElevationLayer29 * Initialization and serialization options for an elevation layer.
34 /** Constructs new elevation layer options. */
37 /** Deserializes new elevation layer options. */
43 /** Constructs new elevation layer options, given the underlying driver options. */
54 /** Policy for dealing with NO_DATA values in elevation */
82 * A map terrain layer containing elevation grid heightfields.
87 META_Layer(osgEarth, ElevationLayer, ElevationLayerOptions, elevation);
96 * Constructs a new elevation layer with the specified options. It expects
102 * Constructs a new elevation layer with the specific name and driver options.
186 * Vector of elevation layers, with added methods.
[all …]
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DPolyline.java86 private Float elevation; field in Polyline
544 float elevation = getElevation(); in getGroundElevation() local
546 return elevation + this.level.getElevation(); in getGroundElevation()
548 return elevation; in getGroundElevation()
557 return this.elevation != null ? this.elevation : 0; in getElevation()
565 public void setElevation(float elevation) { in setElevation() argument
566 if (this.elevation != null && elevation != this.elevation) { in setElevation()
567 float oldElevation = this.elevation; in setElevation()
568 this.elevation = elevation; in setElevation()
578 return this.elevation != null; in isVisibleIn3D()
[all …]
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dcopilot.c39 gbuint32 elevation; /* feet */ member
46 pdb_double elevation; /* feet */ member
53 pdb_double elevation; /* feet */ member
61 pdb_float elevation; /* feet */ member
107 wpt_tmp->altitude = FEET_TO_METERS(be_read32(&rec->elevation)); in read_version0()
136 FEET_TO_METERS(pdb_read_double(&rec->elevation)); in read_version1()
165 FEET_TO_METERS(pdb_read_double(&rec->elevation)); in read_version3()
194 FEET_TO_METERS(pdb_read_float(&rec->elevation)); in read_version4()
259 pdb_write_float(&rec->elevation, in copilot_writewpt()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/deprecated/
H A Dcopilot.cc39 uint32_t elevation; /* feet */ member
46 pdb_double elevation; /* feet */ member
53 pdb_double elevation; /* feet */ member
61 pdb_float elevation; /* feet */ member
107 wpt_tmp->altitude = FEET_TO_METERS(be_read32(&rec->elevation)); in read_version0()
136 FEET_TO_METERS(pdb_read_double(&rec->elevation)); in read_version1()
165 FEET_TO_METERS(pdb_read_double(&rec->elevation)); in read_version3()
194 FEET_TO_METERS(pdb_read_float(&rec->elevation)); in read_version4()
259 pdb_write_float(&rec->elevation, in copilot_writewpt()

12345678910>>...205