Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
json_object * VuoVertexAttribute_getJson (const VuoVertexAttribute value)
 Encodes value as a JSON object.
 
VuoList_VuoVertexAttribute VuoVertexAttribute_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoVertexAttribute_getSummary (const VuoVertexAttribute value)
 Returns a compact string representation of value.
 
bool VuoVertexAttribute_areEqual (const VuoVertexAttribute valueA, const VuoVertexAttribute valueB)
 Returns true if the two values are equal.
 
bool VuoVertexAttribute_isLessThan (const VuoVertexAttribute valueA, const VuoVertexAttribute valueB)
 Returns true if valueA is less than valueB.