Home
last modified time | relevance | path

Searched refs:slice0 (Results 1 – 25 of 52) sorted by relevance

123

/dports/graphics/openrm/rm160/rmv/
H A Drmviso.c370 slice_prev = slice0; in local_doIsosurface()
371 slice0 = slice1; in local_doIsosurface()
387 free_slice(slice0); in local_doIsosurface()
398 free(slice0); in local_doIsosurface()
723 slice *slice0, in generate_triangles() argument
758 data1 = slice0->data[vi][ui]; in generate_triangles()
780 usize = slice0->usize; in generate_triangles()
781 vsize = slice0->vsize; in generate_triangles()
1305 slice *slice0, in compute_normal() argument
1321 sp1 = slice0; in compute_normal()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Points/Testing/Python/
H A DTestDensifyPointCloudFilter.py60 slice0 = vtk.vtkImageSlice() variable
61 slice0.SetMapper(map0)
62 slice0.GetProperty().SetColorWindow(vrange[1]-vrange[0])
63 slice0.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
110 ren0.AddActor(slice0)
H A DTestPointDensityGradient.py69 slice0 = vtk.vtkImageSlice() variable
70 slice0.SetMapper(map0)
71 slice0.GetProperty().SetColorWindow(vrange[1]-vrange[0])
72 slice0.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
134 ren0.AddActor(slice0)
H A DTestPointDensityFilter.py70 slice0 = vtk.vtkImageSlice() variable
71 slice0.SetMapper(map0)
72 slice0.GetProperty().SetColorWindow(vrange[1]-vrange[0])
73 slice0.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
199 ren0.AddActor(slice0)
/dports/math/vtk9/VTK-9.1.0/Filters/Points/Testing/Python/
H A DTestDensifyPointCloudFilter.py60 slice0 = vtk.vtkImageSlice() variable
61 slice0.SetMapper(map0)
62 slice0.GetProperty().SetColorWindow(vrange[1]-vrange[0])
63 slice0.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
110 ren0.AddActor(slice0)
H A DTestPointDensityGradient.py69 slice0 = vtk.vtkImageSlice() variable
70 slice0.SetMapper(map0)
71 slice0.GetProperty().SetColorWindow(vrange[1]-vrange[0])
72 slice0.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
134 ren0.AddActor(slice0)
H A DTestPointDensityFilter.py70 slice0 = vtk.vtkImageSlice() variable
71 slice0.SetMapper(map0)
72 slice0.GetProperty().SetColorWindow(vrange[1]-vrange[0])
73 slice0.GetProperty().SetColorLevel(0.5*(vrange[0]+vrange[1]))
199 ren0.AddActor(slice0)
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/tests/
H A Dtest_fileslice.py37 for slice0 in slices:
38 _check_slice(slice0)
39 _check_slice((slice0,)) # tuple is same
41 maybe_bad = slice0 is Ellipsis
45 _check_slice((slice0, slice1))
64 for slice0 in slicers:
65 assert canonical_slicers((slice0,), shape) == (slice0, slice(None))
67 sliceobj = (slice0, slice1)
88 for slice0 in (slice(10), slice(0, 10), slice(0, 10, 1)):
89 assert canonical_slicers((slice0, 1), shape) == (slice(None), 1)
[all …]
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/calc/
H A Dtools.py1011 slice0 = take(slice(None, -2))
1024 slice0 = take(slice(None, 1))
1032 left = (- big_delta / (combined_delta * delta[delta_slice0]) * f[slice0]
1037 slice0 = take(slice(-3, -2))
1045 right = (delta[delta_slice1] / (combined_delta * delta[delta_slice0]) * f[slice0]
1105 slice0 = take(slice(None, -2))
1112 center = 2 * (f[slice0] / (combined_delta * delta[delta_slice0])
1117 slice0 = take(slice(None, 1))
1124 left = 2 * (f[slice0] / (combined_delta * delta[delta_slice0])
1129 slice0 = take(slice(-3, -2))
[all …]
/dports/math/vtk9/VTK-9.1.0/Imaging/Hybrid/
H A DvtkSliceCubes.cxx143 T *slice0, *slice1, *slice2, *slice3; in vtkSliceCubesContour() local
223 slice0 = slice1; in vtkSliceCubesContour()
318 ComputePointGradient(i, j, k, dims, Spacing, grad[0], slice0, slice1, slice2); in vtkSliceCubesContour()
319 ComputePointGradient(i + 1, j, k, dims, Spacing, grad[1], slice0, slice1, slice2); in vtkSliceCubesContour()
320 ComputePointGradient(i + 1, j + 1, k, dims, Spacing, grad[2], slice0, slice1, slice2); in vtkSliceCubesContour()
321 ComputePointGradient(i, j + 1, k, dims, Spacing, grad[3], slice0, slice1, slice2); in vtkSliceCubesContour()
/dports/math/vtk8/VTK-8.2.0/Imaging/Hybrid/
H A DvtkSliceCubes.cxx143 T *slice0, *slice1, *slice2, *slice3; in vtkSliceCubesContour() local
222 slice0 = slice1; in vtkSliceCubesContour()
317 slice0, slice1, slice2); in vtkSliceCubesContour()
319 slice0, slice1, slice2); in vtkSliceCubesContour()
321 slice0, slice1, slice2); in vtkSliceCubesContour()
323 slice0, slice1, slice2); in vtkSliceCubesContour()
/dports/math/vtk6/VTK-6.2.0/Imaging/Hybrid/
H A DvtkSliceCubes.cxx143 T *slice0, *slice1, *slice2, *slice3; in vtkSliceCubesContour() local
222 slice0 = slice1; in vtkSliceCubesContour()
317 slice0, slice1, slice2); in vtkSliceCubesContour()
319 slice0, slice1, slice2); in vtkSliceCubesContour()
321 slice0, slice1, slice2); in vtkSliceCubesContour()
323 slice0, slice1, slice2); in vtkSliceCubesContour()
/dports/science/py-scipy/scipy-1.7.1/scipy/integrate/
H A D_quadrature.py397 slice0 = tupleset(slice_all, axis, slice(start, stop, step))
402 result = np.sum(y[slice0] + 4*y[slice1] + y[slice2], axis=axis)
415 tmp = hsum/6.0 * (y[slice0] * (2 - 1.0/h0divh1) +
632 slice0 = tupleset(slice_all, axis, 0)
635 R[(0, 0)] = (y[slice0] + y[slicem1])/2.0*h
/dports/devel/gdcm/gdcm-3.0.10/Testing/Source/MediaStorageAndFileFormat/Cxx/
H A DTestSplitMosaicFilter3.cxx99 gdcm::MrProtocol::Slice & slice0 = sa.Slices[0]; in TestSplitMosaicFilter3() local
100 gdcm::MrProtocol::Vector3 & p0 = slice0.Position; in TestSplitMosaicFilter3()
H A DTestSplitMosaicFilter2.cxx119 gdcm::MrProtocol::Slice & slice0 = sa.Slices[0]; in TestSplitMosaicFilter2() local
120 gdcm::MrProtocol::Vector3 & p0 = slice0.Position; in TestSplitMosaicFilter2()
/dports/graphics/xmedcon/xmedcon-0.17.0/source/
H A Dm-split.c122 char *MdcCopySlice(FILEINFO *ofi, FILEINFO *ifi, Uint32 slice0) in MdcCopySlice() argument
133 idin = &ifi->image[slice0]; in MdcCopySlice()
154 idin = &ifi->image[slice0]; in MdcCopySlice()
H A Dm-split.h49 char *MdcCopySlice(FILEINFO *ofi, FILEINFO *ifi, Uint32 slice0);
/dports/databases/db18/db-18.1.40/test/tcl/
H A Denv029.tcl56 set slice0 "slice0"
58 set slice [list "0 home $slice0" "1 home $slice1"]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/
H A Descape_slice.go18 func slice0() { func
/dports/emulators/stella/stella-6.6/test/roms/bankswitching/_code/
H A DE0.asm11 seg slice0
/dports/lang/zig-devel/zig-0.9.0/lib/std/
H A Dheap.zig1066 var slice0 = try allocator.alloc(u8, 5);
1067 try testing.expect(slice0.len == 5);
1068 var slice1 = try allocator.realloc(slice0, 10);
1069 try testing.expect(slice1.ptr == slice0.ptr);
1078 var slice0 = try allocator.alloc(u8, 2);
1079 slice0[0] = 1;
1080 slice0[1] = 2;
1082 var slice2 = try allocator.realloc(slice0, 4);
1083 try testing.expect(slice0.ptr != slice2.ptr);
/dports/lang/zig/zig-0.9.0/lib/std/
H A Dheap.zig1066 var slice0 = try allocator.alloc(u8, 5);
1067 try testing.expect(slice0.len == 5);
1068 var slice1 = try allocator.realloc(slice0, 10);
1069 try testing.expect(slice1.ptr == slice0.ptr);
1078 var slice0 = try allocator.alloc(u8, 2);
1079 slice0[0] = 1;
1080 slice0[1] = 2;
1082 var slice2 = try allocator.realloc(slice0, 4);
1083 try testing.expect(slice0.ptr != slice2.ptr);
/dports/devel/py-xdis/xdis-5.0.13/pytest/testdata/
H A Dbig_dict-3.6.right110 …'UNARY_INVERT', 'unary_expr', 'unary_not', 'unary_convert', 'get_iter', 'slice0', 'slice1', 'slice…
498 …'UNARY_INVERT', 'unary_expr', 'unary_not', 'unary_convert', 'get_iter', 'slice0', 'slice1', 'slice…
/dports/devel/nextpnr/nextpnr-48cd407/ecp5/
H A Dpack.cc607 if (slice0 == nullptr) { in pack_lut5xs()
631 slice0->constr_z = 1; in pack_lut5xs()
632 slice0->constr_x = 0; in pack_lut5xs()
633 slice0->constr_y = 0; in pack_lut5xs()
634 slice0->constr_parent = slice1; in pack_lut5xs()
682 if (slice0 == nullptr) in pack_lut5xs()
725 slice0->constr_abs_z = true; in pack_lut5xs()
726 slice0->constr_z = 3; in pack_lut5xs()
727 slice0->constr_x = 0; in pack_lut5xs()
728 slice0->constr_y = 0; in pack_lut5xs()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/internal/
H A Dscopebuffer.d362 const slice0 = csb[0 .. 5]; variable

123