Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
json_object * VuoDispersion_getJson (const VuoDispersion value)
 Encodes value as a JSON object.
 
char * VuoDispersion_getSummary (const VuoDispersion value)
 Returns a compact string representation of value.
 
VuoList_VuoDispersion VuoDispersion_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
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.
 

Enumeration Type Documentation

◆ VuoDispersion

The pattern over which a function is applied.

Definition at line 27 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 62 of file VuoDispersion.c.

◆ VuoDispersion_getJson()

struct json_object * VuoDispersion_getJson ( const VuoDispersion  value)

Encodes value as a JSON object.

Definition at line 48 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 74 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 30 of file VuoDispersion.c.

◆ VuoDispersion_release()

void VuoDispersion_release ( VuoDispersion  value)

Automatically generated function.

◆ VuoDispersion_retain()

void VuoDispersion_retain ( VuoDispersion  value)

Automatically generated function.