Vuo  1.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Enumerations | Functions
VuoDistribution3d.h File Reference

Description

VuoDistribution3d C type definition.

Enumerations

enum  VuoDistribution3d { VuoDistribution3d_CubeVolume, VuoDistribution3d_CubeSurface, VuoDistribution3d_SphereVolume, VuoDistribution3d_SphereSurface }
 A distribution of points in 3D space. More...
 

Functions

VuoDistribution3d VuoDistribution3d_makeFromJson (struct json_object *js)
 Decodes the JSON object js to create a new value.
 
struct json_objectVuoDistribution3d_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.
 
VuoDistribution3d VuoDistribution3d_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoDistribution3d_getString (const VuoDistribution3d value)
 Automatically generated function.
 
void VuoDistribution3d_retain (VuoDistribution3d value)
 Automatically generated function.
 
void VuoDistribution3d_release (VuoDistribution3d value)
 Automatically generated function.
 
#define VuoList_VuoDistribution3d_TYPE_DEFINED
 
typedef void * VuoList_VuoDistribution3d