 _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 |
 _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 |
 <AVCaptureVideoDataOutputSampleBufferDelegate> | |
  VuoScreenCaptureDelegate | Callback to process captured frames |
 CIColor(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 VuoCompiler::Environment | A set of node classes, types, library modules, and search paths for other dependencies |
 exception | |
  VuoCompilerException | An exception containing a list of errors that occurred while compiling a composition |
 VuoFileUtilities::File | A file in either a directory or an archive |
 Listener | |
  VuoLeapListener | Listens for Leap events, and passes them along to the specified trigger port |
 ModuleInfo | Data for loadModulesIntoCombinedEnvironment |
 NodeContext | Runtime information about a node |
 VuoCompilerComposition::NodeReplacement | A mapping from a node to its replacement in a composition diff |
 <NSApplicationDelegate> | |
  VuoApplicationDelegate | NSApplication delegate, to shut down cleanly when the user requests to quit |
 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 |
 NSObject | |
  OnDevicesChangedListener | A singleton class that listens for changes in available video input devices |
  VuoApplicationAboutDialog | The About dialog for a Vuo app |
  VuoApplicationDelegate | NSApplication delegate, to shut down cleanly when the user requests to quit |
  VuoAvPlayerObject | Internal video player implementation |
  VuoAvWriterObject | Internal AVWriter implementation |
  VuoDspObject | Holds instance data required by vDsp |
  VuoInputEditorFontAccessoryDelegate | Receives events changing the font's alignment and spacing |
  VuoInputEditorFontPanelDelegate | Intercepts events from NSFontPanel and passes them to the parent QDialog |
  VuoQtListener | Manages receiving video frames via a QTCaptureSession |
  VuoRunnerCocoa | Compiles, runs, and controls a Vuo composition |
   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 |
  VuoScreenCaptureDelegate | Callback to process captured frames |
  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 |
  VuoSyphonServerNotifierInternal | Internal implementation of VuoSyphonServerNotifier |
  VuoWindowRecorder | Manages recording the contents of a VuoWindowOpenGL |
 NSOpenGLView | |
  VuoWindowOpenGLView | Helper for VuoWindowOpenGLInternal |
 NSScreen(VuoAdditions) | Some convenience methods for fetching information about an NSScreen |
 NSString(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSTextView | |
  VuoInputEditorFontTextEdit | A text edit widget that receives the changes from the font panel |
 <NSTextViewDelegate> | |
  VuoWindowTextInternal | A console window for use by Vuo node classes |
 NSValue(VuoRunnerCocoaConversion) | Methods for converting between Cocoa types and Vuo types |
 NSWindow | |
  VuoWindowOpenGLInternal | A graphics window for use by Vuo node classes |
  VuoWindowTextInternal | A console window for use by Vuo node classes |
 NSWindow(Accessibility) | Workaround for Radar #19509497 (see below) |
 NSWindow(liveFrame) | NSWindow category by Jonathan 'Wolf' Rentzsch http://rentzsch.com |
 <NSWindowDelegate> | |
  VuoInputEditorFontPanelDelegate | Intercepts events from NSFontPanel and passes them to the parent QDialog |
  VuoWindowOpenGLInternal | A graphics window for use by Vuo node classes |
  VuoWindowTextInternal | A console window for use by Vuo node classes |
 OscPacketListener | |
  VuoOscInPacketListener | This class maintains a list of trigger functions to be called when an OSC message is received |
 VuoRunner::Port | This class represents a published port in a composition |
 PortContext | Runtime information about a port |
 QComboBox | |
  VuoKeyComboBox | A combo box that displays a list of VuoKeys and reacts to keypresses by selecting the corresponding VuoKey |
 QDialog | |
  VuoDialogForInputEditor | A dialog that closes when the Enter key is pressed |
 QDoubleSpinBox | |
  VuoDoubleSpinBox | A spin box where the buttons can have a different minimum and maximum than the line edit |
 QGraphicsItem | |
  VuoRendererItem | Subclass of QGraphicsItem, which can show bounding rects for debugging |
   VuoRendererCable | Renders a cable in a VuoRendererComposition |
   VuoRendererNode | Renders a node in a VuoRendererComposition |
    VuoRendererInputAttachment | Represents a node that is rendered as an attachment to another node's input port |
     VuoRendererHiddenInputAttachment | Represents an input attachment with no visible rendering |
      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 |
      VuoRendererReadOnlyDictionary | Represents the compact form of a read-only input "Make Dictionary" node |
     VuoRendererInputDrawer | Represents the compact drawer form of a "Make List" node |
      VuoRendererInputListDrawer | Represents the resizable, compact form of a "Make List" node |
      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 |
   VuoRendererPort | Renders a node's port in a QGraphicsScene |
    VuoRendererPublishedPort | A published input or output port |
    VuoRendererTypecastPort | Renders a typecast port |
 QGraphicsItemGroup | |
  VuoRendererPortList | A QGraphicsItemGroup containing only instances of VuoRendererPort |
 QGraphicsScene | |
  VuoRendererComposition | Provides a canvas upon which nodes and cables can be rendered |
 QObject | |
  VuoInputEditor | This class implements the input editor widget displayed by the Vuo Editor when editing an input port value of a certain type |
   VuoInputEditorColor | An input editor that displays a color-picker dialog |
   VuoInputEditorFont | An input editor that displays a Font-picker dialog |
   VuoInputEditorWithDialog | A base class for input editors that display a frameless dialog |
    VuoInputEditorKey | An input editor that displays a dialog for picking a keyboard key |
    VuoInputEditorText | An input editor that displays a text area for entering plain text |
    VuoInputEditorWithLineEdit | A base class for input editors that display a line edit (text field) |
     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) |
     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) |
     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) |
     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) |
     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) |
     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) |
     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 |
    VuoInputEditorWithLineEditList | A base class for input editors that display a series of line edits (text fields) |
     VuoInputEditorMathExpressionList | An input editor for a list of math expressions |
     VuoInputEditorRealRegulation | An input editor for real regulations |
   VuoInputEditorWithMenu | A base class for input editors that display a menu |
    VuoInputEditorBlendMode | An input editor that displays a menu of VuoBlendMode values |
    VuoInputEditorCurve | An input editor that displays a menu of VuoCurve values |
    VuoInputEditorCurveEasing | An input editor that displays a menu of VuoCurveEasing values |
    VuoInputEditorDispersion | An input editor that displays a menu of VuoWrapMode values |
    VuoInputEditorDisplacement | An input editor that displays a menu of VuoWrapMode values |
    VuoInputEditorHidDevice | An input editor that displays a menu of VuoHidDevice values |
    VuoInputEditorLoopType | An input editor that displays a menu of VuoLoopType values |
    VuoInputEditorOscInputDevice | An input editor that displays a menu of VuoOscInputDevice values |
    VuoInputEditorOscOutputDevice | An input editor that displays a menu of VuoOscOutputDevice values |
    VuoInputEditorScreen | An input editor that displays a menu of VuoScreen values |
    VuoInputEditorSerialDevice | An input editor that displays a menu of VuoSerialDevice values |
    VuoInputEditorSizingMode | An input editor that displays a menu of VuoWrapMode values |
    VuoInputEditorWave | An input editor that displays a menu of VuoWave values |
    VuoInputEditorWithEnumMenu | A base class for input editors that display a menu of enum values |
    VuoInputEditorWrapMode | An input editor that displays a menu of VuoWrapMode values |
  VuoInputEditorFactory | Plugin interface for input editors |
   VuoInputEditorBlendModeFactory | A VuoInputEditorBlendMode factory |
   VuoInputEditorColorFactory | A VuoInputEditorColor factory |
   VuoInputEditorCurveEasingFactory | A VuoInputEditorCurveEasing factory |
   VuoInputEditorCurveFactory | A VuoInputEditorCurve factory |
   VuoInputEditorDispersionFactory | A VuoInputEditorDispersion factory |
   VuoInputEditorDisplacementFactory | A VuoInputEditorDisplacement factory |
   VuoInputEditorFontFactory | A VuoInputEditorFont factory |
   VuoInputEditorHidDeviceFactory | A VuoInputEditorHidDevice factory |
   VuoInputEditorIntegerFactory | A VuoInputEditorInteger factory |
   VuoInputEditorKeyFactory | A VuoInputEditorKey factory |
   VuoInputEditorLoopTypeFactory | A VuoInputEditorLoopType factory |
   VuoInputEditorMathExpressionFactory | A VuoInputEditorMathExpression factory |
   VuoInputEditorMovieFormatFactory | A VuoInputEditorMovieFormat factory |
   VuoInputEditorOscInputDeviceFactory | A VuoInputEditorOscInputDevice factory |
   VuoInputEditorOscOutputDeviceFactory | A VuoInputEditorOscOutputDevice factory |
   VuoInputEditorPoint2dFactory | A VuoInputEditorPoint2d factory |
   VuoInputEditorPoint3dFactory | A VuoInputEditorPoint3d factory |
   VuoInputEditorPoint4dFactory | A VuoInputEditorPoint4d factory |
   VuoInputEditorRealFactory | A VuoInputEditorReal factory |
   VuoInputEditorRealRegulationFactory | A VuoInputEditorRealRegulation factory |
   VuoInputEditorScreenFactory | A VuoInputEditorScreen factory |
   VuoInputEditorSerialDeviceFactory | A VuoInputEditorSerialDevice factory |
   VuoInputEditorSizingModeFactory | A VuoInputEditorSizingMode factory |
   VuoInputEditorTextFactory | A VuoInputEditorText factory |
   VuoInputEditorTransform2dFactory | A VuoInputEditorTransform2d factory |
   VuoInputEditorTransformFactory | A VuoInputEditorTransform factory |
   VuoInputEditorWaveFactory | A VuoInputEditorWave factory |
   VuoInputEditorWrapModeFactory | A VuoInputEditorWrapMode factory |
  VuoRendererSignaler | Sends signals on behalf of VuoRenderer objects that don't inherit from QObject |
 QSpinBox | |
  VuoSpinBox | A spin box where the buttons can have a different minimum and maximum than the line edit |
 UdpSocket | |
  VuoOscInSocket | Opens a reusable UDP socket, attaches the specified listener to it (on a separate thread), and starts it receiving messages |
 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 |
 VuoAvWriterObject() | Manages writing audio and video samples to a movie file |
 VuoBase< CompilerClass, RendererClass > | This class is intended to be inherited by a base class that can have compiler and/or renderer detail classes |
 VuoBase< VuoCompilerCable, VuoRendererCable > | |
  VuoCable | Represents a connection from a node's output port to a node's input port |
 VuoBase< VuoCompilerComposition, VuoRendererComposition > | |
  VuoComposition | A collection of nodes and the cables connecting them |
 VuoBase< VuoCompilerNode, VuoRendererNode > | |
  VuoNode | This class represents an instance of a VuoNodeClass |
 VuoBase< VuoCompilerNodeArgument, VuoRendererPort > | |
  VuoPort | A port instance on a VuoNode instance |
   VuoPublishedPort | This class represents a published port in a composition |
 VuoBase< VuoCompilerNodeArgumentClass, void > | |
  VuoPortClass | A port type on a VuoNodeClass |
 VuoBase< VuoCompilerNodeClass, void > | |
  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 |
 VuoBase< VuoCompilerType, void > | |
  VuoType | This base class represents the metadata of one type |
   VuoGenericType | A generic port type |
 VuoBaseDetail< BaseClass > | This class is intended to be inherited by a detail class attached to a base class |
 VuoBaseDetail< VuoCable > | |
  VuoCompilerCable | Represents a connection from a node's output port to a node's input port |
  VuoRendererCable | Renders a cable in a VuoRendererComposition |
 VuoBaseDetail< VuoComposition > | |
  VuoCompilerComposition | A collection of nodes and the cables connecting them |
  VuoRendererComposition | Provides a canvas upon which nodes and cables can be rendered |
 VuoBaseDetail< VuoNode > | |
  VuoCompilerNode | The compiler detail class for VuoNode |
  VuoRendererNode | Renders a node in a VuoRendererComposition |
 VuoBaseDetail< VuoNodeClass > | |
  VuoCompilerNodeClass | The compiler detail class for VuoNodeClass |
   VuoCompilerSpecializedNodeClass | A specialization of a generic node class |
    VuoCompilerMakeListNodeClass | A "Make List" node class |
    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 |
 VuoBaseDetail< VuoPort > | |
  VuoCompilerNodeArgument | An argument to a node's event and/or init function |
   VuoCompilerData | The data for a data-and-event port |
    VuoCompilerInputData | The data for a data-and-event input port |
    VuoCompilerOutputData | The data for a data-and-event output port |
   VuoCompilerInstanceData | The instance data for a node |
   VuoCompilerPort | A port |
    VuoCompilerEventPort | A passive (non-trigger) port, optionally with data |
     VuoCompilerInputEventPort | An input port, optionally with data |
     VuoCompilerOutputEventPort | A passive (non-trigger) output port, optionally with data |
    VuoCompilerPublishedPort | The compiler detail class for VuoPublishedPort |
    VuoCompilerTriggerPort | A trigger output port |
  VuoRendererPort | Renders a node's port in a QGraphicsScene |
 VuoBaseDetail< VuoPortClass > | |
  VuoCompilerNodeArgumentClass | A parameter to a node's event and/or init function |
   VuoCompilerDataClass | The data type for a data-and-event port |
    VuoCompilerInputDataClass | The data type for a data-and-event input port |
    VuoCompilerOutputDataClass | The data type for a data-and-event output port |
   VuoCompilerInstanceDataClass | A type of node instance data |
   VuoCompilerPortClass | A port type |
    VuoCompilerEventPortClass | A passive (non-trigger) port type, optionally with data |
     VuoCompilerInputEventPortClass | An input port type, optionally with data |
     VuoCompilerOutputEventPortClass | A passive (non-trigger) output port type, optionally with data |
    VuoCompilerPublishedPortClass | A published port type |
    VuoCompilerTriggerPortClass | A trigger output port type |
 VuoBaseDetail< VuoType > | |
  VuoCompilerType | The compiler detail class for VuoType |
   VuoCompilerGenericType | The compiler detail class for VuoGenericType |
 VuoBox | Defines a bounding box |
 VuoColor | A color, with component values specifying red, green, blue, and alpha (opacity) |
 VuoCompiler | This class compiles node classes, types, and library modules |
 VuoCompilerBitcodeGenerator | Generates code for a composition |
 VuoCompilerBitcodeParser | A parser to extract code elements from an LLVM module |
 VuoCompilerChain | A linear sequence of nodes along which an event may be transmitted |
 VuoCompilerCodeGenUtilities | Handy methods for generating code |
 VuoCompilerConstantStringCache | A cache of LLVM constant values generated for a module |
 VuoCompilerDriver | This class represents a driver for a protocol |
 VuoCompilerError | A description of an error that occurred while compiling a composition |
 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 |
 VuoCompilerModule | A node class or type defined in an LLVM module |
  VuoCompilerNodeClass | The compiler detail class for VuoNodeClass |
  VuoCompilerType | The compiler detail class for VuoType |
 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 |
 VuoCrashReport_infoType | Data to be inserted into OS X crash reports |
 VuoData | A blob of 8-bit binary data |
 VuoDictionary_VuoText_VuoReal | A mapping from keys to values |
 VuoDisplayRefreshInternal | Context data for VuoDisplayRefresh_displayLinkCallback |
 VuoDragEvent | Information about an in-progress or completed file drag |
 VuoFileUtilities | Functions for dealing with files |
 VuoFont | A font description: family, style, point size, underline |
 VuoFontClass | A wrapper for VuoFont, so it can be used as a std::map key |
 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 |
 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 |
 VuoImageRendererInternal | Internal state data for a VuoImageRenderer instance |
 VuoInputEditorIcon | Provides functions for rendering icons |
 VuoInputEditorMenuItem | Interface of VuoInputEditorMenuItem |
 VuoIoSurfacePoolEntryType | An entry in the IOSurface pool |
 VuoKeyboardContext | Handle for starting and stopping event listeners |
 VuoKeyedPool< KeyType, InstanceType > | 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 |
 VuoLeapPointable | Coordinates of a single Leap "pointable" (a finger or tool) |
 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_VuoBoolean_struct | A list of VuoBoolean elements |
 VuoList_VuoColor_struct | A list of VuoColor 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_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_VuoImageStereoType_struct | A list of VuoImageStereoType elements |
 VuoList_VuoImageWrapMode_struct | A list of VuoImageWrapMode elements |
 VuoList_VuoInteger_struct | A list of VuoInteger 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_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_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_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_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 |
  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 |
  VuoType | This base class represents the metadata of one type |
 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 |
 VuoNodeSet | This class represents a node set, which is a set of node classes and supporting files grouped together in an archive |
 VuoOscIn_internal | Private data for a VuoOscIn instance |
 VuoOscInputDevice | Information about an OSC input device |
 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 |
 VuoProtocol | This class represents a protocol |
 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 |
 VuoRendererColors | Provides colors for rendered items in a composition |
 VuoRendererFonts | Provides fonts for rendered items in a composition |
 VuoRssItem | An item from an RSS feed |
 VuoRunner | This class runs and controls a composition that has been compiled and linked by VuoCompiler |
 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 |
 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 |
 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 | |
 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 |
 VuoSyphonServerDescription | A struct containing the dictionary values of a Syphon Server Description |
 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< TriggerDataType > | Manages a set of callbacks for nodes' trigger ports |
 VuoTriggerSet< VuoData > | |
 VuoTriggerSet< VuoHidControl > | |
 VuoTriggerSet< VuoList_VuoAudioSamples_struct > | |
 VuoTriggerSet< VuoList_VuoVideoInputDevice_struct > | |
 VuoTriggerSet< VuoReal > | |
 VuoUrl_curlBuffer | A memory buffer, filled by VuoUrl_curlCallback() |
 VuoVideoDecoder | Virtual class from which Ffmpeg and AvFoundation video decoders inherit |
  VuoAvDecoder | AvFoundation video decoder |
  VuoFfmpegDecoder | An object for controlling and extracting information from video using FFMPEG |
 VuoVideoFrame | An image and timestamp for a single frame of video |
 VuoVideoInputDevice | Information about an audio input device |
 VuoVideoPlayer | Video playback using a decoder to read video |
 VuoWindowOpenGLInternal(Drag) | Methods related to dragging files from Finder |
 VuoWindowProperty | A window setting, such as its title, or whether it is full-screen |
 VuoWindowRecorder() | Private variables for VuoWindowRecorder |
 VuoWindowReference_struct | A unique ID for a window being displayed by the composition |