Home
last modified time | relevance | path

Searched refs:zRange (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_visualisation/
H A DGrid_Colors_Fit.cpp122 double zMin, zRange; in On_Execute() local
128 zRange = pGrid->Get_Max() - zMin; in On_Execute()
133 zRange = Parameters("RANGE")->asRange()->Get_Max() - zMin; in On_Execute()
137 if( zRange == 0.0 ) in On_Execute()
162 aZ = (pGrid->Get_Quantile(iColor / Colors_Old.Get_Count()) - zMin) / zRange; in On_Execute()
174 DataObject_Update (pGrid, zMin, zMin + zRange); in On_Execute()
/dports/math/vtk9/VTK-9.1.0/Rendering/VolumeAMR/
H A DvtkAMRVolumeMapper.cxx458 double zRange[2]; in ComputeResamplerBoundsFrustumMethod() local
461 zRange[0] = bbox.GetMinPoint()[2]; in ComputeResamplerBoundsFrustumMethod()
462 zRange[1] = bbox.GetMaxPoint()[2]; in ComputeResamplerBoundsFrustumMethod()
466 if (zRange[i] < -1.0) in ComputeResamplerBoundsFrustumMethod()
468 zRange[i] = -1.0; in ComputeResamplerBoundsFrustumMethod()
470 else if (zRange[i] > 1.0) in ComputeResamplerBoundsFrustumMethod()
472 zRange[i] = 1.0; in ComputeResamplerBoundsFrustumMethod()
480 zRange[0] = -1.0; in ComputeResamplerBoundsFrustumMethod()
481 zRange[1] = 1.0; in ComputeResamplerBoundsFrustumMethod()
500 pnt[2] = zRange[k]; in ComputeResamplerBoundsFrustumMethod()
/dports/math/vtk8/VTK-8.2.0/Rendering/VolumeAMR/
H A DvtkAMRVolumeMapper.cxx459 double zRange[2]; in ComputeResamplerBoundsFrustumMethod() local
462 zRange[0] = bbox.GetMinPoint()[2]; in ComputeResamplerBoundsFrustumMethod()
463 zRange[1] = bbox.GetMaxPoint()[2]; in ComputeResamplerBoundsFrustumMethod()
467 if (zRange[i] < -1.0) in ComputeResamplerBoundsFrustumMethod()
469 zRange[i] = -1.0; in ComputeResamplerBoundsFrustumMethod()
471 else if (zRange[i] > 1.0) in ComputeResamplerBoundsFrustumMethod()
473 zRange[i] = 1.0; in ComputeResamplerBoundsFrustumMethod()
481 zRange[0] = -1.0; in ComputeResamplerBoundsFrustumMethod()
482 zRange[1] = 1.0; in ComputeResamplerBoundsFrustumMethod()
501 pnt[2] = zRange[k]; in ComputeResamplerBoundsFrustumMethod()
/dports/math/vtk6/VTK-6.2.0/Rendering/VolumeAMR/
H A DvtkAMRVolumeMapper.cxx467 double zRange[2]; in ComputeResamplerBoundsFrustumMethod() local
470 zRange[0] = bbox.GetMinPoint()[2]; in ComputeResamplerBoundsFrustumMethod()
471 zRange[1] = bbox.GetMaxPoint()[2]; in ComputeResamplerBoundsFrustumMethod()
475 if (zRange[i] < -1.0) in ComputeResamplerBoundsFrustumMethod()
477 zRange[i] = -1.0; in ComputeResamplerBoundsFrustumMethod()
479 else if (zRange[i] > 1.0) in ComputeResamplerBoundsFrustumMethod()
481 zRange[i] = 1.0; in ComputeResamplerBoundsFrustumMethod()
489 zRange[0] = -1.0; in ComputeResamplerBoundsFrustumMethod()
490 zRange[1] = 1.0; in ComputeResamplerBoundsFrustumMethod()
509 pnt[2] = zRange[k]; in ComputeResamplerBoundsFrustumMethod()
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/
H A DvtkCubeAxesActor2D.cxx413 double xCoords[4], yCoords[4], zCoords[4], xRange[2], yRange[2], zRange[2]; in RenderOpaqueGeometry() local
415 zCoords, xRange, yRange, zRange); in RenderOpaqueGeometry()
445 this->ZAxis->SetRange(zRange[0], zRange[1]); in RenderOpaqueGeometry()
521 double zCoords[4], double xRange[2], double yRange[2], double zRange[2]) in AdjustAxes()
578 zRange[0] = internal_bounds[2 * zAxes]; in AdjustAxes()
579 zRange[1] = internal_bounds[2 * zAxes + 1]; in AdjustAxes()
583 zRange[0] = internal_bounds[2 * zAxes + 1]; in AdjustAxes()
584 zRange[1] = internal_bounds[2 * zAxes]; in AdjustAxes()
633 ave = (zRange[1] + zRange[0]) / 2.0; in AdjustAxes()
636 zRange[0] = zRange[0] - this->CornerOffset * (zRange[0] - ave); in AdjustAxes()
[all …]
H A DvtkCubeAxesActor.cxx612 double range[6] = { xRange[0], xRange[1], yRange[0], yRange[1], zRange[0], zRange[1] }; in AdjustAxes()
629 zRange[0] = range[4]; in AdjustAxes()
630 zRange[1] = range[5]; in AdjustAxes()
638 (bounds[5] - bounds[4]) != 0.0 ? (zRange[1] - zRange[0]) / (bounds[5] - bounds[4]) : 1.0; in AdjustAxes()
682 ave = (zRange[1] + zRange[0]) / 2.0; in AdjustAxes()
683 zRange[0] = zRange[0] - this->CornerOffset * zScale * (zRange[0] - ave); in AdjustAxes()
684 zRange[1] = zRange[1] - this->CornerOffset * zScale * (zRange[1] - ave); in AdjustAxes()
1074 zPow = this->LabelExponent(zRange[0], zRange[1]); in AdjustValues()
1555 double xRange[2], yRange[2], zRange[2]; in BuildAxes() local
1564 double ranges[6] = { xRange[0], xRange[1], yRange[0], yRange[1], zRange[0], zRange[1] }; in BuildAxes()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/
H A DvtkCubeAxesActor2D.cxx413 double xCoords[4], yCoords[4], zCoords[4], xRange[2], yRange[2], zRange[2]; in RenderOpaqueGeometry() local
416 xCoords, yCoords, zCoords, xRange, yRange, zRange); in RenderOpaqueGeometry()
447 this->ZAxis->SetRange(zRange[0], zRange[1]); in RenderOpaqueGeometry()
533 double xRange[2], double yRange[2], double zRange[2]) in AdjustAxes()
590 zRange[0] = internal_bounds[2*zAxes]; in AdjustAxes()
591 zRange[1] = internal_bounds[2*zAxes+1]; in AdjustAxes()
595 zRange[0] = internal_bounds[2*zAxes+1]; in AdjustAxes()
596 zRange[1] = internal_bounds[2*zAxes]; in AdjustAxes()
645 ave = (zRange[1] + zRange[0]) / 2.0; in AdjustAxes()
648 zRange[0] = zRange[0] - this->CornerOffset * (zRange[0] - ave); in AdjustAxes()
[all …]
H A DvtkCubeAxesActor.cxx625 zRange[0], zRange[1]}; in AdjustAxes()
642 zRange[0] = range[4]; in AdjustAxes()
643 zRange[1] = range[5]; in AdjustAxes()
651 (bounds[5] - bounds[4]) != 0.0 ? (zRange[1] - zRange[0])/(bounds[5] - bounds[4]) : 1.0; in AdjustAxes()
707 ave = (zRange[1] + zRange[0]) / 2.0; in AdjustAxes()
708 zRange[0] = zRange[0] - this->CornerOffset * zScale * (zRange[0] - ave); in AdjustAxes()
709 zRange[1] = zRange[1] - this->CornerOffset * zScale * (zRange[1] - ave); in AdjustAxes()
1129 zPow = this->LabelExponent(zRange[0], zRange[1]); in AdjustValues()
1574 double xRange[2], yRange[2], zRange[2]; in BuildAxes() local
1585 zRange[0], zRange[1]}; in BuildAxes()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/
H A DvtkCubeAxesActor2D.cxx413 double xCoords[4], yCoords[4], zCoords[4], xRange[2], yRange[2], zRange[2]; in RenderOpaqueGeometry() local
416 xCoords, yCoords, zCoords, xRange, yRange, zRange); in RenderOpaqueGeometry()
447 this->ZAxis->SetRange(zRange[0], zRange[1]); in RenderOpaqueGeometry()
533 double xRange[2], double yRange[2], double zRange[2]) in AdjustAxes()
590 zRange[0] = internal_bounds[2*zAxes]; in AdjustAxes()
591 zRange[1] = internal_bounds[2*zAxes+1]; in AdjustAxes()
595 zRange[0] = internal_bounds[2*zAxes+1]; in AdjustAxes()
596 zRange[1] = internal_bounds[2*zAxes]; in AdjustAxes()
645 ave = (zRange[1] + zRange[0]) / 2.0; in AdjustAxes()
648 zRange[0] = zRange[0] - this->CornerOffset * (zRange[0] - ave); in AdjustAxes()
[all …]
H A DvtkCubeAxesActor.cxx625 zRange[0], zRange[1]}; in AdjustAxes()
642 zRange[0] = range[4]; in AdjustAxes()
643 zRange[1] = range[5]; in AdjustAxes()
648 const double zScale = (zRange[1] - zRange[0])/(bounds[5] - bounds[4]); in AdjustAxes()
704 ave = (zRange[1] + zRange[0]) / 2.0; in AdjustAxes()
705 zRange[0] = zRange[0] - this->CornerOffset * zScale * (zRange[0] - ave); in AdjustAxes()
706 zRange[1] = zRange[1] - this->CornerOffset * zScale * (zRange[1] - ave); in AdjustAxes()
1126 zPow = this->LabelExponent(zRange[0], zRange[1]); in AdjustValues()
1576 double xRange[2], yRange[2], zRange[2]; in BuildAxes() local
1587 zRange[0], zRange[1]}; in BuildAxes()
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_redis_coro/
H A Dhgetall.phpt2 swoole_redis_coro: hGetAll hmGet zRange zRevRange zRangeByScore zRevRangeByScore
31 echo "-----zRange---\n";
32 var_dump($redis->zRange('zkey', 0, 99, true));
62 -----zRange---
/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dplot3d.spad170 zRange plot == fourth plot.bounds
227 [f, [nRange, xRange, yRange, zRange], c, q]
309 zoom(p, xRange, yRange, zRange) ==
310 [[xRange, yRange, zRange], p.bounds,
343 zRange := join(curves, 3)
350 zRange := join(curves, 3)
360 zRange := join(curves, 3)
366 zRange := join(curves, 3)
368 [[xRange, yRange, zRange], [tRange, xRange, yRange, zRange],
423 zRange := coerce curve.ranges.3
[all …]
/dports/graphics/openvkl/openvkl-1.1.0/openvkl/devices/cpu/volume/vdb/
H A DVdbSampler_dense.ih43 const uniform vec2ui &zRange) \
48 for (uniform unsigned int z = zRange.x; z < zRange.y; ++z) { \
75 const uniform vec2ui &zRange) \
80 for (uniform unsigned int z = zRange.x; z < zRange.y; ++z) { \
116 const uniform vec2ui &zRange) \
124 for (uniform unsigned int z = zRange.x; z < zRange.y; ++z) { \
154 const uniform vec2ui &zRange) \
162 for (uniform unsigned int z = zRange.x; z < zRange.y; ++z) { \
202 const uniform vec2ui &zRange) \
208 for (uniform unsigned int z = zRange.x; z < zRange.y; ++z) { \
[all …]
H A DVdbSampler_denseZYX.ih22 const uniform vec2ui &zRange) \
27 for (uniform unsigned int z = zRange.x; z < zRange.y; ++z) { \
54 const uniform vec2ui &zRange) \
62 for (uniform unsigned int z = zRange.x; z < zRange.y; ++z) { \
92 const uniform vec2ui &zRange) \
98 for (uniform unsigned int z = zRange.x; z < zRange.y; ++z) { \
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/io/testing/
H A DUnitTestVTKDataSetReader.cxx262 vtkm::Range zRange = ranges[2]; in TestReadingFishTank() local
263 VTKM_TEST_ASSERT(zRange.Min == 0); in TestReadingFishTank()
264 VTKM_TEST_ASSERT(zRange.Max == 1); in TestReadingFishTank()
333 vtkm::Range zRange = ranges[2]; in TestReadingDoublePrecisionFishTank() local
334 VTKM_TEST_ASSERT(zRange.Min == 0); in TestReadingDoublePrecisionFishTank()
335 VTKM_TEST_ASSERT(zRange.Max == 1); in TestReadingDoublePrecisionFishTank()
382 vtkm::Range zRange = ranges[2]; in TestReadingASCIIFishTank() local
383 VTKM_TEST_ASSERT(zRange.Min == 0); in TestReadingASCIIFishTank()
384 VTKM_TEST_ASSERT(zRange.Max == 1); in TestReadingASCIIFishTank()
433 vtkm::Range zRange = ranges[2]; in TestReadingFusion() local
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/surface_matching/src/
H A Dppf_match_3d.cpp208 Vec2f xRange, yRange, zRange; in trainModel() local
209 computeBboxStd(PC, xRange, yRange, zRange); in trainModel()
214 float dz = zRange[1] - zRange[0]; in trainModel()
219 Mat sampled = samplePCByQuantization(PC, xRange, yRange, zRange, (float)sampling_step_relative,0); in trainModel()
430 Vec2f xRange, yRange, zRange; in match() local
431 computeBboxStd(pc, xRange, yRange, zRange); in match()
439 Mat sampled = samplePCByQuantization(pc, xRange, yRange, zRange, (float)relativeSceneDistance, 0); in match()
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DPLOT3D.lsp276 (LETT |zRange|
784 (LETT |zRange|
795 (|zRange| |Segment| (|DoubleFloat|)) ($ $))
866 (LETT |zRange|
911 (LETT |zRange| (|PLOT3D;join| |curves| 3 $))
973 (LETT |zRange| (|PLOT3D;join| |curves| 3 $))
999 (VECTOR (LIST |xRange| |yRange| |zRange|)
1031 (|zRange| |Segment| (|DoubleFloat|)) ($ $))
1100 (|zRange| |Segment| (|DoubleFloat|)) ($ $))
1139 (LETT |zRange|
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/simulation/sim_hydrology/
H A Dtopmodel_values.cpp162 double zMin, zRange, dz; in Create() local
181 zRange = pAtanB->Get_Max() - zMin; in Create()
182 dz = zRange / (nClasses + 1); in Create()
194 iClass = (int)((nClasses - 1.0) * (pAtanB->asDouble(n) - zMin) / zRange); in Create()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Cxx/
H A DTestImplicitPolyDataDistance.cxx62 double zRange[2] = { 1.63, 102 }; in TestImplicitPolyDataDistance() local
64 for (double z = zRange[0]; z < zRange[1]; z += spacing) in TestImplicitPolyDataDistance()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/shp/
H A DESRIShape.h308 struct Range zRange; member
333 struct Range zRange; member
355 struct Range zRange; member
382 Range zRange; member
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/shp/
H A DESRIShape.h308 struct Range zRange;
333 struct Range zRange;
355 struct Range zRange;
382 Range zRange;
/dports/graphics/qgis/qgis-3.22.3/src/core/pointcloud/
H A Dqgspointcloudattributebyramprenderer.cpp65 const QgsDoubleRange zRange = context.renderContext().zRange(); in renderBlock() local
66 const bool considerZ = !zRange.isInfinite(); in renderBlock()
94 if ( !zRange.contains( z ) ) in renderBlock()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Cxx/
H A DTestImplicitPolyDataDistance.cxx71 double zRange[2] = {1.63, 102}; in TestImplicitPolyDataDistance() local
73 for (double z = zRange[0]; z < zRange[1]; z += spacing) in TestImplicitPolyDataDistance()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dname.c1407 char *zRange; in test_describe_artifacts_cmd() local
1414 describe_artifacts_to_stdout(zRange, 0); in test_describe_artifacts_cmd()
1436 char *zRange; in bloblist_page() local
1476 zRange = mprintf("IN private"); in bloblist_page()
1478 zRange = mprintf("IN phantom"); in bloblist_page()
1480 zRange = mprintf("BETWEEN %d AND %d", s, s+n-1); in bloblist_page()
1482 describe_artifacts(zRange); in bloblist_page()
1483 fossil_free(zRange); in bloblist_page()
1556 char *zRange; in table_of_public_phantoms() local
1560 describe_artifacts(zRange); in table_of_public_phantoms()
[all …]
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/res/effectlib/
H A Ddepthpass.glsllib61 float zRange = zFar - zNear;
64 float z_e = 2.0 * zNear * zFar / (zFar + zNear - z_n * (zRange));
65 return 1.0 - ((z_e - cameraProperties.x) / (zRange));

12345678