Vuo  2.3.2
Enumerations | Functions
VuoGradientNoise

Description

An enum defining different types of noise.

Enumerations

enum  VuoGradientNoise { VuoGradientNoise_Rectangular , VuoGradientNoise_Triangular }
 An enum defining different types of noise. More...
 

Functions

VuoGradientNoise VuoGradientNoise_makeFromJson (json_object *js)
 Decodes the JSON object js, expected to contain a string, to create a new VuoGradientNoise. More...
 
json_objectVuoGradientNoise_getJson (const VuoGradientNoise value)
 Encodes value as a JSON object. More...
 
char * VuoGradientNoise_getSummary (const VuoGradientNoise value)
 Same as VuoGradientnoise_getString() More...
 
VuoList_VuoGradientNoise VuoGradientNoise_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
VuoGradientNoise VuoGradientNoise_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoGradientNoise_getString (const VuoGradientNoise value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoGradientNoise

An enum defining different types of noise.

Definition at line 28 of file VuoGradientNoise.h.

Function Documentation

◆ VuoGradientNoise_getAllowedValues()

VuoList_VuoGradientNoise VuoGradientNoise_getAllowedValues ( void  )

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

Definition at line 75 of file VuoGradientNoise.c.

◆ VuoGradientNoise_getJson()

struct json_object * VuoGradientNoise_getJson ( const VuoGradientNoise  value)

Encodes value as a JSON object.

Definition at line 56 of file VuoGradientNoise.c.

◆ VuoGradientNoise_getString()

char* VuoGradientNoise_getString ( const VuoGradientNoise  value)

Automatically generated function.

◆ VuoGradientNoise_getSummary()

char * VuoGradientNoise_getSummary ( const VuoGradientNoise  value)

Same as VuoGradientnoise_getString()

Definition at line 87 of file VuoGradientNoise.c.

◆ VuoGradientNoise_makeFromJson()

VuoGradientNoise VuoGradientNoise_makeFromJson ( json_object js)

Decodes the JSON object js, expected to contain a string, to create a new VuoGradientNoise.

Definition at line 32 of file VuoGradientNoise.c.

◆ VuoGradientNoise_makeFromString()

VuoGradientNoise VuoGradientNoise_makeFromString ( const char *  str)

Automatically generated function.