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

Description

VuoDisplacement C type definition.

Enumerations

enum  VuoDisplacement { VuoDisplacement_Transverse, VuoDisplacement_Longitudinal }
 The direction in which to move vertices. More...
 

Functions

VuoDisplacement VuoDisplacement_makeFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_objectVuoDisplacement_getJson (const VuoDisplacement value)
 Encodes value as a JSON object.
 
char * VuoDisplacement_getSummary (const VuoDisplacement value)
 Returns a compact string representation of value.
 
VuoDisplacement VuoDisplacement_makeFromString (const char *str)
 Automatically generated function.
 
char * VuoDisplacement_getString (const VuoDisplacement value)
 Automatically generated function.
 
void VuoDisplacement_retain (VuoDisplacement value)
 Automatically generated function.
 
void VuoDisplacement_release (VuoDisplacement value)
 Automatically generated function.