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

Description

The direction in which to move vertices.

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.
 

Enumeration Type Documentation

The direction in which to move vertices.

Function Documentation

struct json_object * VuoDisplacement_getJson ( const VuoDisplacement  value)
read

Encodes value as a JSON object.

char* VuoDisplacement_getString ( const VuoDisplacement  value)

Automatically generated function.

char * VuoDisplacement_getSummary ( const VuoDisplacement  value)

Returns a compact string representation of value.

VuoDisplacement VuoDisplacement_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

VuoDisplacement VuoDisplacement_makeFromString ( const char *  str)

Automatically generated function.

void VuoDisplacement_release ( VuoDisplacement  value)

Automatically generated function.

void VuoDisplacement_retain ( VuoDisplacement  value)

Automatically generated function.