Vuo  2.3.2
Functions
VuoPixelShape.c File Reference

Description

VuoPixelShape implementation.

Definition in file VuoPixelShape.c.

Go to the source code of this file.

Functions

VuoPixelShape VuoPixelShape_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoPixelShape_getJson (const VuoPixelShape value)
 Encodes value as a JSON object. More...
 
VuoList_VuoPixelShape VuoPixelShape_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoPixelShape_getSummary (const VuoPixelShape value)
 Returns a compact string representation of value. More...
 
bool VuoPixelShape_areEqual (const VuoPixelShape valueA, const VuoPixelShape valueB)
 Returns true if the two values are equal. More...
 
bool VuoPixelShape_isLessThan (const VuoPixelShape valueA, const VuoPixelShape valueB)
 Returns true if valueA is less than valueB. More...