Home
last modified time | relevance | path

Searched refs:volume_method (Results 1 – 10 of 10) sorted by relevance

/dports/math/py-yt/yt-4.0.1/yt/visualization/volume_rendering/
H A Dutils.py45 render_source.volume_method,
69 render_source.volume_method,
103 render_source.volume_method,
128 render_source.volume_method,
H A Drender_source.py95 volume_method = None variable in RenderSource
185 volume_method = None variable in VolumeSource
495 volume_method = "KDTree" variable in KDTreeVolumeSource
565 volume_method = "Octree" variable in OctreeVolumeSource
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dimage_samplers.pyx79 str volume_method, argument
84 self.volume_method = volume_method
144 if self.volume_method == 'KDTree':
146 elif self.volume_method == 'Octree':
151 self.volume_method
367 str volume_method, argument
372 x_vec, y_vec, width, volume_method, **kwargs)
426 str volume_method, argument
432 x_vec, y_vec, width, volume_method, **kwargs)
517 str volume_method, argument
[all …]
H A Dimage_samplers.pxd58 cdef public str volume_method
H A Dimage_samplers.cpp1462 PyObject *volume_method; member
3642 __Pyx_GOTREF(__pyx_v_self->volume_method); in __pyx_pf_2yt_9utilities_3lib_14image_samplers_12ImageSampler___init__()
3643 __Pyx_DECREF(__pyx_v_self->volume_method); in __pyx_pf_2yt_9utilities_3lib_14image_samplers_12ImageSampler___init__()
7862 __Pyx_INCREF(__pyx_v_self->volume_method); in __pyx_pf_2yt_9utilities_3lib_14image_samplers_12ImageSampler_13volume_method___get__()
7863 __pyx_r = __pyx_v_self->volume_method; in __pyx_pf_2yt_9utilities_3lib_14image_samplers_12ImageSampler_13volume_method___get__()
7895 __Pyx_GOTREF(__pyx_v_self->volume_method); in __pyx_pf_2yt_9utilities_3lib_14image_samplers_12ImageSampler_13volume_method_2__set__()
7896 __Pyx_DECREF(__pyx_v_self->volume_method); in __pyx_pf_2yt_9utilities_3lib_14image_samplers_12ImageSampler_13volume_method_2__set__()
7931 __Pyx_GOTREF(__pyx_v_self->volume_method); in __pyx_pf_2yt_9utilities_3lib_14image_samplers_12ImageSampler_13volume_method_4__del__()
7932 __Pyx_DECREF(__pyx_v_self->volume_method); in __pyx_pf_2yt_9utilities_3lib_14image_samplers_12ImageSampler_13volume_method_4__del__()
7933 __pyx_v_self->volume_method = ((PyObject*)Py_None); in __pyx_pf_2yt_9utilities_3lib_14image_samplers_12ImageSampler_13volume_method_4__del__()
[all …]
H A D_octree_raytracing.cpp1382 PyObject *volume_method; member
H A Dlenses.c1342 PyObject *volume_method; member
H A Dbounding_volume_hierarchy.cpp1708 PyObject *volume_method; member
H A Dgrid_traversal.cpp1386 PyObject *volume_method; member
/dports/math/py-yt/yt-4.0.1/yt/geometry/
H A Dselection_routines.c2366 PyObject *volume_method;