Vuo  2.0.0
Functions
VuoVertexAttribute.c File Reference

Description

VuoVertexAttribute implementation.

Definition in file VuoVertexAttribute.c.

Go to the source code of this file.

Functions

VuoVertexAttribute VuoVertexAttribute_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoVertexAttribute_getJson (const VuoVertexAttribute value)
 Encodes value as a JSON object. More...
 
VuoList_VuoVertexAttribute VuoVertexAttribute_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoVertexAttribute_getSummary (const VuoVertexAttribute value)
 Returns a compact string representation of value. More...
 
bool VuoVertexAttribute_areEqual (const VuoVertexAttribute valueA, const VuoVertexAttribute valueB)
 Returns true if the two values are equal. More...
 
bool VuoVertexAttribute_isLessThan (const VuoVertexAttribute valueA, const VuoVertexAttribute valueB)
 Returns true if valueA is less than valueB. More...