MCPcopy Create free account

hub / github.com/vispy/vispy / functions

Functions4,580 in github.com/vispy/vispy

↓ 1 callersFunction_last_stack_str
Print stack trace from call that didn't originate from here
vispy/gloo/buffer.py:465
↓ 1 callersFunction_latitude
(rows, cols, radius, offset)
vispy/geometry/generation.py:298
↓ 1 callersMethod_levels_to_colors
(self)
vispy/visuals/isocurve.py:169
↓ 1 callersFunction_list_fonts
()
vispy/util/fonts/_win32.py:86
↓ 1 callersMethod_load_char
Build and store a glyph corresponding to an individual character Parameters ---------- char : str A single charac
vispy/visuals/text/text.py:84
↓ 1 callersFunction_load_font
(face, bold, italic)
vispy/util/fonts/_freetype.py:28
↓ 1 callersFunction_load_font
(face, bold, italic)
vispy/util/fonts/_quartz.py:41
↓ 1 callersFunction_load_vispy_font
(face, bold, italic)
vispy/util/fonts/_quartz.py:21
↓ 1 callersFunction_make_pattern
Make a concrete dash pattern of a given length.
vispy/visuals/line/dash_atlas.py:52
↓ 1 callersFunction_make_unavailable_func
(funcname)
vispy/gloo/gl/pyopengl2.py:42
↓ 1 callersMethod_normalize
(self)
vispy/geometry/triangulation.py:51
↓ 1 callersMethod_on_close
(self, _id)
vispy/app/backends/_glfw.py:398
↓ 1 callersMethod_on_draw
(self)
vispy/app/backends/_sdl2.py:351
↓ 1 callersMethod_on_draw
(self, _id=None)
vispy/app/backends/_glfw.py:403
↓ 1 callersMethod_on_draw
(self)
vispy/app/backends/_osmesa.py:208
↓ 1 callersMethod_on_key_down
Event callback when a key is pressed within the canvas or window. Ignore keys.ESCAPE if this is an embedded canvas, as this would mak
vispy/app/backends/_tk.py:666
↓ 1 callersMethod_on_key_up
Event callback when a key is released within the canvas or window. Ignore keys.ESCAPE if this is an embedded canvas, as this would ma
vispy/app/backends/_tk.py:686
↓ 1 callersMethod_on_mouse_button
(self, _id, button, action, mod)
vispy/app/backends/_glfw.py:409
↓ 1 callersMethod_on_mouse_button_press
Event callback when a mouse button is pressed within the canvas. Parameters ---------- e : tk.Event The passed in
vispy/app/backends/_tk.py:600
↓ 1 callersMethod_on_mouse_button_release
Event callback when a mouse button is released within the canvas. Parameters ---------- e : tk.Event The passed i
vispy/app/backends/_tk.py:646
↓ 1 callersMethod_on_mouse_double_button_press
Event callback when a mouse button is double clicked within the canvas. Parameters ---------- e : tk.Event The pa
vispy/app/backends/_tk.py:626
↓ 1 callersMethod_on_mouse_enter
Event callback when the mouse enters the canvas. Parameters ---------- e : tk.Event The passed in Event.
vispy/app/backends/_tk.py:521
↓ 1 callersMethod_on_mouse_motion
(self, _id, x, y)
vispy/app/backends/_glfw.py:436
↓ 1 callersMethod_on_mouse_move
Event callback when the mouse is moved within the canvas. Parameters ---------- e : tk.Event The passed in Event.
vispy/app/backends/_tk.py:563
↓ 1 callersMethod_on_mouse_scroll
(self, _id, x_off, y_off)
vispy/app/backends/_glfw.py:428
↓ 1 callersMethod_on_mouse_wheel
Event callback when the mouse wheel changes within the canvas. Parameters ---------- e : tk.Event The passed in E
vispy/app/backends/_tk.py:576
↓ 1 callersMethod_pack_ids_into_rgba
Pack an array of uint32 primitive ids into float32 RGBA colors.
vispy/visuals/filters/base_filter.py:200
↓ 1 callersMethod_parse
Parse a single command.
vispy/gloo/glir.py:743
↓ 1 callersFunction_parse_command_line_arguments
Transform vispy specific command line args to vispy config. Put into a function so that any variables dont leak in the vispy namespace.
vispy/util/config.py:139
↓ 1 callersMethod_parse_constants_and_functions_from_file
(self)
codegen/headerparser.py:113
↓ 1 callersMethod_parse_error
Parses a single GLSL error and extracts the linenr and description Other GLIR implementations may omit this.
vispy/gloo/glir.py:967
↓ 1 callersMethod_parse_template_vars
Find all template variables in self._code, excluding the function name.
vispy/visuals/shaders/function.py:403
↓ 1 callersMethod_parse_variables_from_code
Parse uniforms, attributes and varyings from the source code.
vispy/gloo/program.py:244
↓ 1 callersFunction_patch
Monkey-patch pyopengl to fix a bug in glBufferSubData.
vispy/gloo/gl/pyopengl2.py:18
↓ 1 callersMethod_pop_source
(self)
vispy/util/event.py:76
↓ 1 callersMethod_post_draw
(self)
vispy/gloo/glir.py:1319
↓ 1 callersMethod_prepare_colors
Prepare and normalize color arrays.
vispy/visuals/markers.py:746
↓ 1 callersMethod_prepare_data_dict
Prepare attribute data as a dictionary.
vispy/visuals/markers.py:774
↓ 1 callersMethod_prepare_draw
(self, view)
vispy/visuals/visual.py:670
↓ 1 callersMethod_prepare_edge_width
Validate and return edge width parameters.
vispy/visuals/markers.py:726
↓ 1 callersMethod_prepare_event
(self, *args, **kwargs)
vispy/util/event.py:475
↓ 1 callersMethod_prepare_mesh_colors
(self, colors)
vispy/visuals/surface_plot.py:121
↓ 1 callersMethod_prepare_symbol_values
Convert symbol names to numeric values and broadcast.
vispy/visuals/markers.py:758
↓ 1 callersMethod_prepare_transforms
(self, view)
vispy/visuals/image.py:672
↓ 1 callersMethod_prepare_vertex_data
(self)
vispy/visuals/line/arrow.py:83
↓ 1 callersFunction_prepare_vis
()
vispy/gloo/gl/tests/test_functionality.py:222
↓ 1 callersMethod_pressed_mouse_buttons
(evt)
vispy/app/backends/_wx.py:398
↓ 1 callersFunction_process_glsl_template
Replace $color_i by color #i in the GLSL template.
vispy/color/colormap.py:206
↓ 1 callersMethod_process_key
(self, key)
vispy/app/backends/_glfw.py:476
↓ 1 callersMethod_process_mod
(self, key, down)
vispy/app/backends/_sdl2.py:410
↓ 1 callersMethod_process_mod
Process (possible) keyboard modifiers GLFW provides "mod" with many callbacks, but not (critically) the scroll callback, so we keep t
vispy/app/backends/_glfw.py:484
↓ 1 callersMethod_push_source
(self, source)
vispy/util/event.py:73
↓ 1 callersMethod_qpixmap_to_ndarray
(pixmap)
vispy/util/gallery_scraper.py:236
↓ 1 callersMethod_recreate_solver
Recreate the linear system solver with all constraints.
vispy/scene/widgets/grid.py:478
↓ 1 callersMethod_reformat_if_necessary
(self, data)
vispy/visuals/_scalable_textures.py:435
↓ 1 callersMethod_remove_child
(self, node)
vispy/scene/node.py:220
↓ 1 callersMethod_rename_objects_fast
Rename all objects quickly to guaranteed-unique names using the id() of each object. This produces mostly unreadable GLSL, but is abo
vispy/visuals/shaders/compiler.py:110
↓ 1 callersMethod_rename_objects_pretty
Rename all objects like "name_1" to avoid conflicts. Objects are only renamed if necessary. This method produces more readable GLSL,
vispy/visuals/shaders/compiler.py:125
↓ 1 callersFunction_repeat_face_normals_on_corners
(normals)
vispy/geometry/meshdata.py:31
↓ 1 callersMethod_resize_buffers
Resize buffers only if necessary
vispy/scene/widgets/console.py:246
↓ 1 callersFunction_rgb
(triplet)
vispy/util/svg/color.py:168
↓ 1 callersFunction_rgb_to_hex
Convert rgb to hex triplet
vispy/color/color_space.py:37
↓ 1 callersFunction_rgb_to_hsv
Convert Nx3 or Nx4 rgb to hsv
vispy/color/color_space.py:47
↓ 1 callersFunction_rgb_to_lab
(rgbs)
vispy/color/color_space.py:134
↓ 1 callersMethod_runge_kutta_update
Update using order 3 Runge-Kutta Method.
examples/demo/visuals/wiggly_bar.py:516
↓ 1 callersMethod_save_example_to_files
(self, canvas_or_widget, frame_num_list, gallery_conf, image_path_iterator)
vispy/util/gallery_scraper.py:81
↓ 1 callersFunction_save_failed_test
(data, expect, filename)
vispy/testing/image_tester.py:236
↓ 1 callersMethod_scale_data_on_cpu
(data, clim, copy=True)
vispy/visuals/_scalable_textures.py:302
↓ 1 callersFunction_serialize_buffer
Serialize a NumPy array.
vispy/util/logs.py:339
↓ 1 callersMethod_set_bad_color_glsl
Set the color mapping for NaN values.
vispy/color/colormap.py:277
↓ 1 callersFunction_set_config
Set gl configuration for SDL2
vispy/app/backends/_sdl2.py:117
↓ 1 callersFunction_set_config
Set the OpenGL configuration
vispy/app/backends/_qt.py:275
↓ 1 callersFunction_set_config
Set gl configuration for GLFW.
vispy/app/backends/_glfw.py:128
↓ 1 callersFunction_set_config
Set gl configuration
vispy/app/backends/_pyglet.py:116
↓ 1 callersFunction_set_config
Set gl configuration
vispy/app/backends/_wx.py:105
↓ 1 callersMethod_set_config
(self, config)
vispy/gloo/context.py:108
↓ 1 callersMethod_set_high_color_glsl
Set the color mapping for values greater than or equal to max clim.
vispy/color/colormap.py:289
↓ 1 callersFunction_set_image_data
(image, data, should_fail)
vispy/visuals/tests/test_image.py:55
↓ 1 callersMethod_set_keys
(self, keys)
vispy/app/canvas.py:248
↓ 1 callersMethod_set_low_color_glsl
Set the color mapping for values less than or equal to min clim.
vispy/color/colormap.py:301
↓ 1 callersMethod_set_range
(self, init)
vispy/scene/cameras/base_camera.py:315
↓ 1 callersMethod_shader_object
This method allows transforms to be assigned directly to shader template variables. Example:: code = 'void main() { gl_
vispy/visuals/transforms/base_transform.py:133
↓ 1 callersFunction_simplicity
(q, Q, j, lmin, lmax, lstep)
vispy/visuals/axis.py:579
↓ 1 callersFunction_simplicity_max
(q, Q, j)
vispy/visuals/axis.py:591
↓ 1 callersFunction_skip_example
(fname)
vispy/testing/_runners.py:262
↓ 1 callersFunction_slow_calculate_normals
Efficiently compute vertex normals for triangulated surface
vispy/io/tests/test_io.py:87
↓ 1 callersFunction_stop_timers
Stop all timers associated with a canvas.
vispy/app/backends/_jupyter_rfb.py:299
↓ 1 callersFunction_string_to_rgb
Convert user string or hex color to color array (length 3 or 4)
vispy/color/color_array.py:19
↓ 1 callersFunction_test_callbacks
Tests input capabilities, triaging based on backend
vispy/app/tests/test_app.py:38
↓ 1 callersFunction_text_to_vbo
Convert text characters to VBO
vispy/visuals/text/text.py:237
↓ 1 callersMethod_tick
(self)
vispy/app/backends/_egl.py:261
↓ 1 callersMethod_tick
(self)
vispy/app/backends/_sdl2.py:446
↓ 1 callersMethod_tick
(self)
vispy/app/backends/_glfw.py:515
↓ 1 callersMethod_tick
(self)
vispy/app/backends/_osmesa.py:232
↓ 1 callersMethod_timer_coro
(self, interval)
vispy/app/backends/_jupyter_rfb.py:281
↓ 1 callersMethod_tri_from_edge
Return the only tri that contains *edge*. If two tris share this edge, raise an exception.
vispy/geometry/triangulation.py:478
↓ 1 callersFunction_triangulate_cpp
(vertices_2d, segments)
vispy/geometry/triangulation.py:813
↓ 1 callersFunction_triangulate_python
(vertices_2d, segments)
vispy/geometry/triangulation.py:804
↓ 1 callersMethod_update_axis
(self)
vispy/scene/widgets/axis.py:44
↓ 1 callersMethod_update_camera_pos
Set the camera position and orientation
vispy/scene/cameras/perspective.py:276
← previousnext →1,101–1,200 of 4,580, ranked by callers