Vuo  2.3.2
Macros | Enumerations | Functions
VuoDistribution3d.h File Reference

Description

VuoDistribution3d C type definition.

Definition in file VuoDistribution3d.h.

Go to the source code of this file.

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. More...
 
struct 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...
 
VuoDistribution3d VuoDistribution3d_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoDistribution3d_getString (const VuoDistribution3d value)
 Automatically generated function. More...
 
void VuoDistribution3d_retain (VuoDistribution3d value)
 Automatically generated function. More...
 
void VuoDistribution3d_release (VuoDistribution3d value)
 Automatically generated function. More...
 
#define VuoList_VuoDistribution3d_TYPE_DEFINED
 List type. More...
 
typedef void * VuoList_VuoDistribution3d
 List type. More...
 

Macro Definition Documentation

◆ VuoList_VuoDistribution3d_TYPE_DEFINED

#define VuoList_VuoDistribution3d_TYPE_DEFINED

List type.

Definition at line 14 of file VuoDistribution3d.h.

Typedef Documentation

◆ VuoList_VuoDistribution3d

List type.

Definition at line 13 of file VuoDistribution3d.h.