Vuo  1.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Enumerations | Functions
VuoDistribution3d

Description

A distribution of points in 3D space.

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.
 

Enumeration Type Documentation

A distribution of points in 3D space.

Function Documentation

bool VuoDistribution3d_areEqual ( const VuoDistribution3d  valueA,
const VuoDistribution3d  valueB 
)

Returns true if the two values are equal.

VuoList_VuoDistribution3d VuoDistribution3d_getAllowedValues ( void  )

Returns a list of values that instances of this type can have.

struct json_object* VuoDistribution3d_getJson ( const VuoDistribution3d  value)
read

Encodes value as a JSON object.

char* VuoDistribution3d_getString ( const VuoDistribution3d  value)

Automatically generated function.

char* VuoDistribution3d_getSummary ( const VuoDistribution3d  value)

Returns a compact string representation of value.

bool VuoDistribution3d_isLessThan ( const VuoDistribution3d  valueA,
const VuoDistribution3d  valueB 
)

Returns true if valueA is less than valueB.

VuoDistribution3d VuoDistribution3d_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

Example:
"cube-surface"
VuoDistribution3d VuoDistribution3d_makeFromString ( const char *  str)

Automatically generated function.

void VuoDistribution3d_release ( VuoDistribution3d  value)

Automatically generated function.

void VuoDistribution3d_retain ( VuoDistribution3d  value)

Automatically generated function.