MCPcopy Create free account

hub / github.com/vispy/vispy / functions

Functions4,580 in github.com/vispy/vispy

↓ 8 callersMethodblock
Block this emitter. Any attempts to emit an event while blocked will be silently ignored. If *callback* is given, then the emitter is
vispy/util/event.py:498
↓ 8 callersMethodbounds
(self)
examples/benchmark/scene_test_1.py:121
↓ 8 callersMethodcopy
(self)
vispy/scene/events.py:90
↓ 8 callersMethodcopy
Return a copy
vispy/color/color_array.py:157
↓ 8 callersMethodcreate
(self)
vispy/gloo/glir.py:916
↓ 8 callersFunctiondownsample
Downsample by averaging points together across axis. If multiple axes are specified, runs once per axis.
vispy/testing/image_tester.py:291
↓ 8 callersMethodglGetProgramParameter
(self, program, pname)
vispy/gloo/gl/_proxy.py:278
↓ 8 callersMethodglLinkProgram
(self, program)
vispy/gloo/gl/_proxy.py:362
↓ 8 callersMethodglTexSubImage2D
(self, target, level, xoffset, yoffset, format, type, pixels)
vispy/gloo/gl/_proxy.py:428
↓ 8 callersMethodindices
(self)
vispy/visuals/collections/base_collection.py:74
↓ 8 callersMethodmesh_data_changed
(self)
vispy/visuals/mesh.py:275
↓ 8 callersMethodset_depth_mask
Toggle writing into the depth buffer Parameters ---------- flag : bool Whether depth writing should be enabled.
vispy/gloo/wrappers.py:390
↓ 8 callersMethodvalue
(self)
vispy/util/svg/length.py:56
↓ 8 callersMethodview_changed
Called when this camera is changes its view. Also called when its associated with a viewbox.
vispy/scene/cameras/base_camera.py:437
↓ 8 callersMethodzoom
(self)
examples/benchmark/scene_test_1.py:66
↓ 7 callersFunction_copy_gl_functions
Inject all objects that start with 'gl' from the source into the dest. source and dest can be dicts, modules or BaseGLProxy's.
vispy/gloo/gl/__init__.py:121
↓ 7 callersFunction_format_msg
Helper for assert_* ports
vispy/testing/_testing.py:54
↓ 7 callersFunction_get_event_xy
(ev)
vispy/app/backends/_qt.py:67
↓ 7 callersMethod_intersect_edge_arrays
Return the intercepts of all lines defined in *lines1* as they intersect all lines in *lines2*. Arguments are of shape (..., 2, 2), w
vispy/geometry/triangulation.py:690
↓ 7 callersMethod_modifiers
(self, ev)
vispy/app/backends/_jupyter_rfb.py:190
↓ 7 callersMethod_projection
Return projection of (a,b) onto (a,c) Arguments are point locations, not indexes.
vispy/geometry/triangulation.py:660
↓ 7 callersFunction_straight_line_vertices
Generate the vertices for straight lines between nodes. If it is a directed graph, it also generates the vertices which can be passed to
vispy/visuals/graphs/util.py:55
↓ 7 callersMethod_timeout
(self, *args)
vispy/app/timer.py:146
↓ 7 callersMethod_update
Rebuilds the shaders, and repositions the objects that are used internally by the ColorBarVisual
vispy/visuals/colorbar.py:342
↓ 7 callersMethod_update_image
(self)
vispy/visuals/spectrogram.py:164
↓ 7 callersMethodadd
Add an Node to the scene for this ViewBox. This is a convenience method equivalent to `node.parent = viewbox.scene` Paramete
vispy/scene/widgets/viewbox.py:171
↓ 7 callersMethodassociate
Merge this queue with another. Both queues will use a shared command list and either one can be used to fill or flush the shared queu
vispy/gloo/glir.py:562
↓ 7 callersFunctioncompare_render
Compare an expected original array with the rendered result. Parameters ---------- orig_data Expected output result array. This w
vispy/testing/rendered_array_tester.py:19
↓ 7 callersMethodcreate_native
Create the native widget if not already done so. If the widget is already created, this function does nothing.
vispy/app/canvas.py:228
↓ 7 callersMethoddelete
(self)
vispy/gloo/glir.py:936
↓ 7 callersMethoddtype
(self)
vispy/visuals/shaders/variable.py:255
↓ 7 callersFunctionf
()
vispy/util/tests/test_event_emitter.py:495
↓ 7 callersMethodflush_commands
Flush Parameters ---------- event : instance of Event The event.
vispy/gloo/context.py:156
↓ 7 callersFunctionfun
(x)
examples/demo/gloo/jfa/jfa_vispy.py:110
↓ 7 callersFunctiongaussian_filter
Drop-in replacement for scipy.ndimage.gaussian_filter. (note: results are only approximately equal to the output of gaussian_filter)
vispy/util/filter.py:8
↓ 7 callersFunctionget_layout
Retrieve a graph layout Some graph layouts accept extra options. Please refer to their documentation for more information. Paramete
vispy/visuals/graphs/layouts/__init__.py:24
↓ 7 callersMethodglBufferSubData
(self, target, offset, data)
vispy/gloo/gl/_proxy.py:70
↓ 7 callersMethodglUniform1f
(self, location, v1)
vispy/gloo/gl/_proxy.py:432
↓ 7 callersMethodglUniformMatrix4fv
(self, location, count, transpose, values)
vispy/gloo/gl/_proxy.py:470
↓ 7 callersFunctionissparse
(obj)
vispy/visuals/graphs/util.py:13
↓ 7 callersMethodkey
(self)
vispy/app/canvas.py:757
↓ 7 callersMethodlog
Returns the natural logarithm of the quaternion. (not tested)
vispy/util/quaternion.py:101
↓ 7 callersFunctionortho
Create orthographic projection matrix Parameters ---------- left : float Left coordinate of the field of view. right : float
vispy/util/transforms.py:83
↓ 7 callersMethodprint_state
Print current state with optional highlighting of what changed.
examples/scene/instanced_markers.py:87
↓ 7 callersMethodroll
(self, data)
examples/demo/scene/oscilloscope.py:223
↓ 7 callersMethodset_mapping
Configure this transform such that it maps points x0 => x1 Parameters ---------- x0 : array-like, shape (2, 2) or (2, 3)
vispy/visuals/transforms/linear.py:245
↓ 7 callersMethodstart
Start the timer. A timeout event will be generated every *interval* seconds. If *interval* is None, then self.interval will be used.
vispy/app/timer.py:95
↓ 7 callersMethodtry_emitter
(self, em, **kwargs)
vispy/util/tests/test_event_emitter.py:421
↓ 7 callersMethodupdate
(self, **kwargs)
vispy/util/config.py:278
↓ 6 callersMethod__init__
(self, data=None, format=None, resizable=True, interpolation=None, wrapping=None, shape=None,
vispy/gloo/texture.py:479
↓ 6 callersMethod_calculate_vertices
(self)
vispy/geometry/torusknot.py:45
↓ 6 callersFunction_check_imports
(lib)
vispy/app/backends/_qt.py:56
↓ 6 callersMethod_configure_2d
(self, fg_color=None)
vispy/plot/plotwidget.py:52
↓ 6 callersMethod_map_edge_case_colors
Apply special mapping to edge cases (NaN and max/min clim).
vispy/color/colormap.py:341
↓ 6 callersMethod_on_key_press
(self, _id, key, scancode, action, mod)
vispy/app/backends/_glfw.py:441
↓ 6 callersMethod_pressed_mouse_buttons
Determine which mouse buttons are currently pressed based on the tkinter event state.
vispy/app/backends/_tk.py:596
↓ 6 callersMethod_regen_pos
(self)
vispy/visuals/ellipse.py:155
↓ 6 callersMethod_resize
Internal method for resize.
vispy/gloo/texture.py:322
↓ 6 callersFunction_test_constant_names
(mod)
vispy/gloo/gl/tests/test_names.py:35
↓ 6 callersFunction_test_function_names
(mod)
vispy/gloo/gl/tests/test_names.py:28
↓ 6 callersMethod_update
(self)
vispy/visuals/polygon.py:68
↓ 6 callersMethod_update_child_widgets
(self)
vispy/scene/widgets/widget.py:429
↓ 6 callersMethod_update_data
(self)
vispy/visuals/filters/mesh.py:750
↓ 6 callersMethod_update_line
Update border line to match new shape
vispy/scene/widgets/widget.py:360
↓ 6 callersMethod_vispy_mouse_press
(self, **kwargs)
vispy/app/base.py:180
↓ 6 callersMethodappend
Append data to the end. Parameters ---------- data : array_like An array, any object exposing the array interface
vispy/visuals/collections/array_list.py:382
↓ 6 callersMethodbind
(self, data)
vispy/visuals/shaders/multiprogram.py:107
↓ 6 callersFunctionc
()
vispy/util/tests/test_event_emitter.py:486
↓ 6 callersFunctioncheck_enum
Get lowercase string representation of enum.
vispy/gloo/util.py:75
↓ 6 callersMethoddeactivate
(self)
vispy/gloo/glir.py:1391
↓ 6 callersMethodformat
(self, record)
vispy/util/logs.py:54
↓ 6 callersMethodget_vertex_normals
Get vertex normals Parameters ---------- indexed : str | None If None, return an (N, 3) array of normal vectors w
vispy/geometry/meshdata.py:360
↓ 6 callersMethodglActiveTexture
(self, texture)
vispy/gloo/gl/_proxy.py:18
↓ 6 callersMethodglBindAttribLocation
(self, program, index, name)
vispy/gloo/gl/_proxy.py:26
↓ 6 callersMethodglDrawElements
(self, mode, count, type, offset)
vispy/gloo/gl/_proxy.py:182
↓ 6 callersMethodglGetProgramInfoLog
(self, program)
vispy/gloo/gl/_proxy.py:274
↓ 6 callersMethodglGetShaderInfoLog
(self, shader)
vispy/gloo/gl/_proxy.py:286
↓ 6 callersFunctionparse_type_encoding
(encoding)
vispy/ext/cocoapy.py:439
↓ 6 callersMethodpop_gl_state
Restore a previous set of GL state parameters if available. If no previous GL state is available (see :py:meth:`.push_gl_state`), thi
vispy/visuals/visual.py:432
↓ 6 callersMethodread
Return array of pixel values in an attached buffer Parameters ---------- mode : str The buffer type to read. May
vispy/gloo/framebuffer.py:223
↓ 6 callersMethodsetText
(self, text)
examples/basics/scene/modular_shaders/editor.py:36
↓ 6 callersFunctionset_emulated_double
Emulate a double using two numbers of type float32.
examples/demo/gloo/mandelbrot_double.py:293
↓ 6 callersMethodset_subdata
Set a sub-region of the buffer (deferred operation). Parameters ---------- data : ndarray Data to be uploaded
vispy/gloo/buffer.py:59
↓ 6 callersMethodtexture_lut
Return a texture2D object for LUT after its value is set. Can be None.
vispy/color/colormap.py:508
↓ 6 callersMethodview
Return a view on the collection using provided transform
vispy/visuals/collections/collection.py:144
↓ 6 callersMethodwidth
(self)
vispy/geometry/rect.py:62
↓ 6 callersMethodx
(self)
vispy/util/svg/viewport.py:39
↓ 6 callersMethody
(self)
vispy/util/svg/viewport.py:43
↓ 5 callersFunctionCFSTR
(string)
vispy/ext/cocoapy.py:961
↓ 5 callersFunctionPathCollection
mode: string - "raw" (speed: fastest, size: small, output: ugly, no dash, no thickness) - "agg" (speed: medium,
vispy/visuals/collections/path_collection.py:11
↓ 5 callersMethod__init__
(self, vispy_timer)
vispy/app/backends/_qt.py:1024
↓ 5 callersMethod__init__
(self, vcode='', fcode='', gcode=None, program=None, vshare=None)
vispy/visuals/visual.py:326
↓ 5 callersMethod__init__
(self, x, y=0)
vispy/util/svg/transform.py:72
↓ 5 callersMethod_add_group_function
(self, des, sig, es2func)
codegen/createglapi.py:336
↓ 5 callersFunction_assert_triangle_pts_in_input
(t, input_pts)
vispy/geometry/tests/test_triangulation.py:582
↓ 5 callersMethod_attach
Called when a filter should be attached to a visual. Parameters ---------- visual : instance of Visual The visual
vispy/visuals/filters/base_filter.py:91
↓ 5 callersMethod_buttonmap_to_list
(self, buttons)
vispy/app/backends/_qt.py:493
↓ 5 callersFunction_check_color_dim
Ensure val is Nx(n_col), usually Nx3
vispy/color/color_space.py:12
↓ 5 callersFunction_check_valid
Helper to check valid options
vispy/gloo/wrappers.py:69
↓ 5 callersMethod_edges_intersect
Return 1 if edges intersect completely (endpoints excluded)
vispy/geometry/triangulation.py:676
← previousnext →201–300 of 4,580, ranked by callers