Vuo  2.3.2
Enumerations | Functions
VuoDispersion

Description

The pattern over which a function is applied.

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. More...
 
json_objectVuoDispersion_getJson (const VuoDispersion value)
 Encodes value as a JSON object. More...
 
char * VuoDispersion_getSummary (const VuoDispersion value)
 Returns a compact string representation of value. More...
 
VuoList_VuoDispersion VuoDispersion_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
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...
 

Enumeration Type Documentation

◆ VuoDispersion

The pattern over which a function is applied.

Definition at line 28 of file VuoDispersion.h.

Function Documentation

◆ VuoDispersion_getAllowedValues()

VuoList_VuoDispersion VuoDispersion_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

Changed in Vuo 2.0.0:
New.

Definition at line 64 of file VuoDispersion.c.

◆ VuoDispersion_getJson()

struct json_object * VuoDispersion_getJson ( const VuoDispersion  value)

Encodes value as a JSON object.

Definition at line 50 of file VuoDispersion.c.

◆ VuoDispersion_getString()

char* VuoDispersion_getString ( const VuoDispersion  value)

Automatically generated function.

◆ VuoDispersion_getSummary()

char * VuoDispersion_getSummary ( const VuoDispersion  value)

Returns a compact string representation of value.

Definition at line 76 of file VuoDispersion.c.

◆ VuoDispersion_makeFromJson()

VuoDispersion VuoDispersion_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Definition at line 32 of file VuoDispersion.c.

◆ VuoDispersion_makeFromString()

VuoDispersion VuoDispersion_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoDispersion_release()

void VuoDispersion_release ( VuoDispersion  value)

Automatically generated function.

◆ VuoDispersion_retain()

void VuoDispersion_retain ( VuoDispersion  value)

Automatically generated function.