MCPcopy Create free account

hub / github.com/vispy/vispy / functions

Functions4,580 in github.com/vispy/vispy

↓ 1 callersFunction_coverage_max
(dmin, dmax, span)
vispy/visuals/axis.py:560
↓ 1 callersMethod_create
(self, path)
vispy/visuals/transforms/_util.py:174
↓ 1 callersFunction_create_markers_pattern
()
examples/scene/instanced_markers.py:178
↓ 1 callersMethod_create_texture
(self, texture_format, data)
vispy/visuals/volume.py:808
↓ 1 callersMethod_create_vertex_data
Create and set positions and texture coords from the given shape We have six faces with 1 quad (2 triangles) each, resulting in 6*2*3
vispy/visuals/volume.py:1296
↓ 1 callersFunction_cross_2d
Compute the z-component of the cross product of (arrays of) 2D vectors. This is meant to replicate the 2D functionality of np.cross(), which is
vispy/geometry/calculations.py:10
↓ 1 callersFunction_cube
(rows, cols, depth, radius)
vispy/geometry/generation.py:402
↓ 1 callersFunction_curve3_recursive_bezier
(points, x1, y1, x2, y2, x3, y3, level=0)
vispy/geometry/curves.py:84
↓ 1 callersFunction_curve4_recursive_bezier
(points, x1, y1, x2, y2, x3, y3, x4, y4, level=0)
vispy/geometry/curves.py:146
↓ 1 callersFunction_default_controls
Generate linearly spaced control points from a set of colors.
vispy/color/colormap.py:398
↓ 1 callersMethod_delayed_update
Expose a new frame to the canvas. This will call self.redraw() internally. The self.animate sets the refresh rate in milliseconds. U
vispy/app/backends/_tk.py:430
↓ 1 callersFunction_density
(k, m, dmin, dmax, lmin, lmax)
vispy/visuals/axis.py:569
↓ 1 callersFunction_density_max
(k, m)
vispy/visuals/axis.py:575
↓ 1 callersMethod_dep_changed
Called when a dependency's expression has changed.
vispy/visuals/shaders/shader_object.py:133
↓ 1 callersMethod_describe_tree
Helper function to actuall construct the tree
vispy/scene/node.py:435
↓ 1 callersMethod_detach
(self, visual)
vispy/visuals/filters/mesh.py:580
↓ 1 callersMethod_dist_to_trans
Convert mouse x, y movement into x, y, z translations
vispy/scene/cameras/perspective.py:336
↓ 1 callersMethod_distances_from_line
(self, edge, points)
vispy/geometry/triangulation.py:648
↓ 1 callersMethod_do_pending_writes
Do any pending text writes
vispy/scene/widgets/console.py:320
↓ 1 callersFunction_draw1
()
vispy/gloo/gl/tests/test_functionality.py:519
↓ 1 callersFunction_draw2
()
vispy/gloo/gl/tests/test_functionality.py:526
↓ 1 callersFunction_draw3
()
vispy/gloo/gl/tests/test_functionality.py:535
↓ 1 callersMethod_edge_below_front
Return True if *edge* is below the current front. One of the points in *edge* must be _on_ the front, at *front_index*.
vispy/geometry/triangulation.py:504
↓ 1 callersMethod_edge_in_front
Return the index where *edge* appears in the current front. If the edge is not in the front, return -1
vispy/geometry/triangulation.py:438
↓ 1 callersMethod_edges_in_tri_except
Return the edges in *tri*, excluding *edge*.
vispy/geometry/triangulation.py:495
↓ 1 callersMethod_emit_resize_event
(self)
vispy/app/backends/_jupyter_rfb.py:193
↓ 1 callersFunction_enable_profiling
Start profiling and register callback to print stats when the program exits.
vispy/util/config.py:370
↓ 1 callersMethod_ensure_fbo
(self)
vispy/app/backends/_offscreen_util.py:98
↓ 1 callersMethod_ensure_vec4_func
(dims)
vispy/visuals/mesh.py:295
↓ 1 callersMethod_ensure_vec4_func
(dims)
vispy/visuals/line/line.py:319
↓ 1 callersMethod_euler_update
Update system using Euler's method (equivalent to order 1 Runge-Kutta Method).
examples/demo/visuals/wiggly_bar.py:492
↓ 1 callersFunction_fetch_file
Load requested file, downloading it if needed or requested Parameters ---------- url: string The url of file to be downloaded.
vispy/util/fetching.py:216
↓ 1 callersMethod_finalize
(self)
vispy/geometry/triangulation.py:195
↓ 1 callersMethod_fit
Test if region (width, height) fit into self._atlas_nodes[index]
vispy/gloo/texture.py:1031
↓ 1 callersFunction_fix_osmesa_gl_lib_if_testing
This functions checks if we a running test with the osmesa backends and fix the GL library if needed. Since we have to fix the VISPY_GL_
vispy/gloo/gl/__init__.py:207
↓ 1 callersMethod_frame_exports_to_list
(self, frame_specifier)
vispy/util/gallery_scraper.py:125
↓ 1 callersMethod_frame_specifier_to_list
(self, frame_specifier)
vispy/util/gallery_scraper.py:116
↓ 1 callersFunction_frenet_frames
Calculates and returns the tangents, normals and binormals for the tube.
vispy/visuals/tube.py:121
↓ 1 callersFunction_func_name
Get the name.
vispy/util/tests/test_docstring_parameters.py:25
↓ 1 callersMethod_generate_draw_order
Return a list giving the order to draw visuals. Each node appears twice in the list--(node, True) appears before the node's children
vispy/scene/canvas.py:332
↓ 1 callersMethod_generate_faces
(self)
vispy/visuals/surface_plot.py:179
↓ 1 callersFunction_generate_random_image_data
(shape, dtype=np.float32)
examples/scene/realtime_data/ex02_control_vispy_from_qt.py:102
↓ 1 callersFunction_generate_random_image_data
(shape, dtype=np.float32)
examples/scene/realtime_data/ex01_embedded_vispy.py:85
↓ 1 callersFunction_generate_random_line_positions
(num_points, dtype=np.float32)
examples/scene/realtime_data/ex02_control_vispy_from_qt.py:108
↓ 1 callersFunction_generate_random_line_positions
(num_points, dtype=np.float32)
examples/scene/realtime_data/ex01_embedded_vispy.py:91
↓ 1 callersMethod_generate_vertices
(center, radius, height, width)
vispy/visuals/rectangle.py:67
↓ 1 callersMethod_generate_vertices
(center, radius, start_angle, span_angle, num_segments)
vispy/visuals/ellipse.py:66
↓ 1 callersMethod_get_active_attributes_and_uniforms
Retrieve active attributes and uniforms to be able to check that all uniforms/attributes are set by the user. Other GLIR implementatio
vispy/gloo/glir.py:1137
↓ 1 callersFunction_get_data_cache
()
vispy/geometry/isosurface.py:138
↓ 1 callersMethod_get_dim_vectors
(self)
vispy/scene/cameras/arcball.py:84
↓ 1 callersFunction_get_directed_edges
(adjacency_mat)
vispy/visuals/graphs/util.py:38
↓ 1 callersMethod_get_directions
(self)
vispy/scene/cameras/fly.py:218
↓ 1 callersFunction_get_edges
(adjacency_mat)
vispy/visuals/graphs/util.py:21
↓ 1 callersMethod_get_error
Get error and show the faulty line + some context Other GLIR implementations may omit this.
vispy/gloo/glir.py:939
↓ 1 callersMethod_get_frame_list_from_source
(self, filename)
vispy/util/gallery_scraper.py:97
↓ 1 callersFunction_get_function_from_pyopengl
Try getting the given function from PyOpenGL, return a dummy function (that shows a warning when called) if it could not be found.
vispy/gloo/gl/pyopengl2.py:48
↓ 1 callersMethod_get_label_anchors
(center, halfdim, orientation, transforms)
vispy/visuals/colorbar.py:394
↓ 1 callersMethod_get_mouse_position
(self)
vispy/app/backends/_sdl2.py:344
↓ 1 callersMethod_get_nonblank_lines
(self)
codegen/headerparser.py:128
↓ 1 callersFunction_get_orig_and_new_clims
(input_dtype)
vispy/visuals/tests/test_image.py:62
↓ 1 callersMethod_get_picking_ids
Return a 1D array of picking IDs for the vertices in the visual. Generally, this method should be implemented to: 1. Calculate th
vispy/visuals/filters/base_filter.py:168
↓ 1 callersFunction_get_qt_top_parent
(globals_dict)
vispy/util/gallery_scraper.py:153
↓ 1 callersMethod_get_replaced_code
Return code, with new name, expressions, and replacements applied.
vispy/visuals/shaders/function.py:416
↓ 1 callersMethod_get_rotation_tr
Return a rotation matrix based on camera parameters
vispy/scene/cameras/turntable.py:162
↓ 1 callersMethod_get_rotation_tr
Return a rotation matrix based on camera parameters
vispy/scene/cameras/arcball.py:70
↓ 1 callersFunction_get_running_interactive_framework
Return the interactive framework whose event loop is currently running, if any, or "headless" if no event loop can be started, or None. R
vispy/app/_detect_eventloop.py:10
↓ 1 callersFunction_get_tester
()
vispy/testing/image_tester.py:69
↓ 1 callersMethod_get_texcoord_func
(orientation)
vispy/visuals/colorbar.py:156
↓ 1 callersMethod_get_texture_format_for_data
(self, data, internalformat)
vispy/visuals/_scalable_textures.py:85
↓ 1 callersMethod_get_tick_frac_labels
Get the major ticks, minor ticks, and major labels
vispy/visuals/axis.py:378
↓ 1 callersMethod_get_tick_positions
(self, major_tick_fractions, minor_tick_fractions)
vispy/visuals/axis.py:303
↓ 1 callersMethod_get_ticks_anchors
(center, halfdim, orientation, transforms)
vispy/visuals/colorbar.py:445
↓ 1 callersFunction_get_ticks_talbot
(dmin, dmax, n_inches, density=1.)
vispy/visuals/axis.py:597
↓ 1 callersFunction_glGetFloatv
(pname)
vispy/gloo/gl/_gl2.py:647
↓ 1 callersFunction_glGetIntegerv
(pname)
vispy/gloo/gl/_gl2.py:676
↓ 1 callersMethod_gl_initialize
Deal with compatibility; desktop does not have sprites enabled by default. ES has.
vispy/gloo/glir.py:830
↓ 1 callersMethod_grab_qt_screenshot
(self)
vispy/util/gallery_scraper.py:215
↓ 1 callersMethod_grab_vispy_screenshots
(self)
vispy/util/gallery_scraper.py:248
↓ 1 callersMethod_handle_auto_texture_format
(self, texture_format, data)
vispy/visuals/_scalable_textures.py:383
↓ 1 callersFunction_handle_exception
Helper for prining errors in callbacks See EventEmitter._invoke_callback for a use example.
vispy/util/logs.py:278
↓ 1 callersMethod_handle_native_gesture_event
(self, ev)
vispy/app/backends/_qt.py:616
↓ 1 callersFunction_has_scipy
(min_version)
vispy/testing/_testing.py:283
↓ 1 callersFunction_have_context
()
vispy/gloo/gl/gl2.py:52
↓ 1 callersFunction_hex_to_rgba
Convert hex to rgba, permitting alpha values in hex
vispy/color/color_space.py:23
↓ 1 callersFunction_ico
(radius, subdivisions)
vispy/geometry/generation.py:338
↓ 1 callersFunction_init
Create global Config object, parse command flags.
vispy/util/config.py:37
↓ 1 callersMethod_init_interpolation
(self, interpolation_names)
vispy/visuals/image.py:334
↓ 1 callersMethod_init_interpolation
(self, interpolation_methods)
vispy/visuals/volume.py:789
↓ 1 callersMethod_init_specific
(self, p, kwargs)
vispy/app/backends/_qt.py:743
↓ 1 callersMethod_init_texture
(self, data, texture_format, **texture_kwargs)
vispy/visuals/image.py:356
↓ 1 callersMethod_initialize
(self)
vispy/geometry/triangulation.py:65
↓ 1 callersMethod_initialize
(self)
vispy/app/backends/_wx.py:295
↓ 1 callersMethod_initialize
Initialise the Canvas for drawing.
vispy/app/backends/_tk.py:451
↓ 1 callersFunction_inject
Copy functions from OpenGL.GL into _pyopengl namespace.
vispy/gloo/gl/pyopengl2.py:82
↓ 1 callersFunction_inject
Inject functions and constants from PyOpenGL but leave out the names that are deprecated or that we provide in our API.
vispy/gloo/gl/glplus.py:17
↓ 1 callersFunction_interpolate_multi
(colors, x, controls)
vispy/color/colormap.py:81
↓ 1 callersMethod_interpret_connect
(self)
vispy/visuals/line/line.py:223
↓ 1 callersMethod_intersected_edge
Given a list of *edges*, return the first that is intersected by *cut_edge*.
vispy/geometry/triangulation.py:520
↓ 1 callersMethod_is_qt_widget
(self)
vispy/util/gallery_scraper.py:208
↓ 1 callersFunction_lab_to_rgb
Convert Nx3 or Nx4 lab to rgb
vispy/color/color_space.py:158
← previousnext →1,001–1,100 of 4,580, ranked by callers