Vuo  0.9.1
 All Classes 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_valueFromJson (json_object *js)
 Decodes the JSON object js to create a new value.
 
json_object * VuoDisplacement_jsonFromValue (const VuoDisplacement value)
 Encodes value as a JSON object.
 
char * VuoDisplacement_summaryFromValue (const VuoDisplacement value)
 Returns a compact string representation of value.
 
VuoDisplacement VuoDisplacement_valueFromString (const char *str)
 Automatically generated function.
 
char * VuoDisplacement_stringFromValue (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_jsonFromValue ( const VuoDisplacement  value)
read

Encodes value as a JSON object.

void VuoDisplacement_release ( VuoDisplacement  value)

Automatically generated function.

void VuoDisplacement_retain ( VuoDisplacement  value)

Automatically generated function.

char* VuoDisplacement_stringFromValue ( const VuoDisplacement  value)

Automatically generated function.

char * VuoDisplacement_summaryFromValue ( const VuoDisplacement  value)

Returns a compact string representation of value.

VuoDisplacement VuoDisplacement_valueFromJson ( json_object *  js)

Decodes the JSON object js to create a new value.

VuoDisplacement VuoDisplacement_valueFromString ( const char *  str)

Automatically generated function.