Vuo 2.4.4
Loading...
Searching...
No Matches
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.
 
json_object * VuoDistribution3d_getJson (const VuoDistribution3d value)
 Encodes value as a JSON object.
 
VuoList_VuoDistribution3d VuoDistribution3d_getAllowedValues (void)
 Returns a list of values that instances of this type can have.
 
char * VuoDistribution3d_getSummary (const VuoDistribution3d value)
 Returns a compact string representation of value.
 
bool VuoDistribution3d_areEqual (const VuoDistribution3d valueA, const VuoDistribution3d valueB)
 Returns true if the two values are equal.
 
bool VuoDistribution3d_isLessThan (const VuoDistribution3d valueA, const VuoDistribution3d valueB)
 Returns true if valueA is less than valueB.