Vuo  1.1.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoDispersion.h File Reference

Description

VuoDispersion C type definition.

Enumerations

enum  VuoDispersion { VuoDispersion_Linear, VuoDispersion_Radial }
 The pattern over which a function is applied. More...
 

Functions

VuoDispersion VuoDispersion_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoDispersion_getJson (const VuoDispersion value)
 Encodes value as a JSON object.
 
char * VuoDispersion_getSummary (const VuoDispersion value)
 Returns a compact string representation of value.
 
VuoDispersion VuoDispersion_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoDispersion_getString (const VuoDispersion value)
 Automatically generated function.
 
void VuoDispersion_retain (VuoDispersion value)
 Automatically generated function.
 
void VuoDispersion_release (VuoDispersion value)
 Automatically generated function.