Vuo  2.0.0
Functions
VuoDistribution3d.c File Reference

Description

VuoDistribution3d implementation.

Definition in file VuoDistribution3d.c.

Go to the source code of this file.

Functions

VuoDistribution3d VuoDistribution3d_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value. More...
 
json_objectVuoDistribution3d_getJson (const VuoDistribution3d value)
 Encodes value as a JSON object. More...
 
VuoList_VuoDistribution3d VuoDistribution3d_getAllowedValues (void)
 Returns a list of values that instances of this type can have. More...
 
char * VuoDistribution3d_getSummary (const VuoDistribution3d value)
 Returns a compact string representation of value. More...
 
bool VuoDistribution3d_areEqual (const VuoDistribution3d valueA, const VuoDistribution3d valueB)
 Returns true if the two values are equal. More...
 
bool VuoDistribution3d_isLessThan (const VuoDistribution3d valueA, const VuoDistribution3d valueB)
 Returns true if valueA is less than valueB. More...