Vuo  2.0.0
Classes | Enumerations | Functions
VuoDispersion.h File Reference

Description

VuoDispersion C type definition.

Definition in file VuoDispersion.h.

Go to the source code of this file.

Classes

struct  VuoList_VuoDispersion_struct
 List type. More...
 

Enumerations

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

Functions

VuoDispersion VuoDispersion_makeFromJson (json_object *js)
 
json_objectVuoDispersion_getJson (const VuoDispersion value)
 
VuoList_VuoDispersion VuoDispersion_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoDispersion_getSummary (const VuoDispersion value)
 
VuoDispersion VuoDispersion_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoDispersion_getString (const VuoDispersion value)
 Automatically generated function. More...
 
void VuoDispersion_retain (VuoDispersion value)
 Automatically generated function. More...
 
void VuoDispersion_release (VuoDispersion value)
 Automatically generated function. More...
 
#define VuoList_VuoDispersion_TYPE_DEFINED
 List type. More...
 
typedef const struct VuoList_VuoDispersion_structVuoList_VuoDispersion
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoDispersion_TYPE_DEFINED

#define VuoList_VuoDispersion_TYPE_DEFINED

List type.

Definition at line 14 of file VuoDispersion.h.

Typedef Documentation

◆ VuoList_VuoDispersion

List type.