Vuo  2.0.0
Functions
VuoImageNoise.c File Reference

Description

VuoImageNoise implementation.

Definition in file VuoImageNoise.c.

Go to the source code of this file.

Functions

VuoImageNoise VuoImageNoise_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoImageNoise_getJson (const VuoImageNoise value)
 Encodes value as a JSON object. More...
 
VuoList_VuoImageNoise VuoImageNoise_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoImageNoise_getSummary (const VuoImageNoise value)
 Returns a compact string representation of value. More...
 
bool VuoImageNoise_areEqual (const VuoImageNoise valueA, const VuoImageNoise valueB)
 Returns true if the two values are equal. More...
 
bool VuoImageNoise_isLessThan (const VuoImageNoise valueA, const VuoImageNoise valueB)
 Returns true if valueA is less than valueB. More...