Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
VuoImageNoise.c File Reference

Description

VuoImageNoise implementation.

Functions

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