Home
last modified time | relevance | path

Searched refs:select_sphere (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/py-yt/yt-4.0.1/yt/geometry/_selection_routines/
H A Dboolean_selectors.pxi57 cdef int rv1 = self.sel1.select_sphere(pos, radius)
59 cdef int rv2 = self.sel2.select_sphere(pos, radius)
110 cdef int rv1 = self.sel1.select_sphere(pos, radius)
112 cdef int rv2 = self.sel2.select_sphere(pos, radius)
151 cdef int rv1 = self.sel1.select_sphere(pos, radius)
203 cdef int rv1 = self.sel1.select_sphere(pos, radius)
204 cdef int rv2 = self.sel2.select_sphere(pos, radius)
255 cdef int rv1 = self.sel1.select_sphere(pos, radius)
257 cdef int rv2 = self.sel2.select_sphere(pos, radius)
346 if (<SelectorObject>self.selectors[i]).select_sphere(
[all …]
H A Dcompose_selector.pxi42 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in ComposeSelector
43 if self.selector1.select_sphere(pos, radius) and \
44 self.selector2.select_sphere(pos, radius):
H A Dcut_region_selector.pxi31 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in CutRegionSelector
H A Dalways_selector.pxi31 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in AlwaysSelector
H A Doctree_subset_selector.pxi22 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in OctreeSubsetSelector
H A Dpoint_selector.pxi32 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in PointSelector
H A Dindexed_octree_subset_selector.pxi35 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in IndexedOctreeSubsetSelector
H A Dcutting_plane_selector.pxi30 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in CuttingPlaneSelector
H A Dortho_ray_selector.pxi77 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in OrthoRaySelector
H A Dslice_selector.pxi84 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in SliceSelector
H A Dellipsoid_selector.pxi52 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in EllipsoidSelector
H A Ddisk_selector.pxi40 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in DiskSelector
H A Dselector_object.pxi244 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in SelectorObject
500 count += self.select_sphere(pos, radius)
544 mask[i] = self.select_sphere(pos, radius)
H A Dsphere_selector.pxi67 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in SphereSelector
H A Dregion_selector.pxi142 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in RegionSelector
H A Dray_selector.pxi183 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in RaySelector
/dports/misc/usd/USD-21.11/pxr/usd/pcp/testenv/testPcpMuseum_TrickyVariantWeakerSelection2.testenv/TrickyVariantWeakerSelection2/
H A Droot.sdf23 "select_sphere" (
/dports/math/py-yt/yt-4.0.1/yt/geometry/
H A Dselection_routines.pxd51 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil
H A Dselection_routines.c3479 …int (*select_sphere)(struct __pyx_obj_2yt_8geometry_18selection_routines_SelectorObject *, __pyx_t…
14103 …etry_18selection_routines_SelectorObject *)__pyx_v_self->__pyx_vtab)->select_sphere(__pyx_v_self, …
14623 …etry_18selection_routines_SelectorObject *)__pyx_v_self->__pyx_vtab)->select_sphere(__pyx_v_self, …
42909 …ction_routines_SelectorObject *)__pyx_v_self->selector1->__pyx_vtab)->select_sphere(__pyx_v_self->…
42923 …ction_routines_SelectorObject *)__pyx_v_self->selector2->__pyx_vtab)->select_sphere(__pyx_v_self->…
44816 …routines_SelectorObject *)__pyx_v_self->__pyx_base.sel1->__pyx_vtab)->select_sphere(__pyx_v_self->…
44838 …routines_SelectorObject *)__pyx_v_self->__pyx_base.sel2->__pyx_vtab)->select_sphere(__pyx_v_self->…
45592 …routines_SelectorObject *)__pyx_v_self->__pyx_base.sel1->__pyx_vtab)->select_sphere(__pyx_v_self->…
45614 …routines_SelectorObject *)__pyx_v_self->__pyx_base.sel2->__pyx_vtab)->select_sphere(__pyx_v_self->…
46165 …routines_SelectorObject *)__pyx_v_self->__pyx_base.sel1->__pyx_vtab)->select_sphere(__pyx_v_self->…
[all …]
H A Dfake_octree.c2163 …int (*select_sphere)(struct __pyx_obj_2yt_8geometry_18selection_routines_SelectorObject *, __pyx_t… member
/dports/math/py-yt/yt-4.0.1/doc/source/developing/
H A Dcreating_datatypes.rst37 * ``select_sphere`` - this routine returns zero or one whether a sphere (point
/dports/biology/garlic/garlic-1.6/
H A DMakefile88 weight_colors.o angle.o radius.o select_sphere.o \
959 select_sphere.o: select_sphere.c $(HEADERS)
960 $(CC) -c $(CCOPT) select_sphere.c
/dports/math/py-yt/yt-4.0.1/yt/frontends/artio/
H A D_artio_caller.pyx1661 cdef int select_sphere(self, np.float64_t pos[3], np.float64_t radius) nogil: member in SFCRangeSelector
H A D_artio_caller.c2771 …int (*select_sphere)(struct __pyx_obj_2yt_8geometry_18selection_routines_SelectorObject *, __pyx_t… member
49063 …__pyx_vtable_2yt_9frontends_5artio_13_artio_caller_SFCRangeSelector.__pyx_base.select_sphere = (in… in __Pyx_modinit_type_init_code()
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dparticle_kdtree_tools.cpp2775 …int (*select_sphere)(struct __pyx_obj_2yt_8geometry_18selection_routines_SelectorObject *, __pyx_t… member

12