 VuoFfmpegUtility | Helper methods for working with ffmpeg |
 _VuoAudio_internal | Private data for a VuoAudio instance |
 _VuoHid_internal | Private data for a VuoHid instance |
 _VuoImage | An image residing in GPU memory (GL Texture Object), with an optional CPU copy |
 _VuoImageTextData | Placement info about text when rendered to an image |
 _VuoLeapInternal | Internal data for listening to a Leap controller |
 _VuoMesh | A 3D mesh that contains one or more submeshes (allowing each submesh to have a different element assembly method) |
 _VuoOscMessage | An OSC message |
 _VuoOscOut_internal | Private data for a VuoOscOut instance |
 _VuoSerial_internal | Private data for a VuoSerial instance |
 _VuoShader | A graphics shader program, specifying how to render a 3D object |
 _VuoSmoothInertia | Instance data for smoothing a value using inertia |
 ChainSort | Helper for VuoCompilerBitcodeGenerator::makeOrderedNodes() |
 CIColor(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 ModuleInfo | Data for loadModulesIntoCombinedEnvironment |
 NodeContext | Runtime information about a node |
 NSArray(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSBitmapImageRep(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSColor(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSData(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSImage(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSNumber(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSScreen(VuoAdditions) | Some convenience methods for fetching information about an NSScreen |
 NSString(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSValue(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 OnDevicesChangedListener | A singleton class that listens for changes in available video input devices |
 PortContext | Runtime information about a port |
 VuoAnchor | Combination vertical + horizontal alignment |
 VuoApplicationAboutDialog | The About dialog for a Vuo app |
 VuoApplicationDelegate | NSApplication delegate, to shut down cleanly when the user requests to quit |
 VuoArtNetAddress | A set of values that specifiy a DMX512 universe |
 VuoArtNetInputDevice | Information about an Art-Net input device |
 VuoArtNetOutputDevice | Information about an Art-Net output device |
 VuoAudioFileInternal | Context data for decoding an audio file |
 VuoAudioFrame | A list of VuoAudioSamples (per-channel) and timestamp for one frame of audio |
 VuoAudioInputDevice | Information about an audio input device |
 VuoAudioOutputDevice | Information about an audio ouput device |
 VuoAudioSamples | A set of audio amplitudes for a single channel |
 VuoAvDecoder | AvFoundation video decoder |
 VuoAvPlayerObject | Https://b33p.net/kosada/node/9140 |
 <VuoAvTrackHapFrame> | Allows us to call methods on HapDecoderFrame without linking to the framework at compile-time (to enable running on OS X 10.8 and 10.9) |
 <VuoAvTrackHapOutput> | Allows us to call methods on AVPlayerItemHapDXTOutput without linking to the framework at compile-time (to enable running on OS X 10.8 and 10.9) |
 VuoAvTrackOutput | Decodes Hap frames if present; otherwise returns the frames as-is |
 VuoAvWriterObject | Https://b33p.net/kosada/node/9140 |
 VuoAvWriterObject() | Manages writing audio and video samples to a movie file |
 VuoBase | This class is intended to be inherited by a base class that can have compiler and/or renderer detail classes |
 VuoBaseDetail | This class is intended to be inherited by a detail class attached to a base class |
 VuoBox | Defines a bounding box |
 VuoCable | Represents a connection from a node's output port to a node's input port |
 VuoColor | A color, with component values specifying red, green, blue, and alpha (opacity) |
 VuoCompiler | This class compiles node classes, types, and library modules |
  Environment | A set of node classes, types, library modules, and search paths for other dependencies |
 VuoCompilerBitcodeGenerator | Generates code for a composition |
 VuoCompilerBitcodeParser | A parser to extract code elements from an LLVM module |
 VuoCompilerCable | Represents a connection from a node's output port to a node's input port |
 VuoCompilerChain | A linear sequence of nodes along which an event may be transmitted |
 VuoCompilerCodeGenUtilities | Handy methods for generating code |
 VuoCompilerComposition | A collection of nodes and the cables connecting them |
  NodeReplacement | A mapping from a node to its replacement in a composition diff |
 VuoCompilerConstantStringCache | A cache of LLVM constant values generated for a module |
 VuoCompilerData | The data for a data-and-event port |
 VuoCompilerDataClass | The data type for a data-and-event port |
 VuoCompilerDriver | This class represents a driver for a protocol |
 VuoCompilerError | A description of an error that occurred while compiling a composition |
 VuoCompilerEventPort | A passive (non-trigger) port, optionally with data |
 VuoCompilerEventPortClass | A passive (non-trigger) port type, optionally with data |
 VuoCompilerException | An exception containing a list of errors that occurred while compiling a composition |
 VuoCompilerGenericType | The compiler detail class for VuoGenericType |
 VuoCompilerGraph | Data structure used for performing graph analysis on a composition in order to compile it or check its validity |
 VuoCompilerGraphvizParser | Parses nodes and cables from a .vuo composition file |
 VuoCompilerInputData | The data for a data-and-event input port |
 VuoCompilerInputDataClass | The data type for a data-and-event input port |
 VuoCompilerInputEventPort | An input port, optionally with data |
 VuoCompilerInputEventPortClass | An input port type, optionally with data |
 VuoCompilerInstanceData | The instance data for a node |
 VuoCompilerInstanceDataClass | A type of node instance data |
 VuoCompilerMakeListNodeClass | A "Make List" node class |
 VuoCompilerModule | A node class or type defined in an LLVM module |
 VuoCompilerNode | The compiler detail class for VuoNode |
 VuoCompilerNodeArgument | An argument to a node's event and/or init function |
 VuoCompilerNodeArgumentClass | A parameter to a node's event and/or init function |
 VuoCompilerNodeClass | The compiler detail class for VuoNodeClass |
 VuoCompilerOutputData | The data for a data-and-event output port |
 VuoCompilerOutputDataClass | The data type for a data-and-event output port |
 VuoCompilerOutputEventPort | A passive (non-trigger) output port, optionally with data |
 VuoCompilerOutputEventPortClass | A passive (non-trigger) output port type, optionally with data |
 VuoCompilerPort | A port |
 VuoCompilerPortClass | A port type |
 VuoCompilerPublishedInputNodeClass | A node class used when generating code for a composition to represent published input ports |
 VuoCompilerPublishedOutputNodeClass | A node class used when generating code for a composition to represent published output ports |
 VuoCompilerPublishedPort | The compiler detail class for VuoPublishedPort |
 VuoCompilerPublishedPortClass | A published port type |
 VuoCompilerSpecializedNodeClass | A specialization of a generic node class |
 VuoCompilerTargetSet | Stores a set of targets (operating system versions) and can be used to check compatibility |
 VuoCompilerTriggerDescription | Information about a trigger port inside a subcomposition that the subcomposition advertises to its containing composition |
 VuoCompilerTriggerPort | A trigger output port |
 VuoCompilerTriggerPortClass | A trigger output port type |
 VuoCompilerType | The compiler detail class for VuoType |
 VuoComposition | A collection of nodes and the cables connecting them |
 VuoCompositionDiff | Manages the diff between composition versions before and after a live-coding reload |
 VuoCompositionState | Runtime information about a composition or subcomposition |
 VuoCrashReport_infoType | Data to be inserted into OS X crash reports |
 VuoData | A blob of 8-bit binary data |
 VuoDialogForInputEditor | A dialog that closes when the Enter key is pressed |
 VuoDictionary_VuoText_VuoReal | A mapping from keys to values |
 VuoDisplayRefreshInternal | Context data for VuoDisplayRefresh_displayLinkCallback |
 VuoDoubleSpinBox | A spin box where the buttons can have a different minimum and maximum than the line edit |
 VuoDragEvent | Information about an in-progress or completed file drag |
 VuoDspObject | Holds instance data required by vDsp |
 VuoEdgeBlend | Apply a crop, fade and gamma curve to an edge |
 VuoFfmpegDecoder | An object for controlling and extracting information from video using FFMPEG |
 VuoFileUtilities | Functions for dealing with files |
  File | A file in either a directory or an archive |
 VuoFont | A font description: family, style, point size, underline |
 VuoFontClass | A wrapper for VuoFont, so it can be used as a std::map key |
 VuoGenericType | A generic port type |
 VuoGlContextPool | A process-wide set of mutually-shared OpenGL contexts |
 VuoGlProgram | Information about a pooled GL Program Object |
 VuoGlTexture | Reference-counting information for an OpenGL texture |
 VuoGraphicsView | Uses VuoDisplayRefresh to render callbacks onto an IOSurface, then (on the main thread) draws that IOSurface onto a window |
 VuoGraphicsView() | Private VuoGraphicsView data |
 VuoGraphicsWindow | A window containing a VuoGraphicsView |
 VuoGraphicsWindow() | Private VuoGraphicsWindow data |
 VuoGraphicsWindow(Drag) | Methods related to dragging files from Finder |
 VuoGraphicsWindowDelegate | Handles window events on behalf of VuoGraphicsWindow |
 VuoGraphicsWindowDelegate() | Private VuoGraphicsWindowDelegate data |
 VuoHeapEntry | An entry in the reference-counting table |
 VuoHidControl | Information about a control on a USB HID device |
 VuoHidDevice | Information about a USB HID device |
 VuoImageBlend_internal | State data for the image blender |
 VuoImageBlur_internal | State data for the image blurrer |
 VuoImageFilter | Compiles, runs, and controls a Vuo composition that adheres to the Image Filter protocol |
 VuoImageGenerator | Compiles, runs, and controls a Vuo composition that adheres to the Image Generator protocol |
 VuoImageRendererInternal | Internal state data for a VuoImageRenderer instance |
 VuoImageResize_internal | VuoImageResize state data |
 VuoInputEditor | This class implements the input editor widget displayed by the Vuo Editor when editing an input port value of a certain type |
 VuoInputEditorAnchor | An input editor that edits any type |
 VuoInputEditorAnchorFactory | A VuoInputEditorAnchor factory |
 VuoInputEditorArtNetInputDevice | An input editor that displays a menu of VuoArtNetInputDevice values |
 VuoInputEditorArtNetInputDeviceFactory | A VuoInputEditorArtNetInputDevice factory |
 VuoInputEditorArtNetOutputDevice | An input editor that displays a menu of VuoArtNetOutputDevice values |
 VuoInputEditorArtNetOutputDeviceFactory | A VuoInputEditorArtNetOutputDevice factory |
 VuoInputEditorAudioInputDevice | An input editor that displays a menu of VuoOscInputDevice values |
 VuoInputEditorAudioInputDeviceFactory | A VuoInputEditorAudioInputDevice factory |
 VuoInputEditorAudioOutputDevice | An input editor that displays a menu of VuoAudioInputDevice values |
 VuoInputEditorAudioOutputDeviceFactory | A VuoInputEditorAudioOutputDevice factory |
 VuoInputEditorBlendMode | An input editor that displays a menu of VuoBlendMode values |
 VuoInputEditorBlendModeFactory | A VuoInputEditorBlendMode factory |
 VuoInputEditorColor | An input editor that displays a color-picker dialog |
 VuoInputEditorColorFactory | A VuoInputEditorColor factory |
 VuoInputEditorCurve | An input editor that displays a menu of VuoCurve values |
 VuoInputEditorCurveEasing | An input editor that displays a menu of VuoCurveEasing values |
 VuoInputEditorCurveEasingFactory | A VuoInputEditorCurveEasing factory |
 VuoInputEditorCurveFactory | A VuoInputEditorCurve factory |
 VuoInputEditorDispersion | An input editor that displays a menu of VuoWrapMode values |
 VuoInputEditorDispersionFactory | A VuoInputEditorDispersion factory |
 VuoInputEditorDisplacement | An input editor that displays a menu of VuoWrapMode values |
 VuoInputEditorDisplacementFactory | A VuoInputEditorDisplacement factory |
 VuoInputEditorEdgeBlend | An input editor that modifies VuoEdgeBlend type |
 VuoInputEditorEdgeBlendFactory | A VuoInputEditorEdgeBlend factory |
 VuoInputEditorFactory | Plugin interface for input editors |
 VuoInputEditorFont | An input editor that displays a Font-picker dialog |
 VuoInputEditorFontAccessoryDelegate | Receives events changing the font's alignment and spacing |
 VuoInputEditorFontFactory | A VuoInputEditorFont factory |
 VuoInputEditorFontPanelDelegate | Intercepts events from NSFontPanel and passes them to the parent QDialog |
 VuoInputEditorFontTextEdit | A text edit widget that receives the changes from the font panel |
 VuoInputEditorHidDevice | An input editor that displays a menu of VuoHidDevice values |
 VuoInputEditorHidDeviceFactory | A VuoInputEditorHidDevice factory |
 VuoInputEditorIcon | Provides functions for rendering icons |
 VuoInputEditorInteger | An input editor that displays widgets for editing a VuoInteger value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit) |
 VuoInputEditorIntegerFactory | A VuoInputEditorInteger factory |
 VuoInputEditorIntegerRange | An input editor that modifies VuoIntegerRange type |
 VuoInputEditorIntegerRangeFactory | A VuoInputEditorIntegerRange factory |
 VuoInputEditorKey | An input editor that displays a dialog for picking a keyboard key |
 VuoInputEditorKeyFactory | A VuoInputEditorKey factory |
 VuoInputEditorLoopType | An input editor that displays a menu of VuoLoopType values |
 VuoInputEditorLoopTypeFactory | A VuoInputEditorLoopType factory |
 VuoInputEditorMathExpressionFactory | A VuoInputEditorMathExpression factory |
 VuoInputEditorMathExpressionList | An input editor for a list of math expressions |
 VuoInputEditorMenuItem | Interface of VuoInputEditorMenuItem |
 VuoInputEditorMidiInputDevice | An input editor that displays a menu of VuoMidiInputDevice values |
 VuoInputEditorMidiInputDeviceFactory | A VuoInputEditorMidiInputDevice factory |
 VuoInputEditorMidiOutputDevice | An input editor that displays a menu of VuoMidiOutputDevice values |
 VuoInputEditorMidiOutputDeviceFactory | A VuoInputEditorMidiOutputDevice factory |
 VuoInputEditorMovieFormat | An input editor that displays widgets for editing a VuoMovieFormat value, allowing the user to select the image and audio encodings from a drop-down menu, and the image and audio quality values either with a mouse (using a slider) or by typing the values into a text box (line edit) |
 VuoInputEditorMovieFormatFactory | A VuoInputEditorMovieFormat factory |
 VuoInputEditorOscInputDevice | An input editor that displays a menu of VuoOscInputDevice values |
 VuoInputEditorOscInputDeviceFactory | A VuoInputEditorOscInputDevice factory |
 VuoInputEditorOscOutputDevice | An input editor that displays a menu of VuoOscOutputDevice values |
 VuoInputEditorOscOutputDeviceFactory | A VuoInputEditorOscOutputDevice factory |
 VuoInputEditorPoint2d | An input editor that displays widgets for editing a VuoPoint2d value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit) |
 VuoInputEditorPoint2dFactory | A VuoInputEditorPoint2d factory |
 VuoInputEditorPoint3d | An input editor that displays widgets for editing a VuoPoint3d value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit) |
 VuoInputEditorPoint3dFactory | A VuoInputEditorPoint3d factory |
 VuoInputEditorPoint4d | An input editor that displays widgets for editing a VuoPoint4d value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit) |
 VuoInputEditorPoint4dFactory | A VuoInputEditorPoint4d factory |
 VuoInputEditorRange | An input editor that displays widgets for editing a VuoRange value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit) |
 VuoInputEditorRangeFactory | A VuoInputEditorRange factory |
 VuoInputEditorReal | An input editor that displays widgets for editing a VuoReal value, allowing the user either to select the value with a mouse (using a spin box or slider) or to type the value into a text box (line edit) |
 VuoInputEditorRealFactory | A VuoInputEditorReal factory |
 VuoInputEditorRealRegulation | An input editor for real regulations |
 VuoInputEditorRealRegulationFactory | A VuoInputEditorRealRegulation factory |
 VuoInputEditorScreen | An input editor that displays a menu of VuoScreen values |
 VuoInputEditorScreenFactory | A VuoInputEditorScreen factory |
 VuoInputEditorSerialDevice | An input editor that displays a menu of VuoSerialDevice values |
 VuoInputEditorSerialDeviceFactory | A VuoInputEditorSerialDevice factory |
 VuoInputEditorSizingMode | An input editor that displays a menu of VuoWrapMode values |
 VuoInputEditorSizingModeFactory | A VuoInputEditorSizingMode factory |
 VuoInputEditorSyphonServerDescription | An input editor that displays a menu of VuoSyphonServerDescription values |
 VuoInputEditorSyphonServerDescriptionFactory | A VuoInputEditorSyphonServerDescription factory |
 VuoInputEditorText | An input editor that displays a text area for entering plain text |
 VuoInputEditorTextFactory | A VuoInputEditorText factory |
 VuoInputEditorTransform | An input editor that displays widgets for editing a VuoTransform value, allowing the user to specify the XYZ translation, XYZ rotation (yaw/pitch/roll), and XYZ scale |
 VuoInputEditorTransform2d | An input editor that displays widgets for editing a VuoTransform2d value, allowing the user to specify the XY translation, rotation (roll), and XY scale |
 VuoInputEditorTransform2dFactory | A VuoInputEditorTransform2d factory |
 VuoInputEditorTransformFactory | A VuoInputEditorTransform factory |
 VuoInputEditorVideoInputDevice | An input editor that displays a menu of VuoVideoInputDevice values |
 VuoInputEditorVideoInputDeviceFactory | A VuoInputEditorVideoInputDevice factory |
 VuoInputEditorWave | An input editor that displays a menu of VuoWave values |
 VuoInputEditorWaveFactory | A VuoInputEditorWave factory |
 VuoInputEditorWithDialog | A base class for input editors that display a frameless dialog |
 VuoInputEditorWithEnumMenu | A base class for input editors that display a menu of enum values |
 VuoInputEditorWithLineEdit | A base class for input editors that display a line edit (text field) |
 VuoInputEditorWithLineEditList | A base class for input editors that display a series of line edits (text fields) |
 VuoInputEditorWithMenu | A base class for input editors that display a menu |
 VuoInputEditorWrapMode | An input editor that displays a menu of VuoWrapMode values |
 VuoInputEditorWrapModeFactory | A VuoInputEditorWrapMode factory |
 VuoIntegerRange | Defines an int range with an optionally bound/unbound min/max |
 VuoIoSurfacePoolEntryType | An entry in the IOSurface pool |
 VuoKeyboardContext | Handle for starting and stopping event listeners |
 VuoKeyComboBox | A combo box that displays a list of VuoKeys and reacts to keypresses by selecting the corresponding VuoKey |
 VuoKeyedPool | A pool of shared objects — one object per key |
 VuoLayer | A 2D Object: visible (image), or virtual (group) |
 VuoLeapFrame | A frame of Leap Motion data |
 VuoLeapHand | The Hand class reports the physical characteristics of a detected hand |
 VuoLeapListener | Listens for Leap events, and passes them along to the specified trigger port |
 VuoLeapPointable | Coordinates of a single Leap "pointable" (a finger or tool) |
 VuoList_VuoAnchor_struct | A list of VuoAnchor elements |
 VuoList_VuoArtNetInputDevice_struct | A list of VuoArtNetInputDevice elements |
 VuoList_VuoArtNetOutputDevice_struct | A list of VuoArtNetOutputDevice elements |
 VuoList_VuoAudioBinAverageType_struct | A list of VuoAudioBinAverageType elements |
 VuoList_VuoAudioBins_struct | A list of VuoAudioBins elements |
 VuoList_VuoAudioEncoding_struct | A list of VuoAudioEncoding elements |
 VuoList_VuoAudioFrame_struct | A list of VuoAudioFrame elements |
 VuoList_VuoAudioInputDevice_struct | A list of VuoAudioInputDevice elements |
 VuoList_VuoAudioOutputDevice_struct | A list of VuoAudioOutputDevice elements |
 VuoList_VuoAudioSamples_struct | A list of VuoAudioSamples elements |
 VuoList_VuoBaudRate_struct | A list of VuoBaudRate elements |
 VuoList_VuoBlendMode_struct | A list of VuoBlendMode elements |
 VuoList_VuoBlurShape_struct | A list of VuoBlurShape elements |
 VuoList_VuoBoolean_struct | A list of VuoBoolean elements |
 VuoList_VuoColor_struct | A list of VuoColor elements |
 VuoList_VuoColorSample_struct | A list of VuoColorSample elements |
 VuoList_VuoControlCode_struct | A list of VuoControlCode elements |
 VuoList_VuoCoordinateUnit_struct | A list of VuoCoordinateUnit elements |
 VuoList_VuoCursor_struct | A list of VuoCursor elements |
 VuoList_VuoCurve_struct | A list of VuoCurve elements |
 VuoList_VuoCurveEasing_struct | A list of VuoCurveEasing elements |
 VuoList_VuoData_struct | A list of VuoData elements |
 VuoList_VuoDispersion_struct | A list of VuoDispersion elements |
 VuoList_VuoDisplacement_struct | A list of VuoDisplacement elements |
 VuoList_VuoDistribution3d_struct | A list of VuoDistribution3d elements |
 VuoList_VuoDmxColorMap_struct | A list of VuoDmxColorMap elements |
 VuoList_VuoDragEvent_struct | A list of VuoDragEvent elements |
 VuoList_VuoDurationType_struct | A list of VuoDurationType elements |
 VuoList_VuoEdgeBlend_struct | A list of VuoEdgeBlend elements |
 VuoList_VuoExtrapolationMode_struct | A list of VuoExtrapolationMode elements |
 VuoList_VuoFileType_struct | A list of VuoFileType elements |
 VuoList_VuoFont_struct | A list of VuoFont elements |
 VuoList_VuoGradientNoise_struct | A list of VuoGradientNoise elements |
 VuoList_VuoGridType_struct | A list of VuoGridType elements |
 VuoList_VuoHidControl_struct | A list of VuoHidControl elements |
 VuoList_VuoHidDevice_struct | A list of VuoHidDevice elements |
 VuoList_VuoHorizontalAlignment_struct | A list of VuoHorizontalAlignment elements |
 VuoList_VuoHorizontalReflection_struct | A list of VuoHorizontalReflection elements |
 VuoList_VuoHorizontalSide_struct | A list of VuoHorizontalSide elements |
 VuoList_VuoIconPosition_struct | A list of VuoIconPosition elements |
 VuoList_VuoImage_struct | A list of VuoImage elements |
 VuoList_VuoImageColorDepth_struct | A list of VuoImageColorDepth elements |
 VuoList_VuoImageFormat_struct | A list of VuoImageFormat elements |
 VuoList_VuoImageNoise_struct | A list of VuoImageNoise elements |
 VuoList_VuoImageStereoType_struct | A list of VuoImageStereoType elements |
 VuoList_VuoImageWrapMode_struct | A list of VuoImageWrapMode elements |
 VuoList_VuoInteger_struct | A list of VuoInteger elements |
 VuoList_VuoIntegerRange_struct | A list of VuoIntegerRange elements |
 VuoList_VuoKey_struct | A list of VuoKey elements |
 VuoList_VuoLayer_struct | A list of VuoLayer elements |
 VuoList_VuoLeapFrame_struct | A list of VuoLeapFrame elements |
 VuoList_VuoLeapHand_struct | A list of VuoLeapHand elements |
 VuoList_VuoLeapPointable_struct | A list of VuoLeapPointable elements |
 VuoList_VuoLeapPointableType_struct | A list of VuoLeapPointableType elements |
 VuoList_VuoLeapTouchZone_struct | A list of VuoLeapTouchZone elements |
 VuoList_VuoListPosition_struct | A list of VuoListPosition elements |
 VuoList_VuoLoopType_struct | A list of VuoLoopType elements |
 VuoList_VuoMesh_struct | A list of VuoMesh elements |
 VuoList_VuoMidiController_struct | A list of VuoMidiController elements |
 VuoList_VuoMidiInputDevice_struct | A list of VuoMidiInputDevice elements |
 VuoList_VuoMidiNote_struct | A list of VuoMidiNote elements |
 VuoList_VuoMidiOutputDevice_struct | A list of VuoMidiOutputDevice elements |
 VuoList_VuoMidiPitchBend_struct | A list of VuoMidiPitchBend elements |
 VuoList_VuoModifierKey_struct | A list of VuoModifierKey elements |
 VuoList_VuoMouseButton_struct | A list of VuoMouseButton elements |
 VuoList_VuoMovieFormat_struct | A list of VuoMovieFormat elements |
 VuoList_VuoMovieImageEncoding_struct | A list of VuoMovieImageEncoding elements |
 VuoList_VuoMultisample_struct | A list of VuoMultisample elements |
 VuoList_VuoNoise_struct | A list of VuoNoise elements |
 VuoList_VuoNotePriority_struct | A list of VuoNotePriority elements |
 VuoList_VuoNumberComparison_struct | A list of VuoNumberComparison elements |
 VuoList_VuoNumberFormat_struct | A list of VuoNumberFormat elements |
 VuoList_VuoOscInputDevice_struct | A list of VuoOscInputDevice elements |
 VuoList_VuoOscMessage_struct | A list of VuoOscMessage elements |
 VuoList_VuoOscOutputDevice_struct | A list of VuoOscOutputDevice elements |
 VuoList_VuoOscType_struct | A list of VuoOscType elements |
 VuoList_VuoParity_struct | A list of VuoParity elements |
 VuoList_VuoPoint2d_struct | A list of VuoPoint2d elements |
 VuoList_VuoPoint3d_struct | A list of VuoPoint3d elements |
 VuoList_VuoPoint4d_struct | A list of VuoPoint4d elements |
 VuoList_VuoProjectionType_struct | A list of VuoProjectionType elements |
 VuoList_VuoRange_struct | A list of VuoRange elements |
 VuoList_VuoReal_struct | A list of VuoReal elements |
 VuoList_VuoRealRegulation_struct | A list of VuoRealRegulation elements |
 VuoList_VuoRelativeTime_struct | A list of VuoRelativeTime elements |
 VuoList_VuoRenderedLayers_struct | A list of VuoRenderedLayers elements |
 VuoList_VuoRoundingMethod_struct | A list of VuoRoundingMethod elements |
 VuoList_VuoRssItem_struct | A list of VuoRssItem elements |
 VuoList_VuoSceneObject_struct | A list of VuoSceneObject elements |
 VuoList_VuoSceneObjectType_struct | A list of VuoSceneObjectType elements |
 VuoList_VuoScreen_struct | A list of VuoScreen elements |
 VuoList_VuoSerialDevice_struct | A list of VuoSerialDevice elements |
 VuoList_VuoShader_struct | A list of VuoShader elements |
 VuoList_VuoSizingMode_struct | A list of VuoSizingMode elements |
 VuoList_VuoSyphonServerDescription_struct | A list of VuoSyphonServerDescription elements |
 VuoList_VuoTempoRange_struct | A list of VuoTempoRange elements |
 VuoList_VuoText_struct | A list of VuoText elements |
 VuoList_VuoTextCase_struct | A list of VuoTextCase elements |
 VuoList_VuoThresholdType_struct | A list of VuoThresholdType elements |
 VuoList_VuoTime_struct | A list of VuoTime elements |
 VuoList_VuoTimeFormat_struct | A list of VuoTimeFormat elements |
 VuoList_VuoTimeUnit_struct | A list of VuoTimeUnit elements |
 VuoList_VuoTransform2d_struct | A list of VuoTransform2d elements |
 VuoList_VuoTransform_struct | A list of VuoTransform elements |
 VuoList_VuoUrl_struct | A list of VuoUrl elements |
 VuoList_VuoVertexAttribute_struct | A list of VuoVertexAttribute elements |
 VuoList_VuoVerticalAlignment_struct | A list of VuoVerticalAlignment elements |
 VuoList_VuoVerticalReflection_struct | A list of VuoVerticalReflection elements |
 VuoList_VuoVideoFrame_struct | A list of VuoVideoFrame elements |
 VuoList_VuoVideoInputDevice_struct | A list of VuoVideoInputDevice elements |
 VuoList_VuoVideoOptimization_struct | A list of VuoVideoOptimization elements |
 VuoList_VuoWave_struct | A list of VuoWave elements |
 VuoList_VuoWeekday_struct | A list of VuoWeekday elements |
 VuoList_VuoWindowProperty_struct | A list of VuoWindowProperty elements |
 VuoList_VuoWindowReference_struct | A list of VuoWindowReference elements |
 VuoList_VuoWrapMode_struct | A list of VuoWrapMode elements |
 VuoMathExpression | A mathematical expression |
 VuoMathExpressionErrorInternal | C++ implementation of opaque C type VuoMathExpressionError |
 VuoMathExpressionList | An ordered list of mathematical expressions |
 VuoMathExpressionParserInternal | C++ implementation of opaque C type VuoMathExpressionParser |
 VuoMidiController | A music note event sent via MIDI |
 VuoMidiIn_internal | Private data for a VuoMidiIn instance |
 VuoMidiInputDevice | A set of specifications for choosing a MIDI input device |
 VuoMidiNote | A music note event sent via MIDI |
 VuoMidiOutputDevice | A set of specifications for choosing a MIDI output device |
 VuoMidiPitchBend | A pitch bend event sent via MIDI |
 VuoModule | A modular component (i.e., node class or type) that is an add-on to the core Vuo framework |
 VuoMouseContext | Handle for starting and stopping event listeners |
 VuoMovieExporter | Runs an Image Generator composition in a separate process, saving each output image to a movie file |
 VuoMovieExporterParameters | Parameters specifying how an Image Generator composition should be rendered into a movie |
 VuoMovieFormat | Describes the attributes of a movie file |
 VuoNode | This class represents an instance of a VuoNodeClass |
 VuoNodeClass | This base class represents the metadata and implementation of one node class — i.e., for each node implementation file, there is one instance of VuoNodeClass |
 VuoNodeRegistry | Manages runtime information associated with each node and port in the composition |
 VuoNodeSet | This class represents a node set, which is a set of node classes and supporting files grouped together in an archive |
 VuoNSMenu | Overrides keyDown event handling |
 VuoOscIn_internal | Private data for a VuoOscIn instance |
 VuoOscInPacketListener | This class maintains a list of trigger functions to be called when an OSC message is received |
 VuoOscInputDevice | Information about an OSC input device |
 VuoOscInSocket | Opens a reusable UDP socket, attaches the specified listener to it (on a separate thread), and starts it receiving messages |
 VuoOscOutputDevice | Information about an OSC Output device |
 VuoOscOutputIdentifier | Enable VuoOscOutputDevice to be used in std::map |
 VuoPoint2d | A floating-point 2-dimensional Cartesian spatial location |
 VuoPoint3d | A floating-point 3-dimensional Cartesian spatial location |
 VuoPoint4d | A floating-point 4-dimensional point |
 VuoPort | A port instance on a VuoNode instance |
 VuoPortClass | A port type on a VuoNodeClass |
 VuoProtocol | This class represents a protocol |
 VuoPublishedPort | This class represents a published port in a composition |
 VuoQtListener | Manages receiving video frames via a QTCaptureSession |
 VuoQtListener() | Private VuoQtListener data |
 VuoRange | Defines a range with an optionally bound/unbound min/max |
 VuoRealRegulation | Parameters describing how to regulate a real number |
 VuoRectangle | A rectangular area |
 VuoRenderedLayers | A layer (or hierarchical structure of layers) and its dimensions in pixels |
 VuoRendererCable | Renders a cable in a VuoRendererComposition |
 VuoRendererColors | Provides colors for rendered items in a composition |
 VuoRendererComposition | Provides a canvas upon which nodes and cables can be rendered |
 VuoRendererFonts | Provides fonts for rendered items in a composition |
 VuoRendererHiddenInputAttachment | Represents an input attachment with no visible rendering |
 VuoRendererInputAttachment | Represents a node that is rendered as an attachment to another node's input port |
 VuoRendererInputDrawer | Represents the compact drawer form of a "Make List" node |
 VuoRendererInputListDrawer | Represents the resizable, compact form of a "Make List" node |
 VuoRendererItem | Subclass of QGraphicsItem, which can show bounding rects for debugging |
 VuoRendererKeyListForReadOnlyDictionary | Represents the compact form of a "Make List" node that outputs a list of keys as input to a read-only input "Make Dictionary" node |
 VuoRendererNode | Renders a node in a VuoRendererComposition |
 VuoRendererPort | Renders a node's port in a QGraphicsScene |
 VuoRendererPortList | A QGraphicsItemGroup containing only instances of VuoRendererPort |
 VuoRendererPublishedPort | A published input or output port |
 VuoRendererReadOnlyDictionary | Represents the compact form of a read-only input "Make Dictionary" node |
 VuoRendererSignaler | Sends signals on behalf of VuoRenderer objects that don't inherit from QObject |
 VuoRendererTypecastPort | Renders a typecast port |
 VuoRendererValueListForReadOnlyDictionary | Represents the compact form of a "Make List" node that outputs a list of values as input to a read-only input "Make Dictionary" node |
 VuoRssItem | An item from an RSS feed |
 VuoRunner | This class runs and controls a composition that has been compiled and linked by VuoCompiler |
  Port | This class represents a published port in a composition |
 VuoRunnerCocoa | Compiles, runs, and controls a Vuo composition |
 VuoRunnerCocoa(Conversion) | Methods for converting between Cocoa types and Vuo types |
 VuoRunnerDelegate | An abstract class to be implemented by a client that will receive telemetry messages from the composition |
 VuoRunnerDelegateAdapter | A class provided for convenience when inheriting from VuoRunnerDelegate |
 VuoRuntimeCommunicator | Manages communication between the runtime and the runner |
 VuoRuntimePersistentState | Runtime state preserved across live-coding reloads |
 VuoRuntimeState | Encapsulates the state of the runtime when running a single composition, including both state that is preserved across live-coding reloads and state that only lives for a single start-stop of the composition |
 VuoRuntimeUtilities | Miscellaneous helper functions for runtime classes |
 VuoSceneObject | A 3D Object: visible (mesh), or virtual (group, light, camera) |
 VuoSceneObjectGet_data | A data buffer, and the curren read position inside it |
 VuoSceneObjectRenderer_Attributes | OpenGL attribute locations |
 VuoSceneObjectRendererInternal | Internal state data for a VuoSceneObjectRenderer instance |
 VuoSceneRendererInternal | Internal state data for a VuoSceneRenderer instance |
 VuoSceneRendererInternal_object | GL Objects corresponding with a VuoSceneObject instance |
 VuoScreen | Information about a display screen |
 VuoScreenCaptureDelegate | Callback to process captured frames |
 VuoScreenCaptureInternal | Data for a screen capture instance |
 VuoSerialDevice | Information about a serial I/O device |
 VuoShaderUniform | Holds values to eventually be assigned to a GL Program Object's uniforms |
 VuoShaderUniform.value | |
 VuoSpinBox | A spin box where the buttons can have a different minimum and maximum than the line edit |
 VuoStringUtilities | Functions for dealing with strings |
 VuoSubmesh | One set of vertices, with associated normals and other per-vertex data, within a mesh |
 VuoSubmesh.glUpload | References to mesh data uploaded to the GPU |
 VuoSubshader | References to shader source code and shader code uploaded to the GPU |
 VuoSyphonListener | This class handles connecting to and receiving frames from a Syphon server |
 VuoSyphonSender | This class handles creating a Syphon server and publishing frames from it |
 VuoSyphonServerDescription | A struct containing the dictionary values of a Syphon Server Description |
 VuoSyphonServerNotifierInternal | Internal implementation of VuoSyphonServerNotifier |
 VuoThreadManager | Manages the number of threads used by a composition to avoid hitting the Dispatch Thread Soft Limit |
 VuoTimeUtilities | Functions for measuring times at microsecond precision |
 VuoTransform | A 3D transformation (scale, rotation, translation) |
 VuoTransform.rotationSource | |
 VuoTransform.rotationSource.__unnamed__ | |
 VuoTransform2d | A 2D transformation (scale, rotation, translation) |
 VuoTriggerSet | Manages a set of callbacks for nodes' trigger ports |
 VuoType | This base class represents the metadata of one type |
 VuoUrl_curlBuffer | A memory buffer, filled by VuoUrl_curlCallback() |
 VuoVideoDecoder | Virtual class from which Ffmpeg and AvFoundation video decoders inherit |
 VuoVideoFrame | An image and timestamp for a single frame of video |
 VuoVideoInputDevice | Information about a video input device |
 VuoVideoPlayer | Video playback using a decoder to read video |
 VuoWindowProperty | A window setting, such as its title, or whether it is full-screen |
 VuoWindowRecorder | Manages recording the contents of a VuoGraphicsWindow |
 VuoWindowRecorder() | Private variables for VuoWindowRecorder |
 VuoWindowReference_struct | A unique ID for a window being displayed by the composition |
 VuoWindowTextInternal | A console window for use by Vuo node classes |