MCPcopy Create free account

hub / github.com/vispy/vispy / functions

Functions4,580 in github.com/vispy/vispy

↓ 4 callersFunctionrotate
(M, angle, x, y, z, point=None)
examples/gloo/gl/cube.py:27
↓ 4 callersMethodrotate_point
Rotate a Point instance using this quaternion.
vispy/util/quaternion.py:147
↓ 4 callersMethodset_data
Set the volume data. Parameters ---------- vol : ndarray The 3D volume. clim : tuple Colormap
vispy/visuals/volume.py:828
↓ 4 callersMethodset_data
(self, offset, data)
vispy/gloo/glir.py:1528
↓ 4 callersMethodset_data
(self, offset, data)
vispy/gloo/glir.py:1561
↓ 4 callersMethodset_data
(self, offset, data)
vispy/gloo/glir.py:1657
↓ 4 callersMethodset_data
(self, offset, data)
vispy/gloo/glir.py:1698
↓ 4 callersMethodset_faces
Set the faces Parameters ---------- faces : ndarray (Nf, 3) array of faces. Each row in the array contains
vispy/geometry/meshdata.py:196
↓ 4 callersMethodset_mapping
Set to a 3D transformation matrix that maps points1 onto points2. Parameters ---------- points1 : array-like, shape (4, 3)
vispy/visuals/transforms/linear.py:463
↓ 4 callersMethodset_vertices
Set the mesh vertices Parameters ---------- verts : ndarray | None The array (Nv, 3) of vertex coordinates.
vispy/geometry/meshdata.py:263
↓ 4 callersFunctionstyle_colorbar
(colorbar)
examples/basics/visuals/colorbar_visual_types.py:18
↓ 4 callersMethodtriangulate
Do the triangulation.
vispy/geometry/triangulation.py:117
↓ 4 callersMethodupdate
(self, content)
vispy/util/svg/style.py:32
↓ 4 callersMethodupdate_markers
update marker colors, and highlight a marker with a given color
examples/basics/visuals/line_draw.py:80
↓ 4 callersMethodupdate_text
(self)
examples/basics/visuals/text_visual.py:143
↓ 4 callersFunctionuse_gl
Let Vispy use the target OpenGL ES 2.0 implementation Also see ``vispy.use()``. Parameters ---------- target : str The targe
vispy/gloo/gl/__init__.py:61
↓ 4 callersFunctionwrite_mesh
Write mesh data to file. Parameters ---------- fname : str Filename to write. Must end with ".obj" or ".gz". vertices : array
vispy/io/mesh.py:67
↓ 4 callersMethodzoom
Zoom in (or out) at the given center Parameters ---------- factor : float or tuple Fraction by which the scene sh
vispy/scene/cameras/panzoom.py:80
↓ 3 callersFunctionPolygonCollection
mode: string - "raw" (speed: fastest, size: small, output: ugly, no dash, no thickness) - "agg" (speed: medium,
vispy/visuals/collections/polygon_collection.py:12
↓ 3 callersMethod__init__
(self, vispy_timer)
vispy/app/backends/_jupyter_rfb.py:276
↓ 3 callersMethod__init__
(self, code, dependencies=None)
vispy/visuals/shaders/function.py:170
↓ 3 callersMethod__init__
(self, alpha=1.0, **kwargs)
vispy/visuals/filters/color.py:117
↓ 3 callersMethod__init__
(self, content, mode='x', parent=None)
vispy/util/svg/length.py:15
↓ 3 callersMethod__init__
(self, data=None, nbytes=None)
vispy/gloo/buffer.py:40
↓ 3 callersMethod__init__
(self,)
examples/demo/gloo/primitive_mesh_viewer_qt.py:215
↓ 3 callersMethod_absint
(self, i, ref)
vispy/io/wavefront.py:176
↓ 3 callersMethod_attach
(self, visual)
vispy/visuals/filters/mesh.py:115
↓ 3 callersMethod_build_vertex_data
Rebuild the vertex buffers for the subdivide method.
vispy/visuals/image.py:574
↓ 3 callersFunction_check_img_lib
Utility to search for imageio or PIL
vispy/io/image.py:220
↓ 3 callersFunction_check_result
Test the color of each quadrant by picking the center pixel of each quadrant and comparing it with the reference color.
vispy/gloo/gl/tests/test_functionality.py:543
↓ 3 callersMethod_compute_bounds
(self, axis, view)
vispy/visuals/text/text.py:626
↓ 3 callersMethod_configure_3d
(self)
vispy/plot/plotwidget.py:153
↓ 3 callersFunction_convert_attrib_list
(attribList)
vispy/ext/egl.py:276
↓ 3 callersFunction_create_fake_block_vars
(canvas)
vispy/util/tests/test_gallery_scraper.py:22
↓ 3 callersFunction_create_fake_gallery_conf
(src_dir)
vispy/util/tests/test_gallery_scraper.py:33
↓ 3 callersMethod_create_rep_array
Get a representative array with an initial shape. Data will be filled in and the texture resized later.
vispy/visuals/_scalable_textures.py:195
↓ 3 callersMethod_detach
Called when a filter should be detached from a visual. Parameters ---------- visual : instance of Visual The visu
vispy/visuals/filters/base_filter.py:110
↓ 3 callersMethod_filter
Filter DATA/SIZE commands that are overridden by a SIZE command.
vispy/gloo/glir.py:508
↓ 3 callersMethod_find_edge_intersections
Return a dictionary containing, for each edge in self.edges, a list of the positions at which the edge should be split.
vispy/geometry/triangulation.py:528
↓ 3 callersFunction_generate_random_image_data
(shape, dtype=np.float32)
examples/scene/realtime_data/ex03b_data_sources_threaded_loop.py:87
↓ 3 callersFunction_generate_random_image_data
(shape, dtype=np.float32)
examples/scene/realtime_data/ex03c_data_sources_threaded_events.py:87
↓ 3 callersFunction_generate_random_image_data
(shape, dtype=np.float32)
examples/scene/realtime_data/ex03a_data_sources_timer.py:132
↓ 3 callersFunction_get_config_fname
Helper for the vispy config file
vispy/util/config.py:300
↓ 3 callersFunction_get_egl_windows
()
vispy/app/backends/_egl.py:56
↓ 3 callersMethod_get_gl_tex_format
(self, texture_format, num_channels)
vispy/visuals/_scalable_textures.py:394
↓ 3 callersFunction_get_glfw_windows
()
vispy/app/backends/_glfw.py:99
↓ 3 callersFunction_get_mods
Helper to extract list of mods from event
vispy/app/backends/_wx.py:170
↓ 3 callersFunction_get_osmesa_windows
()
vispy/app/backends/_osmesa.py:42
↓ 3 callersFunction_get_sdl2_windows
()
vispy/app/backends/_sdl2.py:92
↓ 3 callersMethod_get_transition
(self)
vispy/visuals/transforms/nonlinear.py:347
↓ 3 callersFunction_hsv_to_rgb
Convert Nx3 or Nx4 hsv to rgb
vispy/color/color_space.py:76
↓ 3 callersMethod_interpret_color
(self, color_in=None)
vispy/visuals/line/line.py:240
↓ 3 callersMethod_new_msg
(self, msg, *args)
vispy/util/profiler.py:108
↓ 3 callersMethod_new_program
New program was added to the multiprogram; update items in the shader.
vispy/visuals/shaders/multiprogram.py:142
↓ 3 callersMethod_normalize
(self, x_y)
examples/demo/gloo/signals.py:93
↓ 3 callersMethod_normalize_emulated_shape
(self, data_or_shape)
vispy/gloo/texture.py:824
↓ 3 callersMethod_on_key_char
(self, _id, text)
vispy/app/backends/_glfw.py:466
↓ 3 callersMethod_set_buffer
(self, buffer, format)
vispy/gloo/framebuffer.py:141
↓ 3 callersMethod_set_clipper
Assign a clipper that is inherited from a parent node. If *clipper* is None, then remove any clippers for *node*.
vispy/scene/node.py:116
↓ 3 callersMethod_set_data
Internal method for set_data.
vispy/gloo/texture.py:361
↓ 3 callersMethod_set_emulated_shape
(self, data_or_shape)
vispy/gloo/texture.py:811
↓ 3 callersMethod_set_scene_transform
Called by subclasses to configure the viewbox scene transform.
vispy/scene/cameras/base_camera.py:520
↓ 3 callersFunction_test_texture_basic_formats
(Texture, baseshape)
vispy/gloo/tests/test_texture.py:608
↓ 3 callersFunction_test_texture_opengl_formats
(Texture, baseshape)
vispy/gloo/tests/test_texture.py:638
↓ 3 callersMethod_update_colors
(self)
vispy/scene/widgets/widget.py:408
↓ 3 callersMethod_update_if_maps_changed
Helper to store and check current (from, to) maps against new ones being provided. The new mappings are only applied if a change has o
vispy/visuals/transforms/transform_system.py:162
↓ 3 callersMethod_update_method
Decide which method to use for *view* and configure it accordingly.
vispy/visuals/image.py:600
↓ 3 callersMethod_update_transform
(self)
vispy/scene/cameras/panzoom.py:248
↓ 3 callersMethod_update_variables
(self)
vispy/gloo/texture.py:843
↓ 3 callersFunction_user_to_rgba
Convert color(s) from any set of fmts (str/hex/arr) to RGB(A) array
vispy/color/color_array.py:39
↓ 3 callersMethod_vispy_get_size
(self)
vispy/app/base.py:146
↓ 3 callersMethod_vispy_set_current
(self)
vispy/app/base.py:110
↓ 3 callersMethod_vispy_set_current
(self)
vispy/app/backends/_osmesa.py:132
↓ 3 callersMethod_vispy_set_emit_record
(self, record)
vispy/util/logs.py:106
↓ 3 callersMethodactivate
Activate/use this frame buffer.
vispy/gloo/framebuffer.py:119
↓ 3 callersMethodadd_subvisual
(self, visual)
examples/scene/shape_draw.py:125
↓ 3 callersMethodadjacency_matrix
(self)
vispy/visuals/graphs/graph.py:102
↓ 3 callersMethodanimate_layout
(self)
vispy/visuals/graphs/graph.py:135
↓ 3 callersFunctionassert_chain_objects
(chain1, chain2)
vispy/visuals/transforms/tests/test_transforms.py:26
↓ 3 callersFunctionassert_not_equal
Backport
vispy/testing/_testing.py:106
↓ 3 callersMethodbounds
Get the bounds of the Visual Parameters ---------- axis : int The axis. view : instance of VisualView
vispy/visuals/visual.py:241
↓ 3 callersMethodbounds
The clipping boundaries. This must be a tuple (x, y, w, h) in a clipping coordinate system that is defined by the `transform` propert
vispy/visuals/filters/clipper.py:34
↓ 3 callersMethodbutton
(self)
vispy/app/canvas.py:655
↓ 3 callersMethodconnect
Connect the callback to the event group. The callback will receive events from *all* of the emitters in the group. See :func:`EventEm
vispy/util/event.py:711
↓ 3 callersMethodcontext
The OpenGL context of the native widget It gives access to OpenGL functions to call on this canvas object, and to the shared context
vispy/app/canvas.py:286
↓ 3 callersFunctioncreateShader
createShader - create, load, compile and link the shader object
examples/demo/gloo/jfa/jfa_translation.py:36
↓ 3 callersMethoddeactivate
Stop using this frame buffer, the previous framebuffer will be made active.
vispy/gloo/framebuffer.py:128
↓ 3 callersMethoddelta
(self)
vispy/app/canvas.py:667
↓ 3 callersMethoddestroy
Callback when the window gets closed. Destroy the VisPy canvas by calling close on it.
vispy/app/backends/_tk.py:772
↓ 3 callersFunctiondowncast_to_32bit_if_needed
Downcast to 32bit dtype if necessary.
vispy/gloo/texture.py:43
↓ 3 callersMethoddraw
(self, *args, **kwargs)
vispy/visuals/shaders/program.py:99
↓ 3 callersFunctiondraw_texture
Draw a 2D texture to the current viewport Parameters ---------- tex : instance of Texture2D The texture to draw.
vispy/gloo/util.py:116
↓ 3 callersMethodeccentricity
(self, r)
examples/demo/gloo/galaxy/galaxy_simulation.py:216
↓ 3 callersMethodfinish
Add a final message; flush the message list if no parent profiler.
vispy/util/profiler.py:119
↓ 3 callersFunctionfix_osmesa_gl_lib
When using OSMesa, the gl functions (from libGL) are included in libOSMesa.so. This function modifies the VISPY_GL_LIB env variable so gl
vispy/util/osmesa_gl.py:5
↓ 3 callersMethodflush
(self)
vispy/util/profiler.py:132
↓ 3 callersMethodflush
Flush commands. Call this after setting to context to current.
vispy/gloo/context.py:270
↓ 3 callersFunctiongamma_correct
Transform linear RGB values to nonlinear RGB values. Rec. 709 is ITU-R Recommendation BT. 709 (1990) ``Basic Parameter Values for the HDT
examples/demo/gloo/galaxy/galaxy_specrend.py:193
↓ 3 callersFunctiongetView
Computes view matrix based on angle, distance and target.
examples/demo/gloo/skybox.py:37
↓ 3 callersMethodget_axis_angle
Get the axis-angle representation of the quaternion. (The angle is in radians)
vispy/util/quaternion.py:187
← previousnext →401–500 of 4,580, ranked by callers