MCPcopy Create free account

hub / github.com/vispy/vispy / functions

Functions4,580 in github.com/vispy/vispy

↓ 3 callersFunctionget_class
(name)
vispy/ext/cocoapy.py:350
↓ 3 callersFunctionget_current_canvas
Get the currently active canvas Returns None if there is no canvas available. A canvas is made active on initialization and before the draw e
vispy/gloo/context.py:45
↓ 3 callersMethodget_edges
Edges of the mesh Parameters ---------- indexed : str | None If indexed is None, return (Nf, 3) array of vertex in
vispy/geometry/meshdata.py:169
↓ 3 callersMethodget_free_region
Get a free region of given size and allocate it Parameters ---------- width : int Width of region to allocate
vispy/gloo/texture.py:968
↓ 3 callersMethodget_tk_instance
Return the Tk instance. Returns ------- tk.Tk The tk.Tk instance.
vispy/app/backends/_tk.py:169
↓ 3 callersFunctiongit_cmd_base
(path)
vispy/testing/image_tester.py:473
↓ 3 callersFunctiongit_commit_id
Return the commit id of *ref* in the git repository at *path*.
vispy/testing/image_tester.py:485
↓ 3 callersMethodglBlendFunc
(self, sfactor, dfactor)
vispy/gloo/gl/_proxy.py:58
↓ 3 callersMethodglCheckFramebufferStatus
(self, target)
vispy/gloo/gl/_proxy.py:74
↓ 3 callersMethodglCompressedTexImage2D
(self, target, level, internalformat, width, height, border, data)
vispy/gloo/gl/_proxy.py:102
↓ 3 callersMethodglCompressedTexSubImage2D
(self, target, level, xoffset, yoffset, width, height, format, data)
vispy/gloo/gl/_proxy.py:106
↓ 3 callersMethodglCreateFramebuffer
(self, )
vispy/gloo/gl/_proxy.py:218
↓ 3 callersMethodglCreateRenderbuffer
(self, )
vispy/gloo/gl/_proxy.py:222
↓ 3 callersMethodglCullFace
(self, mode)
vispy/gloo/gl/_proxy.py:126
↓ 3 callersMethodglDeleteFramebuffer
(self, framebuffer)
vispy/gloo/gl/_proxy.py:134
↓ 3 callersMethodglDeleteProgram
(self, program)
vispy/gloo/gl/_proxy.py:138
↓ 3 callersMethodglDeleteRenderbuffer
(self, renderbuffer)
vispy/gloo/gl/_proxy.py:142
↓ 3 callersMethodglDeleteShader
(self, shader)
vispy/gloo/gl/_proxy.py:146
↓ 3 callersMethodglDeleteTexture
(self, texture)
vispy/gloo/gl/_proxy.py:150
↓ 3 callersMethodglDisableVertexAttribArray
(self, index)
vispy/gloo/gl/_proxy.py:174
↓ 3 callersMethodglGetShaderParameter
(self, shader, pname)
vispy/gloo/gl/_proxy.py:298
↓ 3 callersMethodglGetUniform
(self, program, location)
vispy/gloo/gl/_proxy.py:310
↓ 3 callersMethodglIsBuffer
(self, buffer)
vispy/gloo/gl/_proxy.py:330
↓ 3 callersMethodglIsFramebuffer
(self, framebuffer)
vispy/gloo/gl/_proxy.py:338
↓ 3 callersMethodglIsProgram
(self, program)
vispy/gloo/gl/_proxy.py:342
↓ 3 callersMethodglIsRenderbuffer
(self, renderbuffer)
vispy/gloo/gl/_proxy.py:346
↓ 3 callersMethodglIsShader
(self, shader)
vispy/gloo/gl/_proxy.py:350
↓ 3 callersMethodglIsTexture
(self, texture)
vispy/gloo/gl/_proxy.py:354
↓ 3 callersMethodglReadPixels
(self, x, y, width, height, format, type)
vispy/gloo/gl/_proxy.py:374
↓ 3 callersMethodglRenderbufferStorage
(self, target, internalformat, width, height)
vispy/gloo/gl/_proxy.py:378
↓ 3 callersMethodglValidateProgram
(self, program)
vispy/gloo/gl/_proxy.py:478
↓ 3 callersMethodhandle_event
(self, ev)
vispy/app/backends/_jupyter_rfb.py:102
↓ 3 callersFunctionhas_backend
(backend, has=(), capable=(), out=())
vispy/util/check_environment.py:34
↓ 3 callersMethodhistogram
Calculate and show a histogram of data Parameters ---------- data : array-like Data to histogram. Currently only
vispy/plot/plotwidget.py:165
↓ 3 callersMethodinsert
Insert data before index Parameters ---------- index : int Index before which data will be inserted. dat
vispy/visuals/collections/array_list.py:276
↓ 3 callersMethodis_empty
Check if any vertices or faces are defined.
vispy/geometry/meshdata.py:698
↓ 3 callersFunctionload_example
(name)
examples/basics/scene/modular_shaders/sandbox.py:548
↓ 3 callersMethodmap
(self, coords)
examples/basics/visuals/image_transforms.py:111
↓ 3 callersFunctionmidpoint
(v1, v2)
vispy/geometry/generation.py:378
↓ 3 callersFunctionmkchunk
(data, name)
vispy/io/image.py:40
↓ 3 callersMethodmove
(self, end)
examples/scene/shape_draw.py:140
↓ 3 callersMethodnode_path_transforms
Return the list of transforms along the path to another node. The transforms are listed in reverse order, such that the last transfo
vispy/scene/node.py:573
↓ 3 callersMethodpadded
Return a new Rect padded (smaller) by padding on all sides Parameters ---------- padding : float The padding.
vispy/geometry/rect.py:122
↓ 3 callersMethodpush_gl_state_update
Modify the set of GL state parameters to use when drawing. The arguments are forwarded to :func:`vispy.gloo.wrappers.set_state`. Thi
vispy/visuals/visual.py:414
↓ 3 callersMethodreadTuple
Reads a tuple of numbers. e.g. vertices, normals or teture coords.
vispy/io/wavefront.py:112
↓ 3 callersFunctionrenderScene
renderScene - the OpenGL commands to render our scene.
examples/demo/gloo/jfa/jfa_translation.py:156
↓ 3 callersFunctionreset_glir
()
vispy/gloo/tests/test_wrappers.py:31
↓ 3 callersFunctionresize
Resize an image Parameters ---------- image : ndarray Array of shape (N, M, ...). shape : tuple 2-element shape.
vispy/geometry/calculations.py:111
↓ 3 callersMethodresize
Set the render-buffer size and format Parameters ---------- shape : tuple of integers New shape in yx order. A re
vispy/gloo/framebuffer.py:50
↓ 3 callersMethodresize_bytes
Resize this buffer (deferred operation). Parameters ---------- size : int New buffer size in bytes.
vispy/gloo/buffer.py:113
↓ 3 callersMethodroll
Increase the age of all items in the cache by 1. Items whose age is greater than self.max_age will be removed from the cache.
vispy/visuals/transforms/_util.py:179
↓ 3 callersMethodselect
(self, val, obj=None)
examples/scene/shape_draw.py:131
↓ 3 callersFunctionsend_message
(receiver, selName, *args, **kwargs)
vispy/ext/cocoapy.py:387
↓ 3 callersFunctionsetUniformVariables
setUniformVariables - set the uniform shader variables we need
examples/demo/gloo/jfa/jfa_translation.py:56
↓ 3 callersFunctionset_current_canvas
Make a canvas active. Used primarily by the canvas itself.
vispy/gloo/context.py:63
↓ 3 callersMethodset_data
Set the scalar array data Parameters ---------- data : ndarray A 2D array of scalar values. The isocurve is const
vispy/visuals/isocurve.py:82
↓ 3 callersMethodset_data
Set the complete data for a single line strip. Parameters ---------- index : int The index of the line strip to b
vispy/visuals/scrolling_lines.py:186
↓ 3 callersMethodset_data
Set the image data. Parameters ---------- image : array-like The image data. texture_format : str or None
vispy/visuals/image.py:375
↓ 3 callersMethodset_data
Set the data used to display this visual. Parameters ---------- pos : array The array of locations to display eac
vispy/visuals/markers.py:834
↓ 3 callersMethodset_data
Set the data Parameters ---------- pos : list, tuple or numpy array Bounds of the region along the axis. len(pos)
vispy/visuals/linear_region.py:92
↓ 3 callersMethodset_data
Set the data Parameters ---------- vertices : ndarray, shape (Nv, 3) | None Vertex coordinates. tris : nd
vispy/visuals/isoline.py:149
↓ 3 callersMethodset_data
Set data (deferred operation) Parameters ---------- data : ndarray Data to be uploaded copy: bool
vispy/gloo/buffer.py:175
↓ 3 callersMethodset_perspective
Set the perspective Parameters ---------- fov : float Field of view. aspect : float Aspect ra
vispy/visuals/transforms/linear.py:517
↓ 3 callersMethodset_state
Set the view state of the camera Should be a dict (or kwargs) as returned by get_state. It can be an incomlete dict, in which case on
vispy/scene/cameras/base_camera.py:352
↓ 3 callersMethodset_transform
(self, offset, scale)
examples/benchmark/scene_test_2.py:86
↓ 3 callersMethodshader_imap
(self)
vispy/visuals/transforms/nonlinear.py:293
↓ 3 callersMethodshader_imap
(self)
vispy/visuals/transforms/linear.py:140
↓ 3 callersMethodshader_map
(self)
vispy/visuals/transforms/nonlinear.py:283
↓ 3 callersMethodshader_map
(self)
vispy/visuals/transforms/chain.py:167
↓ 3 callersFunctionstft
Compute the STFT Parameters ---------- x : array-like 1D signal to operate on. ``If len(x) < n_fft``, x will be zero-padded
vispy/util/fourier.py:8
↓ 3 callersMethodtrail
Return an (N, 2) array of mouse coordinates for every event in the current mouse drag operation. Returns None if there is no current
vispy/app/canvas.py:710
↓ 3 callersMethodtranslate
Translate the matrix The translation is applied *after* the transformations already present in the matrix. Paramete
vispy/visuals/transforms/linear.py:411
↓ 3 callersMethodtranslate_center
Translates the center point, and keeps it in bounds.
examples/demo/gloo/mandelbrot_double.py:228
↓ 3 callersMethodupdate_bounds
(self)
examples/scene/shape_draw.py:51
↓ 3 callersMethodupdate_matrices
(self)
examples/demo/gloo/brain.py:117
↓ 3 callersMethodupdate_points
(self)
examples/scene/shape_draw.py:60
↓ 3 callersFunctionuse_shared_contexts
Enable context sharing for PyQt5 5.4+ API applications. This is disabled by default for PyQt5 5.4+ due to occasional segmentation faults and
vispy/app/backends/_qt.py:238
↓ 3 callersMethodvisual_at
Return the visual at a given position Parameters ---------- pos : tuple The position in logical coordinates to qu
vispy/scene/canvas.py:403
↓ 3 callersMethodwriteTuple
Writes a tuple of numbers (on one line).
vispy/io/wavefront.py:263
↓ 3 callersMethodzoom
Factors less than zero zoom in, and greater than zero zoom out. If mouse_coords is given, the point under the mouse stays stationary
examples/demo/gloo/mandelbrot_double.py:273
↓ 2 callersFunctionOSMesaGetCurrentContext
()
vispy/ext/osmesa.py:79
↓ 2 callersFunctionPointCollection
mode: string - "raw" (speed: fastest, size: small, output: ugly) - "agg" (speed: fast, size: small, output: beautiful)
vispy/visuals/collections/point_collection.py:11
↓ 2 callersMethod__create_galaxy_vertex_data
(self)
examples/demo/gloo/galaxy/galaxy.py:156
↓ 2 callersMethod__delitem__
x.__delitem__(y) <==> del x[y]
vispy/visuals/collections/array_list.py:228
↓ 2 callersMethod__init__
(self, parent=None, name=None)
vispy/scene/visuals.py:31
↓ 2 callersMethod__init__
(self, vispy_timer)
vispy/app/backends/_egl.py:249
↓ 2 callersMethod__init__
(self, vispy_timer)
vispy/app/backends/_sdl2.py:434
↓ 2 callersMethod__init__
(self, vispy_timer)
vispy/app/backends/_glfw.py:503
↓ 2 callersMethod__init__
(self, vispy_timer)
vispy/app/backends/_template.py:229
↓ 2 callersMethod__init__
(self, vispy_timer)
vispy/app/backends/_osmesa.py:220
↓ 2 callersMethod__init__
(self, vispy_timer)
vispy/app/backends/_tk.py:800
↓ 2 callersMethod__init__
(self, var, array=False)
vispy/visuals/shaders/variable.py:239
↓ 2 callersMethod__init__
Apply a texture on a mesh.
vispy/visuals/filters/mesh.py:41
↓ 2 callersMethod__init__
(self, pos=None, color=(0.5, 0.5, 0.5, 1), width=1, connect='strip', method='gl', antialias=F
vispy/visuals/line/line.py:82
↓ 2 callersMethod__init__
(self, type, native=None, **kwargs)
vispy/util/event.py:49
↓ 2 callersMethod__init__
(self, level, match=None, record=False, print_msg=True)
vispy/util/logs.py:214
↓ 2 callersMethod__init__
(self, *args, **kwargs)
vispy/gloo/glir.py:866
↓ 2 callersMethod__init__
(self)
examples/scene/isocurve_for_trisurface_qt.py:116
↓ 2 callersMethod__init__
(self, parent=None)
examples/scene/realtime_data/ex03b_data_sources_threaded_loop.py:32
↓ 2 callersMethod__init__
(self, parent=None)
examples/scene/realtime_data/ex03c_data_sources_threaded_events.py:32
← previousnext →501–600 of 4,580, ranked by callers