Vuo  1.2.7
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. More...
 
json_objectVuoDisplacement_getJson (const VuoDisplacement value)
 Encodes value as a JSON object. More...
 
char * VuoDisplacement_getSummary (const VuoDisplacement value)
 Returns a compact string representation of value. More...
 
VuoDisplacement VuoDisplacement_makeFromString (const char *str)
 Automatically generated function. More...
 
char * VuoDisplacement_getString (const VuoDisplacement value)
 Automatically generated function. More...
 
void VuoDisplacement_retain (VuoDisplacement value)
 Automatically generated function. More...
 
void VuoDisplacement_release (VuoDisplacement value)
 Automatically generated function. More...
 

Enumeration Type Documentation

◆ VuoDisplacement

The direction in which to move vertices.

Function Documentation

◆ VuoDisplacement_getJson()

struct json_object * VuoDisplacement_getJson ( const VuoDisplacement  value)

Encodes value as a JSON object.

◆ VuoDisplacement_getString()

char* VuoDisplacement_getString ( const VuoDisplacement  value)

Automatically generated function.

◆ VuoDisplacement_getSummary()

char * VuoDisplacement_getSummary ( const VuoDisplacement  value)

Returns a compact string representation of value.

◆ VuoDisplacement_makeFromJson()

VuoDisplacement VuoDisplacement_makeFromJson ( json_object js)

Decodes the JSON object js to create a new value.

◆ VuoDisplacement_makeFromString()

VuoDisplacement VuoDisplacement_makeFromString ( const char *  str)

Automatically generated function.

◆ VuoDisplacement_release()

void VuoDisplacement_release ( VuoDisplacement  value)

Automatically generated function.

◆ VuoDisplacement_retain()

void VuoDisplacement_retain ( VuoDisplacement  value)

Automatically generated function.